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 serhiy.storchaka
Recipients louielu, serhiy.storchaka, vstinner
Date 2017-11-16.14:51:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1510843872.1.0.213398074469.issue31324@psf.upfronthosting.co.za>
In-reply-to
Content
$ time ./python -m test.bisect --fail-env-changed -o bisect test_asyncio -N1
...
Bisection failed after 2 iterations and 0:00:11

real    0m10,441s
user    0m8,726s
sys     0m0,292s

There is good opportunity for optimizing the regular expression. All cases have the literal 'test.test_asyncio.' prefix, and even longer literal prefixes are common for tens cases.
History
Date User Action Args
2017-11-16 14:51:12serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, louielu
2017-11-16 14:51:12serhiy.storchakasetmessageid: <1510843872.1.0.213398074469.issue31324@psf.upfronthosting.co.za>
2017-11-16 14:51:12serhiy.storchakalinkissue31324 messages
2017-11-16 14:51:11serhiy.storchakacreate