[issue13665] TypeError: string or integer address expected instead of str instance

Ezio Melotti report at bugs.python.org
Mon Jan 16 07:00:52 CET 2012


Ezio Melotti <ezio.melotti at gmail.com> added the comment:

Here's a patch.
I found a similar instance that says "unicode string or integer address expected instead of %s instance", but it's inside an "if (!PyUnicode_Check(value)) {}" so it should be ok ("unicode string" could be replaced to 'str' though).

----------
keywords: +patch
stage: needs patch -> commit review
Added file: http://bugs.python.org/file24247/issue13665.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13665>
_______________________________________


More information about the Python-bugs-list mailing list