From 2c69336507d45cc28e27385d717df7115e56baa5 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Thu, 1 Oct 1998 16:02:31 +0000 Subject: [PATCH] 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). --- Include/pystate.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/Include/pystate.h b/Include/pystate.h index b061fbf4e8..7218cc0e07 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 */ -- 2.50.1