This appears to be a Python bug that was introduced in Python version 
2.7.5. I am guessing that when google upgraded to 1.8.1, it also upgraded 
Python which broke this behavior. This is causing failures in my production 
code. Google -- please revert to 1.8.1 ASAP!

On Wednesday, July 10, 2013 1:32:43 AM UTC-4, Mitul Golakiya wrote:
>
> Google had automatically migrated My Apps GAE SDK version to 1.8.2 from 
> 1.8.1...
> And now getting the same issue after migrating from 1.8.1 to 1.8.2...
>
> Is there any option, by which I can specify my app's GAE SDK version ???
>
> On Wednesday, July 10, 2013 1:03:39 AM UTC+5:30, 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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to