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 alexandre.vassalotti
Recipients alexandre.vassalotti, mstefanro, pitrou
Date 2012-08-14.05:46:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1344923208.22.0.514950767906.issue15642@psf.upfronthosting.co.za>
In-reply-to
Content
There are reference leaks in the _pickle.c part that will need to be fixed too. 


22:36:29 [~/pickle4]$ ./python -m test.regrtest -R :: test_pickle
[1/1] test_pickle
beginning 9 repetitions
123456789
.........
test_pickle leaked [14780, 14780, 14780, 14780] references, sum=59120
1 test failed:
    test_pickle
[319952 refs]
History
Date User Action Args
2012-08-14 05:46:48alexandre.vassalottisetrecipients: + alexandre.vassalotti, pitrou, mstefanro
2012-08-14 05:46:48alexandre.vassalottisetmessageid: <1344923208.22.0.514950767906.issue15642@psf.upfronthosting.co.za>
2012-08-14 05:46:47alexandre.vassalottilinkissue15642 messages
2012-08-14 05:46:47alexandre.vassalotticreate