This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pablogsal
Recipients Mark.Shannon, lukasz.langa, pablogsal
Date 2021-08-02.11:12:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1627902722.38.0.534961019363.issue44808@roundup.psfhosted.org>
In-reply-to
Content
Ah, the problem is that:

        mod.ParrotDroppings.__module__ = mod

is wrong: `__module__` must be a string, not a module object
History
Date User Action Args
2021-08-02 11:12:02pablogsalsetrecipients: + pablogsal, lukasz.langa, Mark.Shannon
2021-08-02 11:12:02pablogsalsetmessageid: <1627902722.38.0.534961019363.issue44808@roundup.psfhosted.org>
2021-08-02 11:12:02pablogsallinkissue44808 messages
2021-08-02 11:12:02pablogsalcreate