diff options
author | balmeida-nokia <83089745+balmeida-nokia@users.noreply.github.com> | 2023-08-21 11:39:06 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-21 11:39:06 (GMT) |
commit | 37135d25e269ede92bc7da363bebfa574782e59a (patch) | |
tree | c95cf1b525e57084ae62573c4a2e3354d7cf449e /Lib/test/pythoninfo.py | |
parent | 80bdebdd8593f007a2232ec04a7729bba6ebf12c (diff) | |
download | cpython-37135d25e269ede92bc7da363bebfa574782e59a.zip cpython-37135d25e269ede92bc7da363bebfa574782e59a.tar.gz cpython-37135d25e269ede92bc7da363bebfa574782e59a.tar.bz2 |
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().
Diffstat (limited to 'Lib/test/pythoninfo.py')
0 files changed, 0 insertions, 0 deletions