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 serhiy.storchaka
Recipients ZackerySpytz, serhiy.storchaka
Date 2020-03-12.08:15:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1584000923.8.0.258059600095.issue38643@roundup.psfhosted.org>
In-reply-to
Content
New changeset 6f4e7fcfca6923d0422b20fc8702240bd4e56ebd by Serhiy Storchaka in branch '3.7':
[3.7] bpo-38643: Raise SystemError instead of crashing when PyNumber_ToBase is called with invalid base. (GH-18863). (GH-18955)
https://github.com/python/cpython/commit/6f4e7fcfca6923d0422b20fc8702240bd4e56ebd
History
Date User Action Args
2020-03-12 08:15:23serhiy.storchakasetrecipients: + serhiy.storchaka, ZackerySpytz
2020-03-12 08:15:23serhiy.storchakasetmessageid: <1584000923.8.0.258059600095.issue38643@roundup.psfhosted.org>
2020-03-12 08:15:23serhiy.storchakalinkissue38643 messages
2020-03-12 08:15:23serhiy.storchakacreate