diff options
author | Victor Stinner <vstinner@python.org> | 2020-06-02 12:03:25 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-02 12:03:25 (GMT) |
commit | 59d3dce69b0a4f6ee17578ae68037cc7ae90936f (patch) | |
tree | 72eaa3932f9ff7fc0a13752a1fe706666c6e87dd /Python/ceval.c | |
parent | 85339f5c220a5e79c47c3a33c93f1dca5c59c52e (diff) | |
download | cpython-59d3dce69b0a4f6ee17578ae68037cc7ae90936f.zip cpython-59d3dce69b0a4f6ee17578ae68037cc7ae90936f.tar.gz cpython-59d3dce69b0a4f6ee17578ae68037cc7ae90936f.tar.bz2 |
bpo-40839: PyDict_GetItem() requires the GIL (GH-20580)
Calling PyDict_GetItem() without GIL held had been allowed for
historical reason. It is no longer allowed.
Diffstat (limited to 'Python/ceval.c')
0 files changed, 0 insertions, 0 deletions