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 skrah
Recipients benjamin.peterson, skrah
Date 2012-03-16.19:32:03
SpamBayes Score 4.776341e-06
Marked as misclassified No
Message-id <1331926323.93.0.0839449921053.issue14337@psf.upfronthosting.co.za>
In-reply-to
Content
I don't see immediately why, but since 3877bf2e323 test_builtin and
a couple of other tests leak in refcounting mode:


hg up 8a5742b7a14d
make distclean && ./configure --with-pydebug && make
./python -m test -uall -R ::  test_builtin
[1/1] test_builtin
beginning 9 repetitions
123456789
.........
1 test OK.
[154630 refs]


hg up 3877bf2e323
make distclean && ./configure --with-pydebug && make
./python -m test -uall -R :: test_builtin
[1/1] test_builtin
beginning 9 repetitions
123456789
.........
test_builtin leaked [880, 880, 880, 880] references, sum=3520
1 test failed:
    test_builtin
[163380 refs]
History
Date User Action Args
2012-03-16 19:32:04skrahsetrecipients: + skrah, benjamin.peterson
2012-03-16 19:32:03skrahsetmessageid: <1331926323.93.0.0839449921053.issue14337@psf.upfronthosting.co.za>
2012-03-16 19:32:03skrahlinkissue14337 messages
2012-03-16 19:32:03skrahcreate