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
Reword note with Pablo's suggestion
Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
  • Loading branch information
ammaraskar and pablogsal authored Jul 12, 2021
commit 23d962d7c63613fa4da139e8ceb42eec27d5d2b8
5 changes: 3 additions & 2 deletions Doc/whatsnew/3.11.rst
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,9 @@ 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.
result in a small increase of disk usage of compiled Python files or interpreter memory usage.
To avoid storing the extra information or to deactivate printing the extra traceback information,
the feature can be fully disabled with the ``-X no_debug_ranges`` command line flag or the ``PYTHONNODEBUGRANGES`` environment variable.

Column information for code objects
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down