mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +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
|
@ -124,7 +124,7 @@ This terminates the option list (following options are passed as
|
|||
arguments to the command).
|
||||
.TP
|
||||
.B \-d
|
||||
Turn on parser debugging output (for wizards only, depending on
|
||||
Turn on parser debugging output (for expert only, depending on
|
||||
compilation options).
|
||||
.TP
|
||||
.B \-E
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue