]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40217: Ensure Py_VISIT(Py_TYPE(self)) is always called for PyType_FromSpec types...
authorPablo Galindo <Pablogsal@gmail.com>
Mon, 27 Apr 2020 12:22:19 +0000 (13:22 +0100)
committerGitHub <noreply@github.com>
Mon, 27 Apr 2020 12:22:19 +0000 (14:22 +0200)
commit0169d3003be3d072751dd14a5c84748ab63a249f
tree9e24d309b0c5e31e80101ecf6328198db2de383d
parent4044c843a5c6788b228d9aa38f51676f43b2ae94
bpo-40217: Ensure Py_VISIT(Py_TYPE(self)) is always called for PyType_FromSpec types (GH-19414)
Objects/typeobject.c