Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bpo-38823: Fix compiler warning in _ctypes on Windows (pythonGH-23258)
Explicitly cast PyExc_Exception to PyTypeObject* to fix the warning: modules\_ctypes\_ctypes.c(5748): warning C4133: '=': incompatible types - from 'PyObject *' to '_typeobject *'
- Loading branch information