9 Dec
2004
9 Dec
'04
1:49 p.m.
Andreas Jung wrote:
--On Donnerstag, 9. Dezember 2004 13:12 Uhr +0100 Jean-Marc Orliaguet <jmo@ita.chalmers.se> wrote:
Jean-Marc Orliaguet wrote:
Hi!
the following zpt snippet crashes zope 2.7.3 on Linux (the python process hangs).
<tal:block define=" items python: {u'\xc4': ''}; key python: u'\xc4'" content="items/?key" />
can someone confirm that the bug is present in zope 2.7.4-b1 too before I do a bug report?
regards /JM
OK it is reported as Issue 1617 in the zope bug collector (I tagged it as confidential since the process sometimes dumps core)
Since it is already on the list it is no longer confidential...currently working on the issue..
-aj
OK so the solution right now is to await a new version of python or use python 2.3.3 /JM