]> granicus.if.org Git - python/commit
Cleanup 'k' when the creation of PySTEntryObject fails. ad3824a90261 used to decref...
authorChristian Heimes <christian@cheimes.de>
Wed, 12 Sep 2012 15:58:20 +0000 (17:58 +0200)
committerChristian Heimes <christian@cheimes.de>
Wed, 12 Sep 2012 15:58:20 +0000 (17:58 +0200)
commit10ca1fee8f293af317cbcca0f38b15a300036b7b
tree53a95e36bbc16c3596665c45f16e0e3eb9552340
parent9c5b521c715d7f369413d054b68edbca8eef41e4
parent55ad6515c90148bbcaeee0d7a185bfecc9aa1693
Cleanup 'k' when the creation of PySTEntryObject fails. ad3824a90261 used to decref 'k' in too many error cases.
Python/symtable.c