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 NeilGirdhar
Recipients NeilGirdhar, docs@python
Date 2016-10-14.02:22:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1476411777.06.0.509767865029.issue28437@psf.upfronthosting.co.za>
In-reply-to
Content
Oops, I meant:

MyDerived = new_class("MyDerived", (MyClass,), dict(metaclass=metaclass_callable))

Nevertheless, the exception line number is totally off because it's tripping in the C code rather than in the Python code of the types library.
History
Date User Action Args
2016-10-14 02:22:57NeilGirdharsetrecipients: + NeilGirdhar, docs@python
2016-10-14 02:22:57NeilGirdharsetmessageid: <1476411777.06.0.509767865029.issue28437@psf.upfronthosting.co.za>
2016-10-14 02:22:56NeilGirdharlinkissue28437 messages
2016-10-14 02:22:56NeilGirdharcreate