From: hoytak@gmail.com Date: Sat, 10 Jan 2009 19:21:46 +0000 (-0800) Subject: New test case for non-constant DEF statements. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b95774e56d5911ce748d9eee7e175657d43a1997;p=cython.git New test case for non-constant DEF statements. --- diff --git a/tests/compile/nonconst_def.pyx b/tests/compile/nonconst_def.pyx new file mode 100644 index 00000000..9427f97f --- /dev/null +++ b/tests/compile/nonconst_def.pyx @@ -0,0 +1,3 @@ +import os +DEF ospath = os.path +