We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18701a0 commit baf10daCopy full SHA for baf10da
1 file changed
Doc/data/stable_abi.dat
@@ -192,6 +192,7 @@ PyExc_ConnectionRefusedError
192
PyExc_ConnectionResetError
193
PyExc_DeprecationWarning
194
PyExc_EOFError
195
+PyExc_EncodingWarning
196
PyExc_EnvironmentError
197
PyExc_Exception
198
PyExc_FileExistsError
@@ -615,6 +616,7 @@ PyType_GetFlags
615
616
PyType_GetModule
617
PyType_GetModuleState
618
PyType_GetSlot
619
+PyType_HasFeature
620
PyType_IsSubtype
621
PyType_Modified
622
PyType_Ready
0 commit comments