Stackless 1.01 Homepage

Robin Becker robin at jessikat.demon.co.uk
Tue Jan 25 09:09:06 EST 2000


In article <388C9733.B4F60DC0 at tismer.com>, Christian Tismer
<tismer at tismer.com> writes
>
>
>Robin Becker wrote:
>> 
>> In message <388C7D4A.D873AA at tismer.com>, Christian Tismer
>> <tismer at tismer.com> writes
>
.....

>Shouldn't be so. I do not change the object model
>at all. It appears that I missed to give another
>reference to an argument.
>SLP is designed to work exactly as standard Python,
>if the old API calls are used. I have to hunt it later.
>
>ciao - chris
>


OK I've reproduced the Zope bug. It seems that stackless doen't quite
hack try finally properly

In stackless this produces None in standard it produces 1

def test():
        try:
                z=1
                return z
        finally:
                pass

print test()

-- 
Robin Becker



More information about the Python-list mailing list