[issue28838] Using consistent naming for arguments of "call" functions (C API)

Serhiy Storchaka report at bugs.python.org
Tue Dec 6 11:25:03 EST 2016


Serhiy Storchaka added the comment:

Oh, you have mixed up comments! In headers descriptions are written after function declarations. You have moved some comments and now some descriptions are placed below the corresponding declaration, and some descriptions are placed above. Now it is not clear to what function every comment is related.

You should either revert your changes or change *all* headers by moving *all* descriptions above corresponding declarations. That would be very large patch, and I doubt it will be approved.

Please don't make such large changes without a review.

----------

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


More information about the Python-bugs-list mailing list