mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
Python 3.15.0a2
This commit is contained in:
parent
f46785f8bc
commit
a62562859d
192 changed files with 1811 additions and 394 deletions
|
|
@ -353,4 +353,4 @@ Importing Modules
|
|||
|
||||
On error, return NULL with an exception set.
|
||||
|
||||
.. versionadded:: next
|
||||
.. versionadded:: 3.15
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue