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 florin.papa
Recipients brett.cannon, florin.papa, pitrou
Date 2015-11-23.13:05:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1448283925.8.0.456132903966.issue25705@psf.upfronthosting.co.za>
In-reply-to
Content
Hi all,

This is Florin Papa from the Server Languages Optimizations Team at Intel Corporation.

The patch submitted here solves a crash occurring on Python 2.7 and 3.6 when running the regex_compile benchmark. The clear_cache() call was replaced with re.purge().

To apply the patch please follow these steps:

hg clone https://hg.python.org/benchmarks
cd benchmarks/
copy fix_regex_compile.patch to the current directory
hg import --no-commit fix_regex_compile.patch

Thank you,
Florin Papa
History
Date User Action Args
2015-11-23 13:05:25florin.papasetrecipients: + florin.papa, brett.cannon, pitrou
2015-11-23 13:05:25florin.papasetmessageid: <1448283925.8.0.456132903966.issue25705@psf.upfronthosting.co.za>
2015-11-23 13:05:25florin.papalinkissue25705 messages
2015-11-23 13:05:25florin.papacreate