Message208376
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. |
|
Date |
User |
Action |
Args |
2014-01-18 00:28:44 | rmsr | set | recipients:
+ rmsr, georg.brandl, mark.dickinson, larry, skrah, serhiy.storchaka |
2014-01-18 00:28:44 | rmsr | set | messageid: <1390004924.87.0.403430981663.issue20260@psf.upfronthosting.co.za> |
2014-01-18 00:28:44 | rmsr | link | issue20260 messages |
2014-01-18 00:28:44 | rmsr | create | |
|