SIGN IN SIGN UP

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 *'
V
Victor Stinner committed
0cec97eb6a3e31493c29ef9398fcf39a5ec445a6
Parent: fd009e6
Committed by GitHub <noreply@github.com> on 11/13/2020, 1:44:11 PM