Pablo Galindo Salgado <pablog...@gmail.com> added the comment:

@Mark

   long x = i_result * b;

is still on the PR but the check for overflow does not use x. I will update the 
PR to move that line inside the overflow-safe block to prevent UB from 
happening and affecting the check itself (or the rest of the code).

Thanks for pointing that out!

----------

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

Reply via email to