I found a bug in cython v0.21
Test source is attached.

regards,
Niki
-- 
|  (\_/)  This is Bunny. Copy and paste
| (='.'=) Bunny into your signature to help
| (")_(") him gain world domination
def cython_err(test):
    saved = test.a1, test.a2
    try:
        test.a1 = test.a2
    finally:
        test.a1, test.a2 = saved

Attachment: cy.trace
Description: Binary data

_______________________________________________
cython-devel mailing list
cython-devel@python.org
https://mail.python.org/mailman/listinfo/cython-devel

Reply via email to