[issue20341] Argument Clinic: add "nullable ints"
Tal Einat
report at bugs.python.org
Wed Jan 22 11:06:22 CET 2014
Tal Einat added the comment:
My only comment from reviewing the patch is that you seem to have used NULLABLE_PY_SSIZE_T_INITIALIZE by accident one time in int_converter (in clinic.py).
Other than that, as you already know, make sure to return 1 in both converters in the "if (arg == Py_None)" branches.
----------
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20341>
_______________________________________
More information about the Python-bugs-list
mailing list