mirror of
https://github.com/python/cpython.git
synced 2025-10-10 00:43:41 +00:00
gh-110397: Add Py_IsFinalizing() to the stable ABI (#110441)
This commit is contained in:
parent
b987fdb19b
commit
64f158e7b0
6 changed files with 9 additions and 2 deletions
|
@ -60,6 +60,10 @@ PyAPI_FUNC(PyOS_sighandler_t) PyOS_setsig(int, PyOS_sighandler_t);
|
|||
PyAPI_DATA(const unsigned long) Py_Version;
|
||||
#endif
|
||||
|
||||
#if !defined(Py_LIMITED_API) || Py_LIMITED_API+0 >= 0x030D0000
|
||||
PyAPI_FUNC(int) Py_IsFinalizing(void);
|
||||
#endif
|
||||
|
||||
#ifndef Py_LIMITED_API
|
||||
# define Py_CPYTHON_PYLIFECYCLE_H
|
||||
# include "cpython/pylifecycle.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue