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 serhiy.storchaka
Recipients Robin.Schreiber, amaury.forgeotdarc, asvetlov, loewis, ned.deily, pitrou, python-dev, serhiy.storchaka, terry.reedy
Date 2016-05-08.18:29:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1462732173.3.0.0698658230699.issue23815@psf.upfronthosting.co.za>
In-reply-to
Content
After looking closer I found that making PyType_FromSpec() not inheriting tp_new for static types whose base class is 'object' is not an option, because this breaks examples in the documentation, and likely break some third-party code. Opened new issue26979 for documenting the catch.

Thank you for your review Terry.
History
Date User Action Args
2016-05-08 18:29:33serhiy.storchakasetrecipients: + serhiy.storchaka, loewis, terry.reedy, amaury.forgeotdarc, pitrou, ned.deily, asvetlov, python-dev, Robin.Schreiber
2016-05-08 18:29:33serhiy.storchakasetmessageid: <1462732173.3.0.0698658230699.issue23815@psf.upfronthosting.co.za>
2016-05-08 18:29:33serhiy.storchakalinkissue23815 messages
2016-05-08 18:29:33serhiy.storchakacreate