Python 3.15.0a2

This commit is contained in:
Hugo van Kemenade 2025-11-18 16:50:49 +02:00
parent f46785f8bc
commit a62562859d
192 changed files with 1811 additions and 394 deletions

View file

@ -353,4 +353,4 @@ Importing Modules
On error, return NULL with an exception set.
.. versionadded:: next
.. versionadded:: 3.15

View file

@ -1390,7 +1390,7 @@ All of the following functions must be called after :c:func:`Py_Initialize`.
See :c:func:`PyUnstable_ThreadState_ResetStackProtection` for undoing this operation.
.. versionadded:: next
.. versionadded:: 3.15
.. c:function:: void PyUnstable_ThreadState_ResetStackProtection(PyThreadState *tstate)
@ -1400,7 +1400,7 @@ All of the following functions must be called after :c:func:`Py_Initialize`.
See :c:func:`PyUnstable_ThreadState_SetStackProtection` for an explanation.
.. versionadded:: next
.. versionadded:: 3.15
.. c:function:: PyInterpreterState* PyInterpreterState_Get(void)