[Cython] PATCH: fix reference count problems in tryfinally testcase, please review & comment

Stefan Behnel stefan_ml at behnel.de
Tue Feb 10 18:34:20 CET 2009


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



More information about the Cython-dev mailing list