Files
cpython/Lib
Inada Naoki cc2ffcdfd7 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>
2021-04-12 14:46:53 +09:00
..
2021-03-13 04:22:03 -08:00
2021-04-05 17:39:49 +01:00
2021-02-03 13:25:28 -08:00
2021-02-01 21:16:38 +05:30