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 vstinner
Recipients pablogsal, vstinner
Date 2019-12-09.13:20:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1575897645.46.0.79915802392.issue39003@roundup.psfhosted.org>
In-reply-to
Content
Sometimes, test_unparse leak references, sometimes it pass.

$ ./python -m test -R 3:3 test_unparse
(...)
test_unparse leaked [35, 5, 6] references, sum=46
(...)
Tests result: FAILURE

$ ./python -m test -R 3:3 test_unparse
(...)
Tests result: SUCCESS
History
Date User Action Args
2019-12-09 13:20:45vstinnersetrecipients: + vstinner, pablogsal
2019-12-09 13:20:45vstinnersetmessageid: <1575897645.46.0.79915802392.issue39003@roundup.psfhosted.org>
2019-12-09 13:20:45vstinnerlinkissue39003 messages
2019-12-09 13:20:45vstinnercreate