[issue20225] Argument Clinic: simplify METH_NOARGS generated code

Georg Brandl report at bugs.python.org
Sun Jan 12 11:20:28 CET 2014


New submission from Georg Brandl:

For METH_NOARGS, you can get rid of the separate _impl function.  This makes the generated code much smaller.

----------
messages: 207943
nosy: georg.brandl
priority: normal
severity: normal
status: open
title: Argument Clinic: simplify METH_NOARGS generated code

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


More information about the Python-bugs-list mailing list