Skip to content

Commit 302420c

Browse files
committed
Export PyObject_CopyToObject
1 parent 3c0436e commit 302420c

File tree

4 files changed

+5
-0
lines changed

4 files changed

+5
-0
lines changed

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
@@ -2283,6 +2283,8 @@
22832283
added = '3.11'
22842284
[function.PyObject_CopyData]
22852285
added = '3.11'
2286+
[function.PyObject_CopyToObject]
2287+
added = '3.14'
22862288
[function.PyBuffer_IsContiguous]
22872289
added = '3.11'
22882290
[function.PyBuffer_FillContiguousStrides]

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)