From 91c8955cbef0e6e417fd412516621c75e832acb1 Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Wed, 14 Oct 2009 11:46:38 +0200 Subject: [PATCH] fix identifier handling: must not use encoding --- Cython/Compiler/Scanning.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Cython/Compiler/Scanning.py b/Cython/Compiler/Scanning.py index 53c0201b..456b3dce 100644 --- a/Cython/Compiler/Scanning.py +++ b/Cython/Compiler/Scanning.py @@ -454,7 +454,6 @@ class PyrexScanner(Scanner): sy = systring else: systring = EncodedString(systring) - systring.encoding = self.source_encoding self.sy = sy self.systring = systring if False: # debug_scanner: -- 2.26.2