From: Guido van Rossum Date: Thu, 1 Oct 1998 16:02:31 +0000 (+0000) Subject: On second though, NEXITFUNCS should be defined in pythonrun.c and not X-Git-Tag: v1.5.2a2~200 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2c69336507d45cc28e27385d717df7115e56baa5;p=thirdparty%2FPython%2Fcpython.git On second though, NEXITFUNCS should be defined in pythonrun.c and not here; pystate.h doesn't use it (I thought I wanted to move the array there but that won't work). --- diff --git a/Include/pystate.h b/Include/pystate.h index b061fbf4e868..7218cc0e0762 100644 --- a/Include/pystate.h +++ b/Include/pystate.h @@ -40,8 +40,6 @@ PERFORMANCE OF THIS SOFTWARE. /* State shared between threads */ -#define NEXITFUNCS 32 - struct _ts; /* Forward */ struct _is; /* Forward */