]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35059: Cast void* to PyObject* (GH-10650)
authorVictor Stinner <vstinner@redhat.com>
Thu, 22 Nov 2018 09:25:22 +0000 (10:25 +0100)
committerGitHub <noreply@github.com>
Thu, 22 Nov 2018 09:25:22 +0000 (10:25 +0100)
commita42de742e7c20eeb64699b5785543fea65b2e8d3
tree1cb5a0b7e6d6e12846b51dbb51a080a781209ec4
parentb37672daf61740fe1ff9d805f6d74bc5ef04012b
bpo-35059: Cast void* to PyObject* (GH-10650)

Don't pass void* to Python macros: use _PyObject_CAST().
Modules/_threadmodule.c
Modules/gcmodule.c
Objects/unicodeobject.c
Python/hamt.c