]> granicus.if.org Git - python/commit
On second though, NEXITFUNCS should be defined here and not in
authorGuido van Rossum <guido@python.org>
Thu, 1 Oct 1998 16:01:57 +0000 (16:01 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 1 Oct 1998 16:01:57 +0000 (16:01 +0000)
commit2dcfc9618dbf1cf467436c4a0ccbb2d7df2ba25f
tree12c32bce2b927d43f22df1928e51c07df9b6a2f2
parent07d780089d96c228bbf5dfb3c07bc926b7d5eaa1
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).
Python/pythonrun.c