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