]> granicus.if.org Git - python/commit
Neil discovered a bad DECREF on warnoptions, that caused repeated
authorGuido van Rossum <guido@python.org>
Sat, 13 Jan 2001 22:06:05 +0000 (22:06 +0000)
committerGuido van Rossum <guido@python.org>
Sat, 13 Jan 2001 22:06:05 +0000 (22:06 +0000)
commit03df3b3bc1073c43ae36777b8f5c3646b9cce61d
tree7cd65470657912dcb054628559e6949a4ec640c0
parent5ceadc8cba7ebd3d4e1ba44d78bd3b48869728ec
Neil discovered a bad DECREF on warnoptions, that caused repeated
re-initializing Python (Py_Finalize() followed by Py_Initialize()) to
blow up quickly.  With the DECREF removed I can't get it to fail any
more.  (Except it still leaks, but that's probably a separate issue.)
Python/sysmodule.c