]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
The previous change was causing a segfault after multiple calls to Py_Initialize...
authorChristian Heimes <christian@cheimes.de>
Wed, 30 Jan 2008 18:58:29 +0000 (18:58 +0000)
committerChristian Heimes <christian@cheimes.de>
Wed, 30 Jan 2008 18:58:29 +0000 (18:58 +0000)
commit796fc3158572c9a20f64f6b1c54e278639e6f032
tree2872734741608db7bb5c5c2038eb50a0a4e99d0c
parent0d9244332b4c9dad8722f7ed651fb922de93afe6
The previous change was causing a segfault after multiple calls to Py_Initialize() and Py_Finalize().
Objects/floatobject.c
Python/sysmodule.c