diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2021-11-27 00:42:00 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-27 00:42:00 (GMT) |
commit | 57100c86baa8451a568348646834380cd425b858 (patch) | |
tree | a6a3a5c625047986ef5826639b52ce4094918d8a /Python/pythonrun.c | |
parent | 3dcbe01dc5236fb77d8c0133fb7e6bdd0754768a (diff) | |
download | cpython-57100c86baa8451a568348646834380cd425b858.zip cpython-57100c86baa8451a568348646834380cd425b858.tar.gz cpython-57100c86baa8451a568348646834380cd425b858.tar.bz2 |
[3.10] bpo-41735: Fix thread lock in zlib.Decompress.flush() may go wrong (GH-29587) (GH-29811)
* Fix thread lock in zlib.Decompress.flush() may go wrong
Getting `.unconsumed_tail` before acquiring the thread lock may mix up decompress state.
(cherry picked from commit 7edb6270a78c695e4c2ae2432797dc18105374fc)
Co-authored-by: Ma Lin <animalize@users.noreply.github.com>
Automerge-Triggered-By: GH:gpshead
Diffstat (limited to 'Python/pythonrun.c')
0 files changed, 0 insertions, 0 deletions