Commit 841a2e10 authored by Stefan Behnel's avatar Stefan Behnel

Merge branch '0.29.x'

parents 0ec9be57 bb49a03a
......@@ -22,7 +22,7 @@ try:
from test.support.import_helper import import_module
except ImportError:
# Python 3.9 and older
from test.support import check_warnings
from test.support import check_warnings, TESTFN, unlink, import_module
no_tracing = unittest.skip("For nested functions, Cython generates a C call without recursion checks.")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment