We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c12b4e7 commit b68a3ebCopy full SHA for b68a3eb
1 file changed
trio/_core/_run.py
@@ -1060,7 +1060,7 @@ def __del__(self):
1060
################################################################
1061
1062
1063
-@attr.s(eq=False, hash=False, repr=False)
+@attr.s(eq=False, hash=False, repr=False, slots=True)
1064
class Task(metaclass=NoPublicConstructor):
1065
_parent_nursery = attr.ib()
1066
coro = attr.ib()
0 commit comments