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 abarry
Recipients abarry, levkivskyi
Date 2016-12-04.21:12:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1480885921.29.0.352788728695.issue28869@psf.upfronthosting.co.za>
In-reply-to
Content
As a matter of fact, A.__module__ in this case is abc.ABCMeta.__module__. A class body creates a __module__ key, while a direct metaclass call does not.
History
Date User Action Args
2016-12-04 21:12:01abarrysetrecipients: + abarry, levkivskyi
2016-12-04 21:12:01abarrysetmessageid: <1480885921.29.0.352788728695.issue28869@psf.upfronthosting.co.za>
2016-12-04 21:12:01abarrylinkissue28869 messages
2016-12-04 21:12:01abarrycreate