]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Remove debug code from weakref_segfault().
authorGuido van Rossum <guido@python.org>
Thu, 29 May 2003 14:31:42 +0000 (14:31 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 29 May 2003 14:31:42 +0000 (14:31 +0000)
commit10b1cd9d809f0d47d5b4664d7ff55cb503fb085d
treeee8a3118f868581aa0ec4344579bfa3c3c05dc85
parentf9622d1cf019072036f5a11f793bb3274ae6026a
Remove debug code from weakref_segfault().

Also move the call of the test to the top; the crash is caused by a
double free.
Lib/test/test_descr.py