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 pablogsal
Recipients lys.nikolaou, pablogsal, vstinner, zach.ware
Date 2020-09-08.01:14:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1599527657.86.0.25078321976.issue41741@roundup.psfhosted.org>
In-reply-to
Content
These tests are expensive because they have to compile one C extension per test but I don't see any way to make them faster than does not complicate the whole setup considerably.

I have tried to compile a shared object containing the common parts but it just saves 35% of the time and is a bit of a mess to keep that state around.

Making the timeout bigger can be a possibility, certainly, but this also means the builder will get stuck more time in race conditions or deadlocks :(
History
Date User Action Args
2020-09-08 01:14:17pablogsalsetrecipients: + pablogsal, vstinner, zach.ware, lys.nikolaou
2020-09-08 01:14:17pablogsalsetmessageid: <1599527657.86.0.25078321976.issue41741@roundup.psfhosted.org>
2020-09-08 01:14:17pablogsallinkissue41741 messages
2020-09-08 01:14:17pablogsalcreate