There was an error while loading. Please reload this page.
1 parent 3350aa0 commit 596a58fCopy full SHA for 596a58f
1 file changed
Modules/_testexternalinspection.c
@@ -641,7 +641,7 @@ read_py_long(pid_t pid, _Py_DebugOffsets* offsets, uintptr_t address)
641
return 0;
642
}
643
644
- char *digits = (char *)PyMem_RawMalloc(size * sizeof(digit));
+ digit *digits = (digit *)PyMem_RawMalloc(size * sizeof(digit));
645
if (!digits) {
646
PyErr_NoMemory();
647
return -1;
0 commit comments