[New-bugs-announce] [issue23541] Re module's match() fails to halt on a particular input

Ceridwen report at bugs.python.org
Fri Feb 27 21:18:35 CET 2015


New submission from Ceridwen:

Attached is a three-line script whose third line, a call to match() for a compiled regex, fails to halt on Python 2.7 and on 3.4 (after changing ur in front of the regex string to r to accommodate the change in Unicode handling).  I found it by stepping through the debugger so I suspect the problem is in the C backend, not the Python.

----------
components: Regular Expressions
files: mwe.py
messages: 236829
nosy: ceridwen, ezio.melotti, mrabarnett
priority: normal
severity: normal
status: open
title: Re module's match() fails to halt on a particular input
type: behavior
versions: Python 2.7, Python 3.4
Added file: http://bugs.python.org/file38266/mwe.py

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


More information about the New-bugs-announce mailing list