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 db3l, vstinner
Date 2020-01-07.12:18:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1578399499.62.0.128007265818.issue38502@roundup.psfhosted.org>
In-reply-to
Content
The test_pty has been fixed.

regrtest now calls setsid() when using multiprocessing (-jN), but only in the main branch. It's a nice feature, but I'm not comfortable about backporting it yet. Maybe if tests become too unstable on other branches, we may backport the feature to 3.7 and 3.8.
History
Date User Action Args
2020-01-07 12:18:19vstinnersetrecipients: + vstinner, db3l
2020-01-07 12:18:19vstinnersetmessageid: <1578399499.62.0.128007265818.issue38502@roundup.psfhosted.org>
2020-01-07 12:18:19vstinnerlinkissue38502 messages
2020-01-07 12:18:19vstinnercreate