Generate shorter string literals
authorChristoph Gohlke <cgohlke@uci.edu>
Fri, 5 Feb 2010 19:19:08 +0000 (11:19 -0800)
committerChristoph Gohlke <cgohlke@uci.edu>
Fri, 5 Feb 2010 19:19:08 +0000 (11:19 -0800)
commitfe22f9acc9442f0edd271bb9a6d92afc101cb1f2
treee7e4c4c9118ffa5d5e11210015c80f6fd6791854
parent3e15e7a45d7dfa15335871bab35d2fbe2695b474
Generate shorter string literals

This is related to <http://trac.cython.org/cython_trac/ticket/50>.

Cython 0.12.1 still generates string literals that can be too long for MSVC*
compilers. Please consider the following patch.
Cython/Compiler/Code.py