This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author larry
Recipients dfmz77669, larry, vstinner
Date 2019-02-26.00:41:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1551141696.08.0.295272330324.issue34656@roundup.psfhosted.org>
In-reply-to
Content
New changeset ef33dd6036aafbd3f06c1d56e2b1a81dae3da63c by larryhastings (Victor Stinner) in branch '3.5':
closes bpo-34656: Avoid relying on signed overflow in _pickle memos. (GH-9261) (#11869)
https://github.com/python/cpython/commit/ef33dd6036aafbd3f06c1d56e2b1a81dae3da63c
History
Date User Action Args
2019-02-26 00:41:36larrysetrecipients: + larry, vstinner, dfmz77669
2019-02-26 00:41:36larrysetmessageid: <1551141696.08.0.295272330324.issue34656@roundup.psfhosted.org>
2019-02-26 00:41:36larrylinkissue34656 messages
2019-02-26 00:41:36larrycreate