]> granicus.if.org Git - python/commit
Fix refleaks if Py_EnterRecursiveCall() fails
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 8 Feb 2017 11:57:09 +0000 (12:57 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Wed, 8 Feb 2017 11:57:09 +0000 (12:57 +0100)
commit620580f280e3fe6583afee43580ef907b228add3
tree50ec86c1b889968e9344e88af2eea7c81678c207
parent17a63e2169cbd6799ea2f9af25f9b570cc02278a
Fix refleaks if Py_EnterRecursiveCall() fails

Issue #29306: Destroy argstuple and kwdict if Py_EnterRecursiveCall() fails.
Objects/abstract.c