Skip to content
Prev Previous commit
Next Next commit
stable_abi: replace "To" with "As"
  • Loading branch information
vstinner committed Aug 27, 2024
commit 42b9902ed58a702703e26b19526f96f5d2a420ca
8 changes: 4 additions & 4 deletions Doc/data/stable_abi.dat

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Lib/test/test_stable_abi_ctypes.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Misc/stable_abi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2514,15 +2514,15 @@
added = '3.14'
[function.PyLong_FromUInt32]
added = '3.14'
[function.PyLong_ToInt32]
[function.PyLong_AsInt32]
added = '3.14'
[function.PyLong_ToUInt32]
[function.PyLong_AsUInt32]
added = '3.14'
[function.PyLong_FromInt64]
added = '3.14'
[function.PyLong_FromUInt64]
added = '3.14'
[function.PyLong_ToInt64]
[function.PyLong_AsInt64]
added = '3.14'
[function.PyLong_ToUInt64]
[function.PyLong_AsUInt64]
added = '3.14'
8 changes: 4 additions & 4 deletions PC/python3dll.c

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.