Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add note about memory usage in whatsnew
  • Loading branch information
ammaraskar committed Jul 12, 2021
commit 27e5ba5a0ba1da0e0d325a6c7084a4f0d8748d72
6 changes: 6 additions & 0 deletions Doc/whatsnew/3.11.rst
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,12 @@ as well as complex arithmetic expressions:
See :pep:`657` for more details. (Contributed by Pablo Galindo, Batuhan Taskaya
and Ammar Askar in :issue:`43950`.)

.. note::

This feature requires storing column positions in code objects which may
increase disk usage of compiled Python files or interpreter memory usage.
It can be disabled with the ``-X no_debug_ranges`` command line flag.
Comment thread
ammaraskar marked this conversation as resolved.
Outdated

Column information for code objects
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down