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 ZackerySpytz
Recipients ZackerySpytz
Date 2018-10-04.22:10:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1538691047.46.0.545547206417.issue34899@psf.upfronthosting.co.za>
In-reply-to
Content
If _PyLong_FromByteArray() fails in int_from_bytes_impl(), PyObject_CallFunctionObjArgs() might be called with a live exception.
History
Date User Action Args
2018-10-04 22:10:47ZackerySpytzsetrecipients: + ZackerySpytz
2018-10-04 22:10:47ZackerySpytzsetmessageid: <1538691047.46.0.545547206417.issue34899@psf.upfronthosting.co.za>
2018-10-04 22:10:47ZackerySpytzlinkissue34899 messages
2018-10-04 22:10:47ZackerySpytzcreate