projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f265e5
)
New test case for non-constant DEF statements.
author
hoytak@gmail.com
<none@none>
Sat, 10 Jan 2009 19:21:46 +0000
(11:21 -0800)
committer
hoytak@gmail.com
<none@none>
Sat, 10 Jan 2009 19:21:46 +0000
(11:21 -0800)
tests/compile/nonconst_def.pyx
[new file with mode: 0644]
patch
|
blob
diff --git a/tests/compile/nonconst_def.pyx
b/tests/compile/nonconst_def.pyx
new file mode 100644
(file)
index 0000000..
9427f97
--- /dev/null
+++ b/
tests/compile/nonconst_def.pyx
@@ -0,0
+1,3
@@
+import os
+DEF ospath = os.path
+