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 larry, loewis, martin.panter, methane, python-dev, rbcollins, serhiy.storchaka, skrah, taleinat
Date 2017-10-25.10:22:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1508926953.87.0.213398074469.issue20180@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, it is. Actually the #include should be before lists of methods and static PyTypeObject initializers. I think it is better to move all method lists and type initializers to the bottom of the file.
History
Date User Action Args
2017-10-25 10:22:33serhiy.storchakasetrecipients: + serhiy.storchaka, loewis, taleinat, larry, rbcollins, methane, skrah, python-dev, martin.panter
2017-10-25 10:22:33serhiy.storchakasetmessageid: <1508926953.87.0.213398074469.issue20180@psf.upfronthosting.co.za>
2017-10-25 10:22:33serhiy.storchakalinkissue20180 messages
2017-10-25 10:22:33serhiy.storchakacreate