[Python-Dev] [Python-checkins] Daily reference leaks (140f7de4d2a5): sum=888

Nick Coghlan ncoghlan at gmail.com
Wed Feb 8 13:46:59 CET 2012


On Tue, Feb 7, 2012 at 2:34 PM,  <solipsis at pitrou.net> wrote:
> results for 140f7de4d2a5 on branch "default"
> --------------------------------------------
>
> test_capi leaked [296, 296, 296] references, sum=888

This appears to have started shortly after Benjamin's _PyExc_Init
bltinmod refcounting change to fix Brett's crash when bootstrapping
importlib. Perhaps we have a leak in import.c that was being masked by
the DECREF in _PyExc_Init?

Cheers,
Nick.

-- 
Nick Coghlan   |   ncoghlan at gmail.com   |   Brisbane, Australia


More information about the Python-Dev mailing list