bpo-35059: Cast void* to PyObject* by vstinner · Pull Request #10650 · python/cpython
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 34.2k
Merged
bpo-35059: Cast void* to PyObject*#10650
vstinner merged 1 commit intopython:masterfrom
vstinner:avoid_void
bpo-35059: Cast void* to PyObject*#10650
vstinner merged 1 commit intopython:masterfrom
vstinner:avoid_void
Conversation
Copy link
Member
Don't pass void* to Python macros: use _PyObject_CAST().
Don't pass void* to Python macros: use _PyObject_CAST().
vstinner
added
the
skip news
label
vstinner
requested a review
from 1st1
as a code owner
the-knights-who-say-ni
added
the
CLA signed
label
bedevere-bot
added
the
awaiting merge
label
vstinner
merged commit
a42de74
into
python:master
bedevere-bot
removed
the
awaiting merge
label
vstinner
deleted the
avoid_void
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment