Message 289692 - Python tracker
Message289692
| Author | serhiy.storchaka |
|---|---|
| Recipients | Oren Milman, mark.dickinson, serhiy.storchaka, vstinner |
| Date | 2017-03-15.20:30:52 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1489609852.82.0.992225989323.issue29816@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Unfortunately it is hard to totally avoid OverflowError in right shift. Righ shift of huge positive value can get non-zero result even if shift count is larger than PY_SSIZE_T_MAX. PR 680 just decreases the opportunity of getting a OverflowError. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-03-15 20:30:52 | serhiy.storchaka | set | recipients: + serhiy.storchaka, mark.dickinson, vstinner, Oren Milman |
| 2017-03-15 20:30:52 | serhiy.storchaka | set | messageid: <1489609852.82.0.992225989323.issue29816@psf.upfronthosting.co.za> |
| 2017-03-15 20:30:52 | serhiy.storchaka | link | issue29816 messages |
| 2017-03-15 20:30:52 | serhiy.storchaka | create | |