[Python-Dev] [Python-checkins] Daily reference leaks (140f7de4d2a5): sum=888 (original) (raw)
Nick Coghlan ncoghlan at gmail.com
Wed Feb 8 13:46:59 CET 2012
- Previous message: [Python-Dev] folding cElementTree behind ElementTree in 3.3
- Next message: [Python-Dev] [Python-checkins] Daily reference leaks (140f7de4d2a5): sum=888
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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 _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
- Previous message: [Python-Dev] folding cElementTree behind ElementTree in 3.3
- Next message: [Python-Dev] [Python-checkins] Daily reference leaks (140f7de4d2a5): sum=888
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]