File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -588,6 +588,12 @@ If set to 1, enable the Python "UTF-8 Mode". Setting to 0 disables.
588588.IP PYTHONWARNDEFAULTENCODING
589589If this environment variable is set to a non-empty string, issue a
590590\fI EncodingWarning \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
592598If this environment variable is set to a non-empty string, enable the debug
593599mode of the asyncio module.
You can’t perform that action at this time.
0 commit comments