Better temp prefix (now was not the time for shortening them)
authorDag Sverre Seljebotn <dagss@student.matnat.uio.no>
Wed, 30 Jul 2008 10:11:47 +0000 (12:11 +0200)
committerDag Sverre Seljebotn <dagss@student.matnat.uio.no>
Wed, 30 Jul 2008 10:11:47 +0000 (12:11 +0200)
Cython/Compiler/Naming.py

index eaee163a0b991f7c529b92b40909b5e4c437c212..5ff727278c5cb1569eaad5311153bbb2d5005411 100644 (file)
@@ -9,7 +9,7 @@
 pyrex_prefix    = "__pyx_"
 
 
-codewriter_temp_prefix = "_tmp"
+codewriter_temp_prefix = pyrex_prefix + "t_"
 
 temp_prefix       = u"__cyt_"