[issue23867] Argument Clinic: inline parsing code for 1-argument functions

Serhiy Storchaka report at bugs.python.org
Mon May 2 05:04:09 EDT 2016


Serhiy Storchaka added the comment:

Because new generated code contains "if" statements and braces (and PEP 7 requires even more braces than current patch adds). The patch for issue26305 allows to repeat braces only twice instead of 4 times.

----------

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


More information about the Python-bugs-list mailing list