-
-
Notifications
You must be signed in to change notification settings - Fork 33.2k
Closed
Closed
Copy link
Labels
extension-modulesC modules in the Modules dirC modules in the Modules dirtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
Bug report
Bug description:
This happens in Modules/_decimal/libmpdec/io.c
Here:
cpython/Modules/_decimal/libmpdec/io.c
Lines 348 to 349 in a472244
#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
Metadata
Metadata
Assignees
Labels
extension-modulesC modules in the Modules dirC modules in the Modules dirtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error