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 yselivanov
Recipients brett.cannon, larry, ncoghlan, yselivanov
Date 2014-01-19.23:50:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390175420.53.0.898496961192.issue20308@psf.upfronthosting.co.za>
In-reply-to
Content
When in doubt, import this ;)

Agree. So the best course would be: make a patch for plain classes (not metaclasses). Fix signatures for metaclasses without __init__/__new__ when we have groups support for parameters, so that we can have (obj_or_name, [bases, dict]) kind of signatures.
History
Date User Action Args
2014-01-19 23:50:20yselivanovsetrecipients: + yselivanov, brett.cannon, ncoghlan, larry
2014-01-19 23:50:20yselivanovsetmessageid: <1390175420.53.0.898496961192.issue20308@psf.upfronthosting.co.za>
2014-01-19 23:50:20yselivanovlinkissue20308 messages
2014-01-19 23:50:20yselivanovcreate