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 taleinat
Recipients larry, loewis, martin.panter, methane, python-dev, rbcollins, serhiy.storchaka, skrah, taleinat
Date 2017-10-25.09:56:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1508925360.32.0.213398074469.issue20180@psf.upfronthosting.co.za>
In-reply-to
Content
As far as I can tell, with the creation of a separate clinic/itertools.c.h, the typedefs etc. need to be moved to the top of the file so that the #include can come after the typedefs and before the rest of the code which references clinic output. Is this indeed the way to go?
History
Date User Action Args
2017-10-25 09:56:00taleinatsetrecipients: + taleinat, loewis, larry, rbcollins, methane, skrah, python-dev, martin.panter, serhiy.storchaka
2017-10-25 09:56:00taleinatsetmessageid: <1508925360.32.0.213398074469.issue20180@psf.upfronthosting.co.za>
2017-10-25 09:56:00taleinatlinkissue20180 messages
2017-10-25 09:56:00taleinatcreate