Update manpage environment variables and command line arguments (#129623)

Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
This commit is contained in:
Stefano Rivera 2025-02-12 03:00:35 -08:00 committed by GitHub
parent 555ee43d92
commit e1b38ea82e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 240 additions and 138 deletions

View file

@ -305,6 +305,8 @@ The following implementation-specific options are available:\n\
-X no_debug_ranges: don't include extra location information in code objects;\n\
also PYTHONNODEBUGRANGES\n\
-X perf: support the Linux \"perf\" profiler; also PYTHONPERFSUPPORT=1\n\
-X perf_jit: support the Linux \"perf\" profiler with DWARF support;\n\
also PYTHON_PERF_JIT_SUPPORT=1\n\
"
#ifdef Py_DEBUG
"-X presite=MOD: import this module before site; also PYTHON_PRESITE\n"