]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42099: Fix reference to ob_type in unionobject.c and ceval (GH-22829)
authorNeil Schemenauer <nas-github@arctrix.com>
Tue, 27 Oct 2020 18:55:52 +0000 (11:55 -0700)
committerGitHub <noreply@github.com>
Tue, 27 Oct 2020 18:55:52 +0000 (18:55 +0000)
commit0564aafb71a153dd0aca4b9266dfae9336a4f2cb
treed1bb2a8f760702cccc690f2cbc79bbf916c481b3
parent15acc4eaba8519d7d5f2acaffde65446b44dcf79
bpo-42099: Fix reference to ob_type in unionobject.c and ceval (GH-22829)

* Use Py_TYPE() rather than o->ob_type.
Objects/unionobject.c
Python/ceval.c