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 1c3d01a commit fa790f1Copy full SHA for fa790f1
Lib/test/test_concurrent_futures/executor.py
@@ -73,7 +73,8 @@ def test_map_exception(self):
73
all(
74
not isinstance(referrer, futures.Future)
75
for referrer in gc.get_referrers(error)
76
- )
+ ),
77
+ msg="none of the referrers should be a Future.",
78
)
79
80
@support.requires_resource('walltime')
0 commit comments