This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients benjamin.peterson, methane, petdance, serhiy.storchaka, vstinner
Date 2020-04-21.21:23:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1587504194.06.0.539175445902.issue39943@roundup.psfhosted.org>
In-reply-to
Content
> 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?
History
Date User Action Args
2020-04-21 21:23:14vstinnersetrecipients: + vstinner, benjamin.peterson, methane, serhiy.storchaka, petdance
2020-04-21 21:23:14vstinnersetmessageid: <1587504194.06.0.539175445902.issue39943@roundup.psfhosted.org>
2020-04-21 21:23:14vstinnerlinkissue39943 messages
2020-04-21 21:23:13vstinnercreate