New submission from Guido van Rossum <gu...@python.org>: Following my own (Twitter) advice I downloaded the 2.6.4rc1 release candidate and installed it on my x86 iMac running OS X 10.5.8, and tried to run a Google App Engine app with it. Google App Engine prefers Python 2.5, but so far it has always worked with 2.6 as well, modulo 1-2 warnings. But not 2.6.4rc1! Even on a trivial app I get "RuntimeError: maximum recursion depth exceeded". I'm attaching a file with the traceback (repetitive stuff elided).
I'd be happy to provide more details if they are needed to reproduce. I'm using the Google App Engine SDK 1.2.6. ---------- components: Library (Lib) files: traceback.txt messages: 93952 nosy: gvanrossum severity: normal status: open title: 2.6.4rc1 regression type: crash versions: Python 2.6 Added file: http://bugs.python.org/file15120/traceback.txt _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue7120> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com