diff options
Diffstat (limited to 'Python')
-rw-r--r-- | Python/ceval_gil.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Python/ceval_gil.c b/Python/ceval_gil.c index d88ac65..c0819d8 100644 --- a/Python/ceval_gil.c +++ b/Python/ceval_gil.c @@ -512,8 +512,7 @@ _PyEval_FiniGIL(PyInterpreterState *interp) interp->ceval.gil = NULL; } -// Function removed in the Python 3.13 API but kept in the stable ABI. -PyAPI_FUNC(void) +void PyEval_InitThreads(void) { /* Do nothing: kept for backward compatibility */ |