Hi, Lisandro Dalcin wrote: > I've pushed two additions to tryfinally testcase, both fail :-(
Please don't add failing tests to the normal test suite (unless you have the fix ready for immediate commit). Instead, make sure there is a bug report for it (#200 in this case) and add a test to tests/bugs/, named: "the_test_name_Tnnn.pyx", "Tnnn" being the ticket number, i.e. "T200" in your case. The runtests.py script then allows it to be run by passing the "-T200" at the command line. Stefan _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
