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
Update Doc/whatsnew/3.11.rst
  • Loading branch information
pablogsal authored Jul 13, 2021
commit 637869003cf0e1b2e337a32d113471a0832d1a01
2 changes: 1 addition & 1 deletion Doc/whatsnew/3.11.rst
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ and Ammar Askar in :issue:`43950`.)
result in a small increase of disk usage of compiled Python files or
interpreter memory usage. To avoid storing the extra information and/or
deactivate printing the extra traceback information, the
``-X no_debug_ranges`` command line flag or the ``PYTHONNODEBUGRANGES``
``-X no_debug_ranges`` command line flag or the :envvar:`PYTHONNODEBUGRANGES`
Comment thread
pablogsal marked this conversation as resolved.
Outdated
environment variable can be used.

Column information for code objects
Expand Down