Kaydet (Commit) 2dcfc961 authored tarafından Guido van Rossum's avatar Guido van Rossum

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).
üst 07d78008
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment