From e5928882ddde21149b22146fbc058cc6e44aea28 Mon Sep 17 00:00:00 2001 From: Dag Sverre Seljebotn Date: Wed, 30 Jul 2008 12:11:47 +0200 Subject: [PATCH] Better temp prefix (now was not the time for shortening them) --- Cython/Compiler/Naming.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cython/Compiler/Naming.py b/Cython/Compiler/Naming.py index eaee163a..5ff72727 100644 --- a/Cython/Compiler/Naming.py +++ b/Cython/Compiler/Naming.py @@ -9,7 +9,7 @@ pyrex_prefix = "__pyx_" -codewriter_temp_prefix = "_tmp" +codewriter_temp_prefix = pyrex_prefix + "t_" temp_prefix = u"__cyt_" -- 2.26.2