]> granicus.if.org Git - python/commit
Improve the leak fix so that PyTuple_New is only called when needed.
authorRaymond Hettinger <python@rcn.com>
Tue, 16 Sep 2003 04:27:52 +0000 (04:27 +0000)
committerRaymond Hettinger <python@rcn.com>
Tue, 16 Sep 2003 04:27:52 +0000 (04:27 +0000)
commitcc1798e0c00735ed1dcee8b5f71d94377b501105
tree6845d0c2511bd7789ce6926ad9c30c8a33477180
parentdeb2dc6658b112da80f522a098eb60f339403289
Improve the leak fix so that PyTuple_New is only called when needed.
Python/compile.c