[3.13] Update manpage environment variables and command line arguments (GH-129623) (#130078)

Co-authored-by: Stefano Rivera <stefano@rivera.za.net>
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
This commit is contained in:
Miss Islington (bot) 2025-02-13 15:42:21 +01:00 committed by GitHub
parent 32158ea476
commit 9e23e0ad2c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 240 additions and 138 deletions

View file

@ -213,6 +213,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"