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 be1ea22 commit 621345bCopy full SHA for 621345b
Lib/test/test_memoryio.py
@@ -487,15 +487,11 @@ def test_getbuffer_gc_collect(self):
487
# Create a reference loop.
488
a = [buf]
489
a.append(a)
490
- # XXX The following code is not obvious because the current behaviour
491
- # is not normal;
492
# The Python implementation emits an unraisable exception.
493
with support.catch_unraisable_exception():
494
del memio
495
del buf
496
del a
497
498
499
# The C implementation emits an unraisable exception.
500
501
gc.collect()
0 commit comments