[Zope-dev] Python 2.1.2 causes Error code 6?

R. David Murray bitz@bitdance.com
Mon, 28 Jan 2002 10:25:45 -0500 (EST)


On Mon, 28 Jan 2002, Chris Withers wrote:
> I tracked it down to a python script that returned a data structure consisting
> of nested lists and dictionaries. Now, I remember there being a bug in
> RestrictedPython that would affect Zope 2.4.2, but why would the upgrade of
> Python suddenly trigger this?

Well, my understanding is the new python is catching memory corruption
bugs the old one wasn't, and that the compiler for python scripts
in 2.4.2 has bugs...so maybe you were just lucky zope wasn't crashing
before?

--RDM