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 b6a6d99 commit 1960409Copy full SHA for 1960409
1 file changed
Lib/test/test_exceptions.py
@@ -1012,11 +1012,9 @@ def cycle():
1012
self.assertIsInstance(exc.__context__, ValueError)
1013
self.assertIs(exc.__context__.__context__, exc.__context__)
1014
1015
+ @unittest.skip("See issue 44895")
1016
def test_no_hang_on_context_chain_cycle2(self):
1017
# See issue 25782. Cycle at head of context chain.
- while gc.collect():
1018
- # Remove this once issue 44895 is resolved
1019
- pass
1020
1021
class A(Exception):
1022
pass
0 commit comments