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 miss-islington, paul.moore, steve.dower, tim.golden, vstinner, xtreak, zach.ware
Date 2018-07-03.11:57:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1530619021.39.0.56676864532.issue33735@psf.upfronthosting.co.za>
In-reply-to
Content
bpo-33984 has been marked as a duplicate of this issue: "test_multiprocessing_forkserver leaked [1, 2, 1] memory blocks on x86 Gentoo Refleaks 3.x".

Sadly, my commit 23401fb960bb94e6ea62d2999527968d53d3fc65 is not perfect, the test still fails when the system load is high:
https://bugs.python.org/issue33984#msg320967

But since tests are re-run sequentially, I hope that it will be fine.

I close the issue. I will reopen it if the bug reoccurs.
History
Date User Action Args
2018-07-03 11:57:01vstinnersetrecipients: + vstinner, paul.moore, tim.golden, zach.ware, steve.dower, miss-islington, xtreak
2018-07-03 11:57:01vstinnersetmessageid: <1530619021.39.0.56676864532.issue33735@psf.upfronthosting.co.za>
2018-07-03 11:57:01vstinnerlinkissue33735 messages
2018-07-03 11:57:01vstinnercreate