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 2019-12-11.21:26:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1576099601.42.0.67937086065.issue38614@roundup.psfhosted.org>
In-reply-to
Content
I'm not sure about backporting the new timeout constants of test.support to Python 3.7 and 3.8. Backporting all changes may help to make tests more stable in 3.7 and 3.7 branches. It should also help to backport test changes from master to 3.7 and 3.8. But it's somehow a new feature and so I suggest to not backport yet.

I may backport later if they are too many conflicts or if tests fail too often because of too short timeouts.

I close the issue.
History
Date User Action Args
2019-12-11 21:26:41vstinnersetrecipients: + vstinner
2019-12-11 21:26:41vstinnersetmessageid: <1576099601.42.0.67937086065.issue38614@roundup.psfhosted.org>
2019-12-11 21:26:41vstinnerlinkissue38614 messages
2019-12-11 21:26:41vstinnercreate