mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
bpo-44895: skip test_no_hang_on_context_chain_cycle2 until the refleak is fixed (GH-27761)
(cherry picked from commit 62bc716fde
)
Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
This commit is contained in:
parent
b6a6d99a0b
commit
1960409a6d
1 changed files with 1 additions and 3 deletions
|
@ -1012,11 +1012,9 @@ class ExceptionTests(unittest.TestCase):
|
|||
self.assertIsInstance(exc.__context__, ValueError)
|
||||
self.assertIs(exc.__context__.__context__, exc.__context__)
|
||||
|
||||
@unittest.skip("See issue 44895")
|
||||
def test_no_hang_on_context_chain_cycle2(self):
|
||||
# See issue 25782. Cycle at head of context chain.
|
||||
while gc.collect():
|
||||
# Remove this once issue 44895 is resolved
|
||||
pass
|
||||
|
||||
class A(Exception):
|
||||
pass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue