]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40429: PyFrame_GetCode() now returns a strong reference (GH-19773)
authorVictor Stinner <vstinner@python.org>
Tue, 28 Apr 2020 23:28:13 +0000 (01:28 +0200)
committerGitHub <noreply@github.com>
Tue, 28 Apr 2020 23:28:13 +0000 (01:28 +0200)
commit8852ad4208e34825f74e24945edb5bcf055d94fe
tree157f239ba46634301e136f4662b1646f7258357e
parent5e8c691594d68925213d36296ce7c4b3e90bcb1d
bpo-40429: PyFrame_GetCode() now returns a strong reference (GH-19773)
Doc/c-api/reflection.rst
Doc/whatsnew/3.9.rst
Modules/_lsprof.c
Modules/_tracemalloc.c
Objects/frameobject.c
Objects/typeobject.c
Python/_warnings.c
Python/import.c
Python/traceback.c