]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40429: PyThreadState_GetFrame() returns a strong ref (GH-19781)
authorVictor Stinner <vstinner@python.org>
Wed, 29 Apr 2020 01:01:43 +0000 (03:01 +0200)
committerGitHub <noreply@github.com>
Wed, 29 Apr 2020 01:01:43 +0000 (03:01 +0200)
commit4386b9045e5fe1151e65c2816264b5710000eb9f
treec1bcaffac32a12c8e8f52c1e621d18665b06ac6b
parent37af21b667a9f41437b5b8e451497d7725016df5
bpo-40429: PyThreadState_GetFrame() returns a strong ref (GH-19781)

The PyThreadState_GetFrame() function now returns a strong reference
to the frame.
Doc/c-api/init.rst
Misc/NEWS.d/next/C API/2020-04-29-01-39-41.bpo-40429.VQfvta.rst [new file with mode: 0644]
Modules/_tracemalloc.c
Modules/_xxsubinterpretersmodule.c
Objects/typeobject.c
Python/errors.c
Python/pystate.c