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-35059: PyObject_INIT() casts to PyObject* #10674

Merged
merged 1 commit into from
Nov 23, 2018
Merged

bpo-35059: PyObject_INIT() casts to PyObject* #10674

merged 1 commit into from
Nov 23, 2018

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Nov 23, 2018

PyObject_INIT() and PyObject_INIT_VAR() now cast their first argument
to PyObject*, as done in Python 3.7.

Revert partially commit b4435e2.

https://bugs.python.org/issue35059

PyObject_INIT() and PyObject_INIT_VAR() now cast their first argument
to PyObject*, as done in Python 3.7.

Revert partially commit b4435e2.
@vstinner vstinner requested a review from a team as a code owner November 23, 2018 13:08
@vstinner vstinner merged commit b509d52 into python:master Nov 23, 2018
@vstinner vstinner deleted the object_init_cast branch November 23, 2018 13:27
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