]> granicus.if.org Git - python/commit
Fixed multiple reinitialization of the Python interpreter. The small int list in...
authorChristian Heimes <christian@cheimes.de>
Thu, 31 Jan 2008 15:16:38 +0000 (15:16 +0000)
committerChristian Heimes <christian@cheimes.de>
Thu, 31 Jan 2008 15:16:38 +0000 (15:16 +0000)
commitdfc12edbca2df81f13bbb48351b1aedb8773f885
tree8e2f1ba73447370a40d93b3cd5f4887f6c4d2f48
parent7b3ce6a17ea70e2acec46122e134097ce03d044a
Fixed multiple reinitialization of the Python interpreter. The small int list in longobject.c has caused a seg fault during the third finalization.
Misc/NEWS
Objects/longobject.c