mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-04 01:37:34 -08:00
There's a strange:
```
test_defused_gzip_response (__main__.TestDefusedGzip.test_defused_gzip_response) ... Exception ignored while calling deallocator <function GzipFile.__del__ at 0x78d5add8d170>:
Traceback (most recent call last):
File "/usr/lib/python3.14/gzip.py", line 466, in __del__
if self.mode == WRITE and not self.closed:
AttributeError: 'DefusedGzipDecodedResponse' object has no attribute 'mode'
ok
```
... but on the other hand, the test passes, so...?
Signed-off-by: Sam James <sam@gentoo.org>