mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
bpo-32124: Document C functions safe before init (#4540)
Explicitly document C functions and C variables that can be set before Py_Initialize().
This commit is contained in:
parent
da9c8c36ae
commit
84c4b1938f
3 changed files with 214 additions and 5 deletions
|
|
@ -212,7 +212,7 @@ Miscellaneous options
|
|||
|
||||
.. cmdoption:: -d
|
||||
|
||||
Turn on parser debugging output (for wizards only, depending on compilation
|
||||
Turn on parser debugging output (for expert only, depending on compilation
|
||||
options). See also :envvar:`PYTHONDEBUG`.
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue