Skip to content

bpo-40989: Fix compiler warning in winreg.c #21722

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

Merged
merged 1 commit into from
Aug 5, 2020
Merged

bpo-40989: Fix compiler warning in winreg.c #21722

merged 1 commit into from
Aug 5, 2020

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Aug 4, 2020

Explicitly cast PyHKEYObject* to PyObject* to call _PyObject_Init().

https://bugs.python.org/issue40989

Explicitly cast PyHKEYObject* to PyObject* to call _PyObject_Init().
@vstinner
Copy link
Member Author

vstinner commented Aug 5, 2020

test_asyncio failed randomly. It's unrelated.

@vstinner vstinner merged commit 15edaec into python:master Aug 5, 2020
@vstinner vstinner deleted the fix_winreg_warn branch August 5, 2020 14:23
shihai1991 pushed a commit to shihai1991/cpython that referenced this pull request Aug 20, 2020
Explicitly cast PyHKEYObject* to PyObject* to call _PyObject_Init().
xzy3 pushed a commit to xzy3/cpython that referenced this pull request Oct 18, 2020
Explicitly cast PyHKEYObject* to PyObject* to call _PyObject_Init().
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