Skip to content
Snippets Groups Projects
Commit 892febb20fc9 authored by Inada Naoki's avatar Inada Naoki
Browse files

bpo-43785: Improve BZ2File performance by removing RLock (GH-25299)


Remove `RLock` from `BZ2File`. It makes `BZ2File` to thread unsafe, but
gzip and lzma don't use it too.

Co-authored-by: default avatarGregory P. Smith <greg@krypto.org>
parent 666a70165dd9
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment