preprocess byte string literal escaping instead of doing repeated replacements at...
authorStefan Behnel <stefan_ml@behnel.de>
Thu, 10 Jan 2013 21:14:20 +0000 (22:14 +0100)
committerStefan Behnel <stefan_ml@behnel.de>
Thu, 10 Jan 2013 21:14:20 +0000 (22:14 +0100)
commita391c3a3f351b36bbdee882dd0604bc89bf3da02
treeb2434bdf77e81c95d36c1d8f6b02cc2f107f65e7
parentf989876bd4e3df666f53941cf355cc20cd96d5fc
preprocess byte string literal escaping instead of doing repeated replacements at runtime
Cython/Compiler/StringEncoding.py