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 rmsr
Recipients georg.brandl, larry, mark.dickinson, rmsr, serhiy.storchaka, skrah
Date 2014-01-18.00:28:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390004924.87.0.403430981663.issue20260@psf.upfronthosting.co.za>
In-reply-to
Content
socketmodule has three builtins which use PyLong_AsUnsignedLong on their arguments and would benefit from these converters, but only if they raise OverflowError. So I vote for #2.

I don't think it's unreasonable to continue to have locally-defined argument converters.
History
Date User Action Args
2014-01-18 00:28:44rmsrsetrecipients: + rmsr, georg.brandl, mark.dickinson, larry, skrah, serhiy.storchaka
2014-01-18 00:28:44rmsrsetmessageid: <1390004924.87.0.403430981663.issue20260@psf.upfronthosting.co.za>
2014-01-18 00:28:44rmsrlinkissue20260 messages
2014-01-18 00:28:44rmsrcreate