Upon further Googling this appears to be a regression in Python 2.7.5. What version of 2.7.x is App Engine running now?
On Tuesday, July 9, 2013 3:33:39 PM UTC-4, Kinesh Patel wrote: > > > Getting exceptions on the instances that have the new SDK (1.8.2) in > Python 2.7 > > nightloop/mailbot/parser.py", line 23, in _strip_suffix > result = re.findall(regex, body, re.S|re.I) > File "/base/data/home/runtimes/python27/python27_dist/lib/python2.7/re.py", > line 177, in findall > return _compile(pattern, flags).findall(string) > RuntimeError: internal error in regular expression engine > > App is currently broken because of it..... > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/groups/opt_out.
