mirror of
https://github.com/python/cpython.git
synced 2026-05-06 20:51:17 -04:00
On second though, NEXITFUNCS should be defined here and not in
pystate.h; pystate.h doesn't use it (I thought I wanted to move the array there but that won't work).
This commit is contained in:
+1
-1
@@ -1035,7 +1035,7 @@ Py_FatalError(msg)
|
||||
int _PyThread_Started = 0; /* Set by threadmodule.c and maybe others */
|
||||
#endif
|
||||
|
||||
/* NEXITFUNCS is defined in pystate.h */
|
||||
#define NEXITFUNCS 32
|
||||
static void (*exitfuncs[NEXITFUNCS])();
|
||||
static int nexitfuncs = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user