]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43693: Do not check co_cell2arg if a non-cell offset. (gh-26626)
authorEric Snow <ericsnowcurrently@gmail.com>
Wed, 9 Jun 2021 17:40:49 +0000 (11:40 -0600)
committerGitHub <noreply@github.com>
Wed, 9 Jun 2021 17:40:49 +0000 (11:40 -0600)
commite6e34e45222b9c7a63ba92386612acf768082ba0
tree1f49b0645035cb915657c73804c8d9c4d8da5d81
parenteea8148b7dff5ffc7b84433859ac819b1d92a74d
bpo-43693: Do not check co_cell2arg if a non-cell offset. (gh-26626)

This is the same fix as for PyFrame_LocalsToFast() in gh-26609, but applied to PyFrame_FastToLocalsWithError(). (It should have been in that PR.)

https://bugs.python.org/issue43693
Objects/frameobject.c