projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6185be
)
small fix
author
Danilo Freitas
<dsurviver@gmail.com>
Tue, 11 Aug 2009 16:02:46 +0000
(13:02 -0300)
committer
Danilo Freitas
<dsurviver@gmail.com>
Tue, 11 Aug 2009 16:02:46 +0000
(13:02 -0300)
Cython/Compiler/PyrexTypes.py
patch
|
blob
|
history
diff --git
a/Cython/Compiler/PyrexTypes.py
b/Cython/Compiler/PyrexTypes.py
index 103e7524570b311ede56e610190c54861a0c8dcf..446d5b4e5d27075e451a29b70fada9afb1d136ae 100755
(executable)
--- a/
Cython/Compiler/PyrexTypes.py
+++ b/
Cython/Compiler/PyrexTypes.py
@@
-1398,10
+1398,8
@@
class CppClassType(CType):
if self.templates:
templates = "<"
for i in range(len(self.templates)-1):
- templates += "class "
templates += self.templates[i]
templates += ','
- templates += "class "
templates += self.templates[-1]
templates += ">"
if for_display or pyrex: