blob: 6fce894e6e4d49f38d717aae06ca7881eb7f1b27 (
plain)
1
2
3
4
|
Reverted optimization of iterating :class:`gzip.GzipFile`,
:class:`bz2.BZ2File`, and :class:`lzma.LZMAFile` (see bpo-43787) because it
caused regression when user iterate them without having reference of them.
Patch by Inada Naoki.
|