gh-107396: tarfiles: set self.exception before _init_read_gz() (GH-107485)
In the stack call of: _init_read_gz() ``` _read, tarfile.py:548 read, tarfile.py:526 _init_read_gz, tarfile.py:491 ``` a try;except exists that uses `self.exception`, so it needs to be set before calling _init_read_gz().
B
balmeida-nokia committed
37135d25e269ede92bc7da363bebfa574782e59a
Parent: 80bdebd
Committed by GitHub <noreply@github.com>
on 8/21/2023, 11:39:06 AM