[issue20182] Derby #13: Convert 50 sites to Argument Clinic across 5 files

Serhiy Storchaka report at bugs.python.org
Thu Apr 23 20:19:12 CEST 2015


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 <report at bugs.python.org>
<http://bugs.python.org/issue20182>
_______________________________________


More information about the Python-bugs-list mailing list