]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40429: PyFrame_GetCode() result cannot be NULL (GH-19772)
authorVictor Stinner <vstinner@python.org>
Tue, 28 Apr 2020 22:56:58 +0000 (00:56 +0200)
committerGitHub <noreply@github.com>
Tue, 28 Apr 2020 22:56:58 +0000 (00:56 +0200)
commit6d86a2331e6b64a2ae80c1a21f81baa5a71ac594
tree43b1e88fff7e3122019b4d948758534aeed39a87
parent521c8d6806adf0305c158d280ec00cca48e8ab22
bpo-40429: PyFrame_GetCode() result cannot be NULL (GH-19772)

Add frame_nslots() to factorize duplicate code.
Doc/c-api/reflection.rst
Modules/_tracemalloc.c
Objects/frameobject.c
Objects/genobject.c
Objects/typeobject.c
Python/_warnings.c
Python/ceval.c