diff options
author | Inada Naoki <songofacandy@gmail.com> | 2021-04-12 14:46:53 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-12 14:46:53 +0900 |
commit | cc2ffcdfd78df3a18edae60df81b2f1b044b1634 (patch) | |
tree | 0b93072493e3767357def749f92241822be543c9 /Python/pylifecycle.c | |
parent | 553ee2781a37ac9d2068da3e1325a780ca79e21e (diff) | |
download | cpython-git-cc2ffcdfd78df3a18edae60df81b2f1b044b1634.tar.gz |
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: Gregory P. Smith <greg@krypto.org>
Diffstat (limited to 'Python/pylifecycle.c')
0 files changed, 0 insertions, 0 deletions