[Python-Dev] refleaks in 2.4 (original) (raw)
Neal Norwitz nnorwitz at gmail.com
Mon Mar 27 09:39:50 CEST 2006
- Previous message: [Python-Dev] [Python-checkins] Cancelled! TRUNK FREEZE for 2.5a1: 0000 UTC, Thursday 30th
- Next message: [Python-Dev] refleaks in 2.4
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
There are 5 tests that leak references that are present in 2.4.3c1, but not on HEAD. It would be great if someone can diagnose these and suggest a fix.
test_doctest leaked [1, 1, 1] references test_pkg leaked [10, 10, 10] references test_pkgimport leaked [2, 2, 2] references test_traceback leaked [11, 11, 11] references test_unicode leaked [7, 7, 7] references
test_traceback leaks due to test_bug737473.
n
- Previous message: [Python-Dev] [Python-checkins] Cancelled! TRUNK FREEZE for 2.5a1: 0000 UTC, Thursday 30th
- Next message: [Python-Dev] refleaks in 2.4
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]