summaryrefslogtreecommitdiffstats
path: root/Python/pythonrun.c
diff options
context:
space:
mode:
authorMa Lin <animalize@users.noreply.github.com>2021-11-27 00:21:22 (GMT)
committerGitHub <noreply@github.com>2021-11-27 00:21:22 (GMT)
commit86c1265cdc64030c8921e0da5fcae2ac64299c26 (patch)
tree6a38f9fef6e030e6479b92418ee1aa3d7acfccd2 /Python/pythonrun.c
parent133fb267f437f9bd568738d0e0e59e574fc82b02 (diff)
downloadcpython-86c1265cdc64030c8921e0da5fcae2ac64299c26.zip
cpython-86c1265cdc64030c8921e0da5fcae2ac64299c26.tar.gz
cpython-86c1265cdc64030c8921e0da5fcae2ac64299c26.tar.bz2
[3.9] bpo-41735: Fix thread lock in zlib.Decompress.flush() may go wrong (GH-29588)
* Fix thread lock in zlib.Decompress.flush() may go wrong Getting `.unconsumed_tail` before acquiring the thread lock may mix up decompress state. backport of https://github.com/python/cpython/pull/29587 to 3.9/3.8.
Diffstat (limited to 'Python/pythonrun.c')
0 files changed, 0 insertions, 0 deletions