'#define PyString_Type PyBytes_Type' in Py3: 'str' is considered a builtin and intern...
authorStefan Behnel <scoder@users.berlios.de>
Fri, 30 May 2008 06:32:41 +0000 (08:32 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Fri, 30 May 2008 06:32:41 +0000 (08:32 +0200)
commita34888eded66c680c565843877180bc1428041b1
treee06ce22778ac4c62c1ae38ba90623eb88ea17506
parent3d4b6c39cd6d57751f10b4424f0a84de755bb00c
'#define PyString_Type PyBytes_Type' in Py3: 'str' is considered a builtin and internally mapped to PyString_Type, which must also work in Py3
Cython/Compiler/ModuleNode.py