]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #23783: Fixed memory leak in PyObject_ClearWeakRefs() in case of
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 30 Mar 2015 06:53:06 +0000 (09:53 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 30 Mar 2015 06:53:06 +0000 (09:53 +0300)
commit07e03ab9f9452e37c0c9f7ece5e3afc00717187c
tree491984f3929b18a04736766a0d4229fb03945628
parentaa64c46ac9ff168d7730182d48665b0b51b4f69d
Issue #23783: Fixed memory leak in PyObject_ClearWeakRefs() in case of
MemoryError.
Objects/weakrefobject.c