]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #18408: Fix structseq_reduce(), handle PyDict_SetItemString() failure
authorVictor Stinner <vstinner@wyplay.com>
Wed, 17 Jul 2013 11:41:39 +0000 (13:41 +0200)
committerVictor Stinner <vstinner@wyplay.com>
Wed, 17 Jul 2013 11:41:39 +0000 (13:41 +0200)
commit9a146eeadbf7e8a5f93e3ee817364928dba4613b
tree56f54cee5053bba7e6bdd14d1e1e44f08b885191
parente5553142d452cf6c0a1e525d86fc60c5fbec0c04
Issue #18408: Fix structseq_reduce(), handle PyDict_SetItemString() failure
Objects/structseq.c