Pablo Galindo Salgado <pablog...@gmail.com> added the comment:

Ah, the problem is that:

        mod.ParrotDroppings.__module__ = mod

is wrong: `__module__` must be a string, not a module object

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue44808>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to