]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
SF #506611, fix sys.setprofile(), sys.settrace() core dumps
authorNeal Norwitz <nnorwitz@gmail.com>
Sun, 3 Mar 2002 15:17:07 +0000 (15:17 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sun, 3 Mar 2002 15:17:07 +0000 (15:17 +0000)
commitebaaf187114625811ed7c7a1791f9cb77186d545
tree764b6d54e3395a382e442214761ad4d83f60cbe4
parent06fc9dd342c788d4a3623f46add3049054fe53f1
SF #506611, fix sys.setprofile(), sys.settrace() core dumps
when no arguments are passed
Lib/test/test_profilehooks.py
Lib/test/test_scope.py
Python/sysmodule.c