[issue24102] Multiple type confusions in unicode error handlers

Walter Dörwald report at bugs.python.org
Sat May 2 15:05:28 CEST 2015


Walter Dörwald added the comment:

Looks much better. However shouldn't:

   exc->ob_type->tp_name

be:

   Py_TYPE(exc)->tp_name

(although there are still many spots in the source that still use ob_type->tp_name)

----------

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


More information about the Python-bugs-list mailing list