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

Ammar Askar report at bugs.python.org
Fri May 29 04:16:12 EDT 2020


Ammar Askar <ammar at ammaraskar.com> added the comment:

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.

----------
nosy: +ammar2

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


More information about the Python-bugs-list mailing list