]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Removed blocks from several functions in unicodeobject and stringobject where a PyStr...
authorChristian Heimes <christian@cheimes.de>
Thu, 22 Nov 2007 07:46:41 +0000 (07:46 +0000)
committerChristian Heimes <christian@cheimes.de>
Thu, 22 Nov 2007 07:46:41 +0000 (07:46 +0000)
commitf386311fdbffa33ea0c57ae4054af221edb4f2b6
treef2da174f1e18abbd8c87d154d2a444d116f0d629
parent830a4bcfd44ec651c2cb23bdaf4c1b4a3529e2f3
Removed blocks from several functions in unicodeobject and stringobject where a PyString function was still checking for PyUnicode or the other way around.
PyUnicode and PyString shouldn't magically convert the other type.
Objects/stringobject.c
Objects/unicodeobject.c