]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
disable the garbage collector while collecting traces, so that __del__s don't get...
authorBenjamin Peterson <benjamin@python.org>
Sun, 17 Oct 2010 01:29:11 +0000 (01:29 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sun, 17 Oct 2010 01:29:11 +0000 (01:29 +0000)
commitcb17094dcde6b450cece3fd54a1314cba5aff067
tree623c4bf3793140be3090b0992a8ae4f79c567568
parentfc49f2a973ffbd7d679cf82ca28637a96354cbdb
disable the garbage collector while collecting traces, so that __del__s don't get caught
Lib/test/test_sys_setprofile.py