[Zope] stack error with Python 2.1.2
Chris Withers
chrisw@nipltd.com
Mon, 25 Feb 2002 16:31:18 +0000
Frank Tegtmeyer wrote:
>
> > Go back to Python 2.1.1.
>
> Yes, I did.
:-)
> > You can't use Python 2.1.2 with Zope 2.4.3
>
> Why does an minor upgrade (called "bug fix" for Python 2.1.1) break an
> existing application?
> Smells like some _very_ ugly hacks in Zope or Python.
Nah, just the restricted code in in Zope uses a different compiler than the one
in Python leading to badness.
The 2.4.4 and 2.5.0+ restricted python compiler is in synch with the compiler in
2.1.2, the one in Zope 2.4.3 is not.
cheers,
Chris