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 ethan.furman, gvanrossum, python-dev, rhettinger, serhiy.storchaka, vstinner
Date 2016-11-15.13:34:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1479216849.25.0.577059879382.issue28082@psf.upfronthosting.co.za>
In-reply-to
Content
The change 5fd69d4a93e0 (use IntFlag for re constants) made the "regex_compile" benchmark slower:

Median +- std dev: [71c1970f27b6] 388 ms +- 3 ms -> [3cf248d10bed] 470 ms +- 4 ms: 1.21x slower
History
Date User Action Args
2016-11-15 13:34:09vstinnersetrecipients: + vstinner, gvanrossum, rhettinger, ethan.furman, python-dev, serhiy.storchaka
2016-11-15 13:34:09vstinnersetmessageid: <1479216849.25.0.577059879382.issue28082@psf.upfronthosting.co.za>
2016-11-15 13:34:09vstinnerlinkissue28082 messages
2016-11-15 13:34:09vstinnercreate