Serhiy Storchaka <storchaka+cpyt...@gmail.com> added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue38249>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to