diff options
author | Victor Stinner <vstinner@python.org> | 2020-11-13 13:44:11 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-13 13:44:11 (GMT) |
commit | 0cec97eb6a3e31493c29ef9398fcf39a5ec445a6 (patch) | |
tree | 45ee4ba5c3b59ae7fd2640039e3411b9e19d0400 /Python/sysmodule.c | |
parent | fd009e606a48e803e7187983bf9a5682e938fddb (diff) | |
download | cpython-0cec97eb6a3e31493c29ef9398fcf39a5ec445a6.zip cpython-0cec97eb6a3e31493c29ef9398fcf39a5ec445a6.tar.gz cpython-0cec97eb6a3e31493c29ef9398fcf39a5ec445a6.tar.bz2 |
bpo-38823: Fix compiler warning in _ctypes on Windows (GH-23258)
Explicitly cast PyExc_Exception to PyTypeObject* to fix the warning:
modules\_ctypes\_ctypes.c(5748): warning C4133: '=':
incompatible types - from 'PyObject *' to '_typeobject *'
Diffstat (limited to 'Python/sysmodule.c')
0 files changed, 0 insertions, 0 deletions