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, ppperry
Date 2016-05-29.22:55:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1464562505.33.0.128066678236.issue27157@psf.upfronthosting.co.za>
In-reply-to
Content
Works for me:

>>> class X(type): pass
...
>>> X(X)
<class 'type'>
History
Date User Action Args
2016-05-29 22:55:05abarrysetrecipients: + abarry, ppperry
2016-05-29 22:55:05abarrysetmessageid: <1464562505.33.0.128066678236.issue27157@psf.upfronthosting.co.za>
2016-05-29 22:55:05abarrylinkissue27157 messages
2016-05-29 22:55:05abarrycreate