]> granicus.if.org Git - python/commit
Issue #19219 Remove a lot of "retval = NULL" statements, now that retval
authorKristján Valur Jónsson <kristjan@ccpgames.com>
Sun, 13 Oct 2013 13:41:59 +0000 (13:41 +0000)
committerKristján Valur Jónsson <kristjan@ccpgames.com>
Sun, 13 Oct 2013 13:41:59 +0000 (13:41 +0000)
commit5983258bf238367e621cae346fce883f934a07a1
tree2ac86e64697e7d56aafde140465f1e7b57ad70be
parentb4534ae704a4efb385e2343ecdbc15f232ef78b6
Issue #19219 Remove a lot of "retval = NULL" statements, now that retval
is pre-initialized to that value.  Test show a 5% speedup as a bonus.
Python/marshal.c