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
cy.trace
Description: Binary data
_______________________________________________ cython-devel mailing list [email protected] https://mail.python.org/mailman/listinfo/cython-devel
