[issue37168] Decimal divisions sometimes 10x or 100x too large

Phil Frost report at bugs.python.org
Thu Jun 6 17:40:17 EDT 2019


Phil Frost <phil.frost at postmates.com> added the comment:

Probably too many C extensions to feasibly audit them all. Also we can't rule out something busted in Alpine. So I'm going to set a watchpoint on small_ints[1]->ob_ival with a little gdb script to dump core right when it changes; hopefully inspecting that backtrace will lead directly to the culprit.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37168>
_______________________________________


More information about the Python-bugs-list mailing list