diff options
author | Ma Lin <animalize@users.noreply.github.com> | 2021-11-27 00:18:17 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-27 00:18:17 (GMT) |
commit | 7edb6270a78c695e4c2ae2432797dc18105374fc (patch) | |
tree | dfd17acdc4e4dd694458e99e14a63db718165cee /Objects | |
parent | 4841e694ee1686f8c933ddfcb8c854915867ce17 (diff) | |
download | cpython-7edb6270a78c695e4c2ae2432797dc18105374fc.zip cpython-7edb6270a78c695e4c2ae2432797dc18105374fc.tar.gz cpython-7edb6270a78c695e4c2ae2432797dc18105374fc.tar.bz2 |
bpo-41735: Fix thread lock in zlib.Decompress.flush() may go wrong (GH-29587)
* Fix thread lock in zlib.Decompress.flush() may go wrong
Getting `.unconsumed_tail` before acquiring the thread lock may mix up decompress state.
Diffstat (limited to 'Objects')
0 files changed, 0 insertions, 0 deletions