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 pablogsal
Recipients pablogsal
Date 2018-06-13.15:10:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1528902640.93.0.947875510639.issue33853@psf.upfronthosting.co.za>
In-reply-to
Content
The test `test_multiprocessing_spawn` is leaking memory according to the x86 Gentoo Refleaks 3.x buildbot:


x86 Gentoo Refleaks 3.x
http://buildbot.python.org/all/#/builders/1/builds/253

test_multiprocessing_spawn leaked [1, 2, 1] memory blocks, sum=4
1 test failed again:
    test_multiprocessing_spawn


x86 Gentoo Refleaks 3.7
http://buildbot.python.org/all/#/builders/114/builds/135
History
Date User Action Args
2018-06-13 15:10:40pablogsalsetrecipients: + pablogsal
2018-06-13 15:10:40pablogsalsetmessageid: <1528902640.93.0.947875510639.issue33853@psf.upfronthosting.co.za>
2018-06-13 15:10:40pablogsallinkissue33853 messages
2018-06-13 15:10:40pablogsalcreate