[Python-Dev] [Python-checkins] Daily reference leaks (aef7db0d3893): sum=287

Hrvoje Niksic hrvoje.niksic at avl.com
Mon Jan 14 13:32:53 CET 2013


On 01/12/2013 02:46 PM, Eli Bendersky wrote:
> The first report is legit, however. PyTuple_New(0) was called and its
> return value wasn't checked for NULL.

The author might have been relying on Python caching the empty tuple.



More information about the Python-Dev mailing list