[issue23066] re.match hang

Jie Yin report at bugs.python.org
Tue Dec 16 16:28:28 CET 2014


New submission from Jie Yin:

The following expression hang in 2.7.9 for the module re:

re.match('^([a-zA-Z0-9]+|[\\s]+|[,.])+$', 'Feature Test Macro Requirements for glibc ()')

----------
components: Interpreter Core
messages: 232746
nosy: writalnaie
priority: normal
severity: normal
status: open
title: re.match hang
type: security
versions: Python 2.7

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


More information about the Python-bugs-list mailing list