]> granicus.if.org Git - python/commit
bpo-36851: Clean the frame stack if the execution ends with a return and the stack...
authorPablo Galindo <Pablogsal@gmail.com>
Thu, 9 May 2019 15:52:02 +0000 (16:52 +0100)
committerGitHub <noreply@github.com>
Thu, 9 May 2019 15:52:02 +0000 (16:52 +0100)
commitf00828a742d2e88c910bdfd00f08fcd998554ba5
tree3a8b1c942d314019153162b4b56860556eae3a68
parent33e067d6a237ced8fd2ead70a461025fd91239be
bpo-36851: Clean the frame stack if the execution ends with a return and the stack is not empty (GH-13191)
Lib/test/test_code.py
Misc/NEWS.d/next/Core and Builtins/2019-05-08-11-42-06.bpo-36851.J7DiCW.rst [new file with mode: 0644]
Python/ceval.c