[New-bugs-announce] [issue25705] Fix regex_compile benchmark crash

Florin Papa report at bugs.python.org
Mon Nov 23 08:05:25 EST 2015


New submission from Florin Papa:

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

----------
components: Benchmarks
files: fix_regex_compile.patch
keywords: patch
messages: 255152
nosy: brett.cannon, florin.papa, pitrou
priority: normal
severity: normal
status: open
title: Fix regex_compile benchmark crash
type: crash
versions: Python 2.7, Python 3.6
Added file: http://bugs.python.org/file41136/fix_regex_compile.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25705>
_______________________________________


More information about the New-bugs-announce mailing list