Serhiy Storchaka added the comment:

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.

----------
nosy: +serhiy.storchaka

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue20182>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to