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

Mark Dickinson report at bugs.python.org
Thu Jun 6 15:14:45 EDT 2019


Mark Dickinson <dickinsm at gmail.com> added the comment:

This smells a bit as though someone's doing something like:

    myobject = PyInt_FromLong(some_long);

and then assuming that they hold the only reference to `myobject`, so that it's safe to mutate in place.

----------

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


More information about the Python-bugs-list mailing list