[issue16612] Integrate "Argument Clinic" specialized preprocessor into CPython trunk

Stefan Krah report at bugs.python.org
Sat Mar 9 21:30:27 CET 2013


Stefan Krah added the comment:

I've started working on the alternative DSL PEP, but I hit a DSL-independent roadblock:

The preprocessor passes copies of structs to the _impl functions,
which could lead to subtle bugs. I pointed out a benign example on
Rietveld, but in general I think this should not be done.

So the question is whether to add another flag or symbol that
determines if a pointer should be passed to the _impl function.

----------

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


More information about the Python-bugs-list mailing list