]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45475: Revert `__iter__` optimization for GzipFile, BZ2File, and LZMAFile. (GH...
authorInada Naoki <songofacandy@gmail.com>
Tue, 19 Oct 2021 02:51:48 +0000 (11:51 +0900)
committerGitHub <noreply@github.com>
Tue, 19 Oct 2021 02:51:48 +0000 (11:51 +0900)
commit0a4c82ddd34a3578684b45b76f49cd289a08740b
tree0eb1d0c76d12a62838552a4be7d62306747a0815
parentc0295675305f6896e4ba7496441cc470d7edca89
bpo-45475: Revert `__iter__` optimization for GzipFile, BZ2File, and LZMAFile. (GH-29016)

This reverts commit d2a8e69c2c605fbaa3656a5f99aa8d295f74c80e.
Lib/bz2.py
Lib/gzip.py
Lib/lzma.py
Misc/NEWS.d/next/Library/2021-10-18-10-46-47.bpo-45475.sb9KDF.rst [new file with mode: 0644]