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