This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author malin
Recipients malin, methane, xtreak
Date 2021-04-09.10:21:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1617963680.41.0.136390488201.issue43785@roundup.psfhosted.org>
In-reply-to
Content
This change is backwards incompatible, it may break some code silently.

If someone really needs better performance, they can write a BZ2File class without RLock by themselves, it should be easy.

FYI, zlib module was added in 1997, bz2 module was added in 2002, lzma module was added in 2011. (Just curious for these years)
History
Date User Action Args
2021-04-09 10:21:20malinsetrecipients: + malin, methane, xtreak
2021-04-09 10:21:20malinsetmessageid: <1617963680.41.0.136390488201.issue43785@roundup.psfhosted.org>
2021-04-09 10:21:20malinlinkissue43785 messages
2021-04-09 10:21:20malincreate