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 serhiy.storchaka
Recipients benjamin.peterson, methane, petdance, serhiy.storchaka, vstinner
Date 2020-04-14.08:03:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1586851436.68.0.320008250873.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().
History
Date User Action Args
2020-04-14 08:03:56serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, benjamin.peterson, methane, petdance
2020-04-14 08:03:56serhiy.storchakasetmessageid: <1586851436.68.0.320008250873.issue39943@roundup.psfhosted.org>
2020-04-14 08:03:56serhiy.storchakalinkissue39943 messages
2020-04-14 08:03:56serhiy.storchakacreate