◐ Shell
clean mode source ↗

bpo-35059: PyObject_INIT() casts to PyObject* by vstinner · Pull Request #10674 · python/cpython

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