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 gvanrossum
Recipients abarry, eryksun, gvanrossum, ppperry, r.david.murray, rhettinger, steven.daprano
Date 2016-05-30.05:52:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1464587530.78.0.333018981207.issue27157@psf.upfronthosting.co.za>
In-reply-to
Content
I don't recall writing that any more, but that fix looks right. (Though why write `metatype == &PyType_Type` rather than `PyType_CheckExact(metatype)`?)
History
Date User Action Args
2016-05-30 05:52:10gvanrossumsetrecipients: + gvanrossum, rhettinger, steven.daprano, r.david.murray, eryksun, ppperry, abarry
2016-05-30 05:52:10gvanrossumsetmessageid: <1464587530.78.0.333018981207.issue27157@psf.upfronthosting.co.za>
2016-05-30 05:52:10gvanrossumlinkissue27157 messages
2016-05-30 05:52:10gvanrossumcreate