mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Remove redundant definition of NEXITFUNCS.
(Reported by Jeff Rush.)
This commit is contained in:
parent
2645241add
commit
93d27547d0
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
|
||||||
|
|
||||||
#define NEXITFUNCS 32
|
/* NEXITFUNCS is defined in pystate.h */
|
||||||
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