diff options
author | Victor Stinner <vstinner@python.org> | 2020-11-13 14:44:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-13 14:44:11 +0100 |
commit | 0cec97eb6a3e31493c29ef9398fcf39a5ec445a6 (patch) | |
tree | 45ee4ba5c3b59ae7fd2640039e3411b9e19d0400 /Lib/urllib/request.py | |
parent | fd009e606a48e803e7187983bf9a5682e938fddb (diff) | |
download | cpython-git-0cec97eb6a3e31493c29ef9398fcf39a5ec445a6.tar.gz |
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 'Lib/urllib/request.py')
0 files changed, 0 insertions, 0 deletions