Skip to content

Commit 0ca6b15

Browse files
committed
Document PYTHONNODEBUGRANGES in the manpage
1 parent 282e490 commit 0ca6b15

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Misc/python.man

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -588,6 +588,12 @@ If set to 1, enable the Python "UTF-8 Mode". Setting to 0 disables.
588588
.IP PYTHONWARNDEFAULTENCODING
589589
If this environment variable is set to a non-empty string, issue a
590590
\fIEncodingWarning\fR when the locale-specific default encoding is used.
591+
.IP PYTHONNODEBUGRANGES
592+
If this variable is set, it disables the inclusion of the tables mapping
593+
extra location information (end line, start column offset and end column
594+
offset) to every instruction in code objects. This is useful when smaller code
595+
objects and pyc files are desired as well as suppressing the extra visual
596+
location indicators when the interpreter displays tracebacks.
591597
.IP PYTHONASYNCIODEBUG
592598
If this environment variable is set to a non-empty string, enable the debug
593599
mode of the asyncio module.

0 commit comments

Comments
 (0)