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 vstinner
Date 2020-04-23.17:25:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1587662714.0.0.798343382188.issue39932@roundup.psfhosted.org>
In-reply-to
Content
On aarch64 RHEL8 Refleaks 3.7, I managed to reproduce the issue with a single test:

./python -m test test_multiprocessing_fork -R 3:3 -m test.test_multiprocessing_fork.WithProcessesTestHeap.test_heap -v
History
Date User Action Args
2020-04-23 17:25:14vstinnersetrecipients: + vstinner
2020-04-23 17:25:14vstinnersetmessageid: <1587662714.0.0.798343382188.issue39932@roundup.psfhosted.org>
2020-04-23 17:25:13vstinnerlinkissue39932 messages
2020-04-23 17:25:13vstinnercreate