Julien Palard added the comment:

I tried myself at Argument Clinic custom converters to create the "optional 
ssize_t converter" and it works, so as advised by Raymond, pydoc now shows 
None, and the C implementation now allows for both default values None and -1, 
as the custom converter returns -1 for none.

----------
Added file: http://bugs.python.org/file45693/issue28754-7.diff

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue28754>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to