summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorOfer Koren <koreno@gmail.com>2020-08-14 00:34:52 +0300
committerGitHub <noreply@github.com>2020-08-14 00:34:52 +0300
commit16972c2c6fda3573860f5f8b0f2c03b757e71d3c (patch)
tree0c9aae9a87b5985c2b43533612551b517f79fa91 /test
parent1a9f90ac5c6b6eb93495595e1af4407943f3e278 (diff)
downloadpython-magic-16972c2c6fda3573860f5f8b0f2c03b757e71d3c.tar.gz
Fix bug in Magic when destructor called too early
Potentially `magic_open` may fail, and when python attempts to gc the Magic instance it fails with: ``` Exception ignored in: <function Magic.__del__ at 0x7f595ba06430> Traceback (most recent call last): File "/usr/local/lib/python3.8/site-packages/magic.py", line 129, in __del__ if self.cookie and magic_close: AttributeError: 'Magic' object has no attribute 'cookie' ```
Diffstat (limited to 'test')
0 files changed, 0 insertions, 0 deletions