2012/2/8 Nick Coghlan <[email protected]>:
> On Tue, Feb 7, 2012 at 2:34 PM,  <[email protected]> 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?

According to test_capi, it's expected to leak?



-- 
Regards,
Benjamin
_______________________________________________
Python-Dev mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to