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 ammar2
Recipients ammar2, benjamin.peterson, methane, petdance, serhiy.storchaka, vstinner
Date 2020-05-29.08:16:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1590740172.52.0.130408489461.issue39943@roundup.psfhosted.org>
In-reply-to
Content
For sre.c, this is definitely a bug in MSVC, see:

* https://stackoverflow.com/questions/10403713/why-does-visual-c-warn-on-implicit-cast-from-const-void-to-void-in-c-but
* https://godbolt.org/z/BpMqA_


I'm trying to get rid of MSVC warnings to unblock https://github.com/python/cpython/pull/18532 so I'll make a pull request that adds explicit casts for this.
History
Date User Action Args
2020-05-29 08:16:12ammar2setrecipients: + ammar2, vstinner, benjamin.peterson, methane, serhiy.storchaka, petdance
2020-05-29 08:16:12ammar2setmessageid: <1590740172.52.0.130408489461.issue39943@roundup.psfhosted.org>
2020-05-29 08:16:12ammar2linkissue39943 messages
2020-05-29 08:16:12ammar2create