mirror of https://github.com/python/cpython
bpo-43688: Run make regen-limited-abi (GH-25134)
This commit is contained in:
parent
18701a0608
commit
baf10da750
|
@ -192,6 +192,7 @@ PyExc_ConnectionRefusedError
|
|||
PyExc_ConnectionResetError
|
||||
PyExc_DeprecationWarning
|
||||
PyExc_EOFError
|
||||
PyExc_EncodingWarning
|
||||
PyExc_EnvironmentError
|
||||
PyExc_Exception
|
||||
PyExc_FileExistsError
|
||||
|
@ -615,6 +616,7 @@ PyType_GetFlags
|
|||
PyType_GetModule
|
||||
PyType_GetModuleState
|
||||
PyType_GetSlot
|
||||
PyType_HasFeature
|
||||
PyType_IsSubtype
|
||||
PyType_Modified
|
||||
PyType_Ready
|
||||
|
|
Loading…
Reference in New Issue