Python 3.14.0a3

This commit is contained in:
Hugo van Kemenade 2024-12-17 11:49:37 +02:00
parent b9a492b809
commit 401bfc69d1
120 changed files with 1200 additions and 279 deletions

View file

@ -657,7 +657,7 @@ distinguished from a number. Use :c:func:`PyErr_Occurred` to disambiguate.
Export API
^^^^^^^^^^
.. versionadded:: next
.. versionadded:: 3.14
.. c:struct:: PyLongLayout
@ -769,7 +769,7 @@ PyLongWriter API
The :c:type:`PyLongWriter` API can be used to import an integer.
.. versionadded:: next
.. versionadded:: 3.14
.. c:struct:: PyLongWriter