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 serhiy.storchaka
Recipients alexandre.vassalotti, benjamin.peterson, pitrou, rhettinger, serhiy.storchaka
Date 2016-09-07.18:19:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473272395.39.0.192109361244.issue25856@psf.upfronthosting.co.za>
In-reply-to
Content
Good catch Benjamin! There is yet one bug -- the type type already has the __module__ attribute, but it is a descriptor, not a string.

Updated patch fixes these bugs.
History
Date User Action Args
2016-09-07 18:19:55serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, pitrou, alexandre.vassalotti, benjamin.peterson
2016-09-07 18:19:55serhiy.storchakasetmessageid: <1473272395.39.0.192109361244.issue25856@psf.upfronthosting.co.za>
2016-09-07 18:19:55serhiy.storchakalinkissue25856 messages
2016-09-07 18:19:55serhiy.storchakacreate