# HG changeset patch # User hoytak@gmail.com # Date 1231615306 28800 # Node ID 7992887cb01ec1c9aa029bc0e15f4806e99b1c3e # Parent f77199c86f6f461971d4ce0817ed68aa80e25cc5 New test case for non-constant DEF statements. diff -r f77199c86f6f -r 7992887cb01e tests/compile/nonconst_def.pyx --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tests/compile/nonconst_def.pyx Sat Jan 10 11:21:46 2009 -0800 @@ -0,0 +1,3 @@ +import os +DEF ospath = os.path +