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 georg.brandl, larry, loewis, nadeem.vawda, serhiy.storchaka, taleinat
Date 2015-04-23.18:19:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1429813152.36.0.353200359266.issue20182@psf.upfronthosting.co.za>
In-reply-to
Content
You only need include generated file before defining PyMethodDef arrays and PyTypeObject instances. There shouldn't be problems if only one class is defined in a file, otherwise you can move these static initializations together to the end of the file.
History
Date User Action Args
2015-04-23 18:19:12serhiy.storchakasetrecipients: + serhiy.storchaka, loewis, georg.brandl, taleinat, larry, nadeem.vawda
2015-04-23 18:19:12serhiy.storchakasetmessageid: <1429813152.36.0.353200359266.issue20182@psf.upfronthosting.co.za>
2015-04-23 18:19:12serhiy.storchakalinkissue20182 messages
2015-04-23 18:19:12serhiy.storchakacreate