You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Exception ignored in: <function MustUse.__del__ at 0x7f8410a2d440>
# Traceback (most recent call last):
# File ".../python3.12/site-packages/amaranth/_unused.py", line 37, in __del__
# f"{self!r} created but never used", self._MustUse__warning,
# ^^^^^^^^
# File "/tmp/repro.py", line 17, in __repr__
# return f"Foo({self._arg!r})"
# ^^^^^^^^^
# AttributeError: 'Foo' object has no attribute '_arg'