prevent redundant type checks when 'converting' between str and bytes type
authorStefan Behnel <scoder@users.berlios.de>
Mon, 4 May 2009 18:24:35 +0000 (20:24 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Mon, 4 May 2009 18:24:35 +0000 (20:24 +0200)
commite9db1e9a53e318b4710369bbf4686b7d5d238259
treefd6c162a529a8f66f18e10318b1b7c672bda735d
parentcdfded6a4c7d50fc23f3944a18d5fe13384d7e89
prevent redundant type checks when 'converting' between str and bytes type
Cython/Compiler/PyrexTypes.py