Skip to content

Commit 5837019

Browse files
committed
Update stable ABI files.
1 parent c1ff9e6 commit 5837019

File tree

5 files changed

+8
-0
lines changed

5 files changed

+8
-0
lines changed

Doc/data/refcounts.dat

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,9 @@ PyCodec_RegisterError:int:::
318318
PyCodec_RegisterError:const char*:name::
319319
PyCodec_RegisterError:PyObject*:error:+1:
320320

321+
PyCodec_UnregisterError:int:::
322+
PyCodec_UnregisterError:const char*:name::
323+
321324
PyCodec_LookupError:PyObject*::+1:
322325
PyCodec_LookupError:const char*:name::
323326

Doc/data/stable_abi.dat

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Lib/test/test_stable_abi_ctypes.py

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Misc/stable_abi.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2510,6 +2510,8 @@
25102510
added = '3.14'
25112511
[function.Py_REFCNT]
25122512
added = '3.14'
2513+
[function.PyCodec_UnregisterError]
2514+
added = '3.14'
25132515
[function.PyIter_NextItem]
25142516
added = '3.14'
25152517
[function.PyLong_FromInt32]

PC/python3dll.c

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)