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 larry
Recipients larry, martin.panter, mdk, rhettinger, serhiy.storchaka, skrah, vstinner
Date 2016-12-10.22:19:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1481408393.96.0.504187408746.issue28754@psf.upfronthosting.co.za>
In-reply-to
Content
Okay, but do it with a converter function, not by changing the default behavior for Py_ssize_t.  The vast majority of uses of Py_ssize_t should not accept None.
History
Date User Action Args
2016-12-10 22:19:54larrysetrecipients: + larry, rhettinger, vstinner, skrah, martin.panter, serhiy.storchaka, mdk
2016-12-10 22:19:53larrysetmessageid: <1481408393.96.0.504187408746.issue28754@psf.upfronthosting.co.za>
2016-12-10 22:19:53larrylinkissue28754 messages
2016-12-10 22:19:53larrycreate