Skip to content

Commit baf10da

Browse files
authored
bpo-43688: Run make regen-limited-abi (GH-25134)
1 parent 18701a0 commit baf10da

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Doc/data/stable_abi.dat

+2
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ PyExc_ConnectionRefusedError
192192
PyExc_ConnectionResetError
193193
PyExc_DeprecationWarning
194194
PyExc_EOFError
195+
PyExc_EncodingWarning
195196
PyExc_EnvironmentError
196197
PyExc_Exception
197198
PyExc_FileExistsError
@@ -615,6 +616,7 @@ PyType_GetFlags
615616
PyType_GetModule
616617
PyType_GetModuleState
617618
PyType_GetSlot
619+
PyType_HasFeature
618620
PyType_IsSubtype
619621
PyType_Modified
620622
PyType_Ready

0 commit comments

Comments
 (0)