another fix for str() handling that works around internal use of EncodedString in...
authorStefan Behnel <scoder@users.berlios.de>
Tue, 23 Nov 2010 10:20:59 +0000 (11:20 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Tue, 23 Nov 2010 10:20:59 +0000 (11:20 +0100)
commitea0c2ffa20817d4f6503cea56d875e7388f4215f
tree744182363539afa265afe115668f2c48f771bb65
parent3e544076f1e8b8a7f84cfd7385a684888ab4aeac
another fix for str() handling that works around internal use of EncodedString in StringNode, fix test for locals() in -3 mode
Cython/Compiler/ExprNodes.py
Cython/Compiler/ParseTreeTransforms.py
tests/run/cython3.pyx