[issue31938] Convert selectmodule.c to Argument Clinic

STINNER Victor report at bugs.python.org
Fri Nov 3 19:33:09 EDT 2017


STINNER Victor <victor.stinner at gmail.com> added the comment:

While reviewing PR 4265, I noticed that the return type like "-> None" or "-> int" is removed from the function definition, so the PR removes this information. But it seems to be a limitation of Argument Clinic: I opened the issue #31939.

IHMO it's not a blocker issue. We can add it back later, once the issue #31939 is implemented.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue31938>
_______________________________________


More information about the Python-bugs-list mailing list