[3.4] bpo-34656: Avoid relying on signed overflow in _pickle memos (GH-9261)#11870
[3.4] bpo-34656: Avoid relying on signed overflow in _pickle memos (GH-9261)#11870larryhastings merged 3 commits intopython:3.4from vstinner:pickle_load34
Conversation
|
Please double-check this one, I had to fix compilation error on Windows (second commit). cc @mcepl |
|
Yeah, it looks sensible. I had the same problem with Windows compilers myself many times. +1 from me. |
Can you please officially "approve" the change? |
Aha, my 2nd commit fixed compilation on Windows (and tests pass). |
I don't see the button anywhere. I don't think I have any bits required. |
Anyone can approve/reject a change: go to the "Files changes" tab and click on [Review changes] button, then select (o) Approve. |
mcepl
left a comment
There was a problem hiding this comment.
It is basically my original patch (which is running in openSUSE) with additional fixes for Windows compilation. Looks good.
|
Like this? |
Yes! Thanks :-) |
|
@larryhastings: Please replace |
|
Thanks for the backport! |
(cherry picked from commit a4ae828)
https://bugs.python.org/issue34656