]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Correct a refleak found by "regrtest.py -R:: test_structmembers"
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>
Mon, 14 Apr 2008 20:07:48 +0000 (20:07 +0000)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Mon, 14 Apr 2008 20:07:48 +0000 (20:07 +0000)
commitf9e7ebe165215c8eadd16c7988c5d20c0d114cf5
tree9c33e337c8b83f193a8fd39a3a4875ad55bf8b80
parent14d6b0f8f0b2f467ec38fc8a08af8dc9eeb4ef20
Correct a refleak found by "regrtest.py -R:: test_structmembers"

Some other minor updates in _warnings.c:
- make a function static
- rename a shadowing local variable
Python/_warnings.c