This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author belopolsky
Recipients belopolsky, christian.heimes, ocean-city
Date 2008-03-03.20:59:45
SpamBayes Score 0.2132113
Marked as misclassified No
Message-id <1204577986.5.0.992852385943.issue2223@psf.upfronthosting.co.za>
In-reply-to
Content
Here are the results from regrtest.py -R ::

..
301 tests OK.
7 tests failed:
    test_collections test_cprofile test_frozen test_inspect
    test_logging test_pkg test_profile
..
$ cat reflog.txt
test_cmd_line leaked [-23, 0, 0, 23] references, sum=0
test_compiler leaked [0, 0, 18, 0] references, sum=18
test_deque leaked [100, 100, 100, 100] references, sum=400
test_ftplib leaked [0, 172, -6, -166] references, sum=0
test_heapq leaked [108, 130, 121, 114] references, sum=473
test_itertools leaked [7380, 7380, 7380, 7380] references, sum=29520
test_list leaked [50, 50, 50, 50] references, sum=200
test_set leaked [680, 680, 680, 680] references, sum=2720
test_smtplib leaked [0, 0, -86, 86] references, sum=0
test_threading leaked [0, 86, -86, 86] references, sum=86
test_urllib2_localnet leaked [3, 3, 3, 3] references, sum=12
test_userlist leaked [50, 50, 50, 50] references, sum=200

Do buildbots run -R regressions?
History
Date User Action Args
2008-03-03 20:59:46belopolskysetspambayes_score: 0.213211 -> 0.2132113
recipients: + belopolsky, ocean-city, christian.heimes
2008-03-03 20:59:46belopolskysetspambayes_score: 0.213211 -> 0.213211
messageid: <1204577986.5.0.992852385943.issue2223@psf.upfronthosting.co.za>
2008-03-03 20:59:45belopolskylinkissue2223 messages
2008-03-03 20:59:45belopolskycreate