extend semantics of 'basestring' typed variables to represent exactly bytes/str/unico...
authorStefan Behnel <stefan_ml@behnel.de>
Sun, 6 Oct 2013 09:52:53 +0000 (11:52 +0200)
committerStefan Behnel <stefan_ml@behnel.de>
Sun, 6 Oct 2013 09:52:53 +0000 (11:52 +0200)
commitf8233ea5f563630192b180e29832e1a571705e21
tree54d743775f4fb905e3fca2824b878274628b6167
parent9e3a2d7ae9fce31bfbba19f39fc882e6ded78462
extend semantics of 'basestring' typed variables to represent exactly bytes/str/unicode but no subtypes
CHANGES.rst
Cython/Compiler/Builtin.py
Cython/Compiler/ExprNodes.py
Cython/Compiler/PyrexTypes.py
Cython/Utility/FunctionArguments.c
Cython/Utility/ModuleSetupCode.c
tests/run/builtin_basestring.pyx