[issue39943] Meta: Clean up various issues in C internals

STINNER Victor report at bugs.python.org
Tue Apr 21 17:23:14 EDT 2020


STINNER Victor <vstinner at python.org> added the comment:

> Yes, it is a consequence of PR 19345. But it looks like a compiler bug. It complains about implicit conversion from `const void **` to `void *` in memcpy() and PyMem_Del().

Is it possible to add an explicit cast to make the compiler warnings quiet?

----------

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


More information about the Python-bugs-list mailing list