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 louielu, serhiy.storchaka, vstinner
Date 2017-09-01.15:13:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Example of the performance issue:

$ ./python -m test.bisect --fail-env-changed -o bisect test_asyncio

[+] Iteration 1: run 756 tests/1512
(...)

The first iteration takes forever because it runs tests with support.match_tests which contains 756 patterns.
History
Date User Action Args
2017-09-01 15:13:14vstinnersetrecipients: + vstinner, serhiy.storchaka, louielu
2017-09-01 15:13:14vstinnersetmessageid: <[email protected]>
2017-09-01 15:13:14vstinnerlinkissue31324 messages
2017-09-01 15:13:13vstinnercreate