projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f265f5
)
Conversion for python objects on <type> casts
author
Robert Bradshaw
<robertwb@math.washington.edu>
Sat, 2 Feb 2008 09:06:12 +0000
(
01:06
-0800)
committer
Robert Bradshaw
<robertwb@math.washington.edu>
Sat, 2 Feb 2008 09:06:12 +0000
(
01:06
-0800)
Demos/Setup.py
patch
|
blob
|
history
diff --git
a/Demos/Setup.py
b/Demos/Setup.py
index 35c5363bcf15dce8df735071e8033a3bf1350e22..a9de16ad50f5a73100ffed94efc39c74cc69fcb1 100644
(file)
--- a/
Demos/Setup.py
+++ b/
Demos/Setup.py
@@
-8,7
+8,7
@@
setup(
Extension("primes", ["primes.pyx"]),
Extension("spam", ["spam.pyx"]),
# Extension("numeric_demo", ["numeric_demo.pyx"]),
-
#
Extension("test", ["test.pyx"]),
+ Extension("test", ["test.pyx"]),
Extension("func_pointers", ["func_pointers.pyx"]),
# Extension("inplace", ["inplace.pyx"]),
# Extension("withGIL", ["withGIL.pyx"]),