This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mdk
Recipients larry, martin.panter, mdk, rhettinger, serhiy.storchaka, vstinner
Date 2016-11-29.18:43:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1480445010.97.0.527386581729.issue28754@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2016-11-29 18:43:31mdksetrecipients: + mdk, rhettinger, vstinner, larry, martin.panter, serhiy.storchaka
2016-11-29 18:43:30mdksetmessageid: <1480445010.97.0.527386581729.issue28754@psf.upfronthosting.co.za>
2016-11-29 18:43:30mdklinkissue28754 messages
2016-11-29 18:43:30mdkcreate