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 ceridwen
Recipients ceridwen, ezio.melotti, mrabarnett
Date 2015-02-27.20:18:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1425068315.25.0.0642664750871.issue23541@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2015-02-27 20:18:35ceridwensetrecipients: + ceridwen, ezio.melotti, mrabarnett
2015-02-27 20:18:35ceridwensetmessageid: <1425068315.25.0.0642664750871.issue23541@psf.upfronthosting.co.za>
2015-02-27 20:18:35ceridwenlinkissue23541 messages
2015-02-27 20:18:34ceridwencreate