Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-38823: Fix compiler warning in _ctypes on Windows #23258

Merged
merged 1 commit into from
Nov 13, 2020
Merged

bpo-38823: Fix compiler warning in _ctypes on Windows #23258

merged 1 commit into from
Nov 13, 2020

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Nov 13, 2020

Explicitly cast PyExc_Exception to PyTypeObject* to fix the warning:

modules\_ctypes\_ctypes.c(5748): warning C4133: '=':
incompatible types - from 'PyObject *' to '_typeobject *'

https://bugs.python.org/issue38823

Explicitly cast PyExc_Exception to PyTypeObject* to fix the warning:

    modules\_ctypes\_ctypes.c(5748): warning C4133: '=':
    incompatible types - from 'PyObject *' to '_typeobject *'
@vstinner vstinner merged commit 0cec97e into python:master Nov 13, 2020
@vstinner vstinner deleted the fix_ctypes_win_warn branch November 13, 2020 13:44
adorilson pushed a commit to adorilson/cpython that referenced this pull request Mar 13, 2021
Explicitly cast PyExc_Exception to PyTypeObject* to fix the warning:

    modules\_ctypes\_ctypes.c(5748): warning C4133: '=':
    incompatible types - from 'PyObject *' to '_typeobject *'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants