[issue31418] assertion failure in PyErr_WriteUnraisable() in case of an exception with a bad __module__

Serhiy Storchaka report at bugs.python.org
Mon Sep 11 09:25:24 EDT 2017


Serhiy Storchaka added the comment:

Printing '<unknown>' LGTM.

Implicit converting to str can raise a warning or exception if __module__ is a bytes object.

----------
nosy: +serhiy.storchaka

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue31418>
_______________________________________


More information about the Python-bugs-list mailing list