mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
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).
This commit is contained in:
parent
2dcfc9618d
commit
2c69336507
1 changed files with 0 additions and 2 deletions
|
@ -40,8 +40,6 @@ PERFORMANCE OF THIS SOFTWARE.
|
|||
|
||||
/* State shared between threads */
|
||||
|
||||
#define NEXITFUNCS 32
|
||||
|
||||
struct _ts; /* Forward */
|
||||
struct _is; /* Forward */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue