Message96737
Perfect---thank you! Applied to trunk in r76963. I tweaked the main
comment and docstring, wrapped a long line, and replaced two instances of
'*overflow = Py_SIZE(v) > 0 ? 1 : -1' with simply '*overflow = sign'. I
also expanded the test a bit to check for 1 and -1 *overflow values,
rather than just checking for nonzero *overflow.
I'll propagate your tests to py3k. |
|
| Date |
User |
Action |
Args |
| 2009-12-21 11:26:13 | mark.dickinson | set | recipients:
+ mark.dickinson, casevh |
| 2009-12-21 11:26:12 | mark.dickinson | set | messageid: <[email protected]> |
| 2009-12-21 11:26:11 | mark.dickinson | link | issue7528 messages |
| 2009-12-21 11:26:10 | mark.dickinson | create | |
|