Bug report
Bug description:
This happens in Modules/_decimal/libmpdec/io.c
Here:
|
#define EXTRACT_DIGIT(s, x, d, dot) \ |
|
if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d |
CPython versions tested on:
CPython main branch
Operating systems tested on:
Linux
Linked PRs