Fix markup glitches.
This commit is contained in:
parent
cbabaf3fad
commit
fd1d228e4e
|
@ -241,6 +241,7 @@ Excluded Functions
|
|||
|
||||
Functions declared in the following header files are not part
|
||||
of the ABI:
|
||||
|
||||
- bytes_methods.h
|
||||
- cellobject.h
|
||||
- classobject.h
|
||||
|
@ -274,6 +275,7 @@ Module and type initalizer functions are not available
|
|||
|
||||
Several functions dealing with interpreter implementation
|
||||
details are not available:
|
||||
|
||||
- PyInterpreterState_Head, PyInterpreterState_Next,
|
||||
PyInterpreterState_ThreadHead, PyThreadState_Next
|
||||
- Py_SubversionRevision, Py_SubversionShortBranch
|
||||
|
|
Loading…
Reference in New Issue