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 pitrou
Recipients ezio.melotti, ncoghlan, petri.lehtinen, pitrou
Date 2011-10-18.13:28:13
SpamBayes Score 2.0340092e-05
Marked as misclassified No
Message-id <1318944493.92.0.419659767572.issue13188@psf.upfronthosting.co.za>
In-reply-to
Content
Thank you! There is a memory leak somewhere:

$ ./python -m test -R 3:2 test_generators
[1/1] test_generators
beginning 5 repetitions
12345
.....
test_generators leaked [1945, 1945] references, sum=3890
1 test failed:
    test_generators


Also, since the patch is so short, a stylistic nit:

+            if(tb == NULL) {

There should be a space after the "if".
(see PEP 7: http://www.python.org/dev/peps/pep-0007/)
History
Date User Action Args
2011-10-18 13:28:13pitrousetrecipients: + pitrou, ncoghlan, ezio.melotti, petri.lehtinen
2011-10-18 13:28:13pitrousetmessageid: <1318944493.92.0.419659767572.issue13188@psf.upfronthosting.co.za>
2011-10-18 13:28:13pitroulinkissue13188 messages
2011-10-18 13:28:13pitroucreate