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

Benjamin Peterson benjamin at python.org
Wed Feb 8 14:11:46 CET 2012


2012/2/8 Nick Coghlan <ncoghlan at gmail.com>:

On Tue, Feb 7, 2012 at 2:34 PM,  <solipsis at pitrou.net> wrote:

results for 140f7de4d2a5 on branch "default" --------------------------------------------

testcapi leaked [296, 296, 296] references, sum=888 This appears to have started shortly after Benjamin's PyExcInit 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 PyExcInit?

According to test_capi, it's expected to leak?

-- Regards, Benjamin



More information about the Python-Dev mailing list