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, tim.peters, vstinner
Date 2022-01-25.20:33:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1643142834.21.0.169870771865.issue46524@roundup.psfhosted.org>
In-reply-to
Content
The test needs to build a lot of C extensions with different parsers, and that compilation is what takes most of the time.

I don't think we should skip these tests by default on Windows, as it gives us valuable information (that the parser features work compiled on windows).

If you have an idea on how to speed the tests, I'm all ears :)
History
Date User Action Args
2022-01-25 20:33:54pablogsalsetrecipients: + pablogsal, tim.peters, vstinner, lys.nikolaou
2022-01-25 20:33:54pablogsalsetmessageid: <1643142834.21.0.169870771865.issue46524@roundup.psfhosted.org>
2022-01-25 20:33:54pablogsallinkissue46524 messages
2022-01-25 20:33:54pablogsalcreate