]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix refleaks in test_with caused by reusing the same exception instance over and...
authorCollin Winter <collinw@gmail.com>
Sat, 1 Sep 2007 20:29:04 +0000 (20:29 +0000)
committerCollin Winter <collinw@gmail.com>
Sat, 1 Sep 2007 20:29:04 +0000 (20:29 +0000)
commitba21f618a301a36b13a25c2d51e74562363c6d67
treec919343ebe45c7316a09880e0e877961f4de3f4d
parentc59dacdbd84df0c4f121caa48e07933512177cd2
Fix refleaks in test_with caused by reusing the same exception instance over and over.
Lib/test/test_with.py