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 barry, pitrou, serhiy.storchaka, vstinner
Date 2020-03-08.19:14:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1583694870.63.0.698920597345.issue38249@roundup.psfhosted.org>
In-reply-to
Content
Updated the PR according to review comments.

PyNumber_ToBase() now raises SystemError for unsupported base instead of crashing. unicode_eq() asserts that unicode strings are ready (it is only called for hashed strings and if we have a hash they should be ready). PyCode_Optimize() returns the malformed bytecode unmodified. Other potentially non-unreachable code call now Py_FatalError(). Feel free to propose better messages. All other cases look truly unreachable to me.

Added support for the Intel and Microsoft compilers.
History
Date User Action Args
2020-03-08 19:14:30serhiy.storchakasetrecipients: + serhiy.storchaka, barry, pitrou, vstinner
2020-03-08 19:14:30serhiy.storchakasetmessageid: <1583694870.63.0.698920597345.issue38249@roundup.psfhosted.org>
2020-03-08 19:14:30serhiy.storchakalinkissue38249 messages
2020-03-08 19:14:30serhiy.storchakacreate