mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00: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:
parent
07d780089d
commit
2dcfc9618d
1 changed files with 1 additions and 1 deletions
|
@ -1035,7 +1035,7 @@ Py_FatalError(msg)
|
||||||
int _PyThread_Started = 0; /* Set by threadmodule.c and maybe others */
|
int _PyThread_Started = 0; /* Set by threadmodule.c and maybe others */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* NEXITFUNCS is defined in pystate.h */
|
#define NEXITFUNCS 32
|
||||||
static void (*exitfuncs[NEXITFUNCS])();
|
static void (*exitfuncs[NEXITFUNCS])();
|
||||||
static int nexitfuncs = 0;
|
static int nexitfuncs = 0;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue