]> granicus.if.org Git - python/commitdiff
On second though, NEXITFUNCS should be defined in pythonrun.c and not
authorGuido van Rossum <guido@python.org>
Thu, 1 Oct 1998 16:02:31 +0000 (16:02 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 1 Oct 1998 16:02:31 +0000 (16:02 +0000)
here; pystate.h doesn't use it (I thought I wanted to move the array
there but that won't work).

Include/pystate.h

index b061fbf4e8682193d6960ae8060b6171e00ca687..7218cc0e07623521081cfa8b2f073c4455e8b6a9 100644 (file)
@@ -40,8 +40,6 @@ PERFORMANCE OF THIS SOFTWARE.
 
 /* State shared between threads */
 
-#define NEXITFUNCS 32
-
 struct _ts; /* Forward */
 struct _is; /* Forward */