STINNER Victor <vstin...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue39943>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to