diff options
author | Tian Gao <gaogaotiantian@hotmail.com> | 2024-05-08 00:48:05 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-08 00:48:05 (GMT) |
commit | e7aec8713f84e90b20c9baae6b7a91d87f327ff0 (patch) | |
tree | c6619034e5a7551ba84d3c7db39167785167e850 /Python | |
parent | 2f0a338be66e276a700f86af51d5ef54a138cbfb (diff) | |
download | cpython-e7aec8713f84e90b20c9baae6b7a91d87f327ff0.zip cpython-e7aec8713f84e90b20c9baae6b7a91d87f327ff0.tar.gz cpython-e7aec8713f84e90b20c9baae6b7a91d87f327ff0.tar.bz2 |
gh-118746: Fix crash in frame_getlocals and _PyFrame_GetLocals (#118748)
We don't know how to create an unoptimized frame with f_locals == NULL,
but they are seen in the wild, and this fixes the crash.
Diffstat (limited to 'Python')
0 files changed, 0 insertions, 0 deletions