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 jdemeyer
Recipients jdemeyer
Date 2013-05-17.15:09:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1368803354.84.0.768428094886.issue17998@psf.upfronthosting.co.za>
In-reply-to
Content
On Linux Ubuntu 13.04, i686:

$ uname -a
Linux arando 3.5.0-26-generic #42-Ubuntu SMP Fri Mar 8 23:20:06 UTC 2013 i686 i686 i686 GNU/Linux

$ python
Python 2.7.5 (default, May 17 2013, 18:43:24) 
[GCC 4.7.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import re
>>> re.compile('(.*)\.[0-9]*\.[0-9]*$', re.I|re.S).findall('3.0.0')
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
RuntimeError: internal error in regular expression engine

This is a 2.7.5 regression, 2.7.4 worked fine.
History
Date User Action Args
2013-05-17 15:09:14jdemeyersetrecipients: + jdemeyer
2013-05-17 15:09:14jdemeyersetmessageid: <1368803354.84.0.768428094886.issue17998@psf.upfronthosting.co.za>
2013-05-17 15:09:14jdemeyerlinkissue17998 messages
2013-05-17 15:09:14jdemeyercreate