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:
Victor Stinner 2017-11-24 22:30:27 +01:00 committed by GitHub
parent da9c8c36ae
commit 84c4b1938f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 214 additions and 5 deletions

View file

@ -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`.