From fb4210bed973c765b128a5ea300cc025f1bbfc21 Mon Sep 17 00:00:00 2001 From: Robert Bradshaw Date: Wed, 17 Feb 2010 09:49:17 -0800 Subject: [PATCH] remove extraneous file --- shorter_strings.diff | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 shorter_strings.diff diff --git a/shorter_strings.diff b/shorter_strings.diff deleted file mode 100644 index 3110c917..00000000 --- a/shorter_strings.diff +++ /dev/null @@ -1,12 +0,0 @@ -diff -r 8bff3332e34f Cython/Compiler/Code.py ---- a/Cython/Compiler/Code.py Tue Feb 02 02:10:32 2010 -0800 -+++ b/Cython/Compiler/Code.py Thu Feb 04 19:33:59 2010 -0800 -@@ -667,7 +667,7 @@ - decls_writer = self.parts['decls'] - for _, cname, c in c_consts: - decls_writer.putln('static char %s[] = "%s";' % ( -- cname, c.escaped_value)) -+ cname, StringEncoding.split_docstring(c.escaped_value))) - if c.py_strings is not None: - for py_string in c.py_strings.itervalues(): - py_strings.append((c.cname, len(py_string.cname), py_string)) -- 2.26.2