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 <rep...@bugs.python.org>
<http://bugs.python.org/issue23541>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to