Message208376
| 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: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 | |