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 vstinner
Recipients ZackerySpytz, eric.smith, mark.dickinson, vstinner, ztane
Date 2019-06-07.15:41:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1559922092.34.0.869424868958.issue37170@roundup.psfhosted.org>
In-reply-to
Content
New changeset e36ed475ea429f7cc80a4d65f80b44686a74b246 by Victor Stinner (Zackery Spytz) in branch '3.7':
[3.7] bpo-37170: Fix the cast on error in PyLong_AsUnsignedLongLongMask() (GH-13860) (GH-13896)
https://github.com/python/cpython/commit/e36ed475ea429f7cc80a4d65f80b44686a74b246
History
Date User Action Args
2019-06-07 15:41:32vstinnersetrecipients: + vstinner, mark.dickinson, eric.smith, ztane, ZackerySpytz
2019-06-07 15:41:32vstinnersetmessageid: <1559922092.34.0.869424868958.issue37170@roundup.psfhosted.org>
2019-06-07 15:41:32vstinnerlinkissue37170 messages
2019-06-07 15:41:32vstinnercreate