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

Tal Einat report at bugs.python.org
Thu Apr 23 18:45:40 CEST 2015


Tal Einat added the comment:

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?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20182>
_______________________________________


More information about the Python-bugs-list mailing list