Skip to content

Commit 621345b

Browse files
Remove XXX comments.
1 parent be1ea22 commit 621345b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Lib/test/test_memoryio.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -487,15 +487,11 @@ def test_getbuffer_gc_collect(self):
487487
# Create a reference loop.
488488
a = [buf]
489489
a.append(a)
490-
# XXX The following code is not obvious because the current behaviour
491-
# is not normal;
492490
# The Python implementation emits an unraisable exception.
493491
with support.catch_unraisable_exception():
494492
del memio
495493
del buf
496494
del a
497-
# XXX The following code is not obvious because the current behaviour
498-
# is not normal;
499495
# The C implementation emits an unraisable exception.
500496
with support.catch_unraisable_exception():
501497
gc.collect()

0 commit comments

Comments
 (0)