[Zope-CMF] CMF Tests: 9 OK

2008-09-04 Thread CMF Tests Summarizer
Summary of messages to the cmf-tests list. Period Wed Sep 3 11:00:00 2008 UTC to Thu Sep 4 11:00:00 2008 UTC. There were 9 messages: 9 from CMF Tests. Tests passed OK --- Subject: OK : CMF-1.6 Zope-2.8 Python-2.3.6 : Linux From: CMF Tests Date: Wed Sep 3 21:28:40 EDT 2008 URL: htt

[Zope-CMF] Bug in FSPythonScript?

2008-09-04 Thread Roché Compaan
In CMFCore.FSPythonScript.py around line 170 in the _exec method, a volatile attribute is checked to see if a script has been compiled properly. The lifetime of volatile attributes cannot be guaranteed right, so I would assume that this code is not being careful enough. This is the code I'm talking

Re: [Zope-CMF] Bug in FSPythonScript?

2008-09-04 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Roché Compaan wrote: > In CMFCore.FSPythonScript.py around line 170 in the _exec method, a > volatile attribute is checked to see if a script has been compiled > properly. The lifetime of volatile attributes cannot be guaranteed > right, so I would ass