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 georg.brandl, larry, loewis, nadeem.vawda, taleinat
Date 2015-04-23.16:45:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1429807540.16.0.988026737072.issue20182@psf.upfronthosting.co.za>
In-reply-to
Content
I'm working on a new version of Georg's patch which applies to the current default branch.

I'm having trouble with AC output going into a separate file, since this requires a lot of things to be declared before the #include of the .c.h file. Should I move all of those definitions to the top of the file, even if they are currently spread all over it? Should I just add forward declarations? And if the latter, how do I forward-declare a struct typedef?
History
Date User Action Args
2015-04-23 16:45:40taleinatsetrecipients: + taleinat, loewis, georg.brandl, larry, nadeem.vawda
2015-04-23 16:45:40taleinatsetmessageid: <1429807540.16.0.988026737072.issue20182@psf.upfronthosting.co.za>
2015-04-23 16:45:40taleinatlinkissue20182 messages
2015-04-23 16:45:39taleinatcreate