Message208201
I think we cannot change PyLong_AsUnsignedLong() without a deprecation period,
if at all. That leaves the option of changing the converters.
My preference is to raise either OverflowError or ValueError for *both*
out-of-range conditions.
People may me used to OverflowError by now -- the usage in PyLong_AsUnsignedLong()
dates back to very early revisions -- but there are equally good reasons to use
ValueError. |
|
Date |
User |
Action |
Args |
2014-01-15 22:12:20 | skrah | set | recipients:
+ skrah, georg.brandl, mark.dickinson, larry, serhiy.storchaka |
2014-01-15 22:12:20 | skrah | link | issue20260 messages |
2014-01-15 22:12:20 | skrah | create | |
|