Message251007
I'm fine with both variants: (LONG_MAX >> PyLong_SHIFT) >> PyLong_SHIFT and SIZEOF_LONG*CHAR_BIT-1 >= 2*PyLong_SHIFT (the latter can be simplified to 8*SIZEOF_LONG > 2*PyLong_SHIFT). A comment on the next line explains the condition, it can be extended if needed. I'm fine with Victor's patch too. |
|
| Date |
User |
Action |
Args |
| 2015-09-18 15:33:36 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, tim.peters, paul.moore, pitrou, vstinner, tim.golden, r.david.murray, skrah, zach.ware, steve.dower |
| 2015-09-18 15:33:36 | serhiy.storchaka | set | messageid: <1442590416.29.0.606083405733.issue24999@psf.upfronthosting.co.za> |
| 2015-09-18 15:33:36 | serhiy.storchaka | link | issue24999 messages |
| 2015-09-18 15:33:36 | serhiy.storchaka | create | |
|