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, xtreak
Date 2019-02-12.19:54:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1550001289.52.0.960858378428.issue35978@roundup.psfhosted.org>
In-reply-to
Content
I can reproduce the crash using the same command than the job.

Simplified commands to reproduce the bug:

./configure && make
./python -m venv venv
./venv/bin/python -m test test_venv -m test.test_venv.BasicTest.test_multiprocessing
History
Date User Action Args
2019-02-12 19:54:49vstinnersetrecipients: + vstinner, pablogsal, xtreak
2019-02-12 19:54:49vstinnersetmessageid: <1550001289.52.0.960858378428.issue35978@roundup.psfhosted.org>
2019-02-12 19:54:49vstinnerlinkissue35978 messages
2019-02-12 19:54:49vstinnercreate