Skip to content

Commit 0c693c0

Browse files
Replace XXX.
1 parent be1ea22 commit 0c693c0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Lib/test/test_memoryio.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -487,15 +487,15 @@ 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;
490+
# ATTENTION: The following code is not obvious because the current
491+
# behaviour is not normal;
492492
# The Python implementation emits an unraisable exception.
493493
with support.catch_unraisable_exception():
494494
del memio
495495
del buf
496496
del a
497-
# XXX The following code is not obvious because the current behaviour
498-
# is not normal;
497+
# ATTENTION: The following code is not obvious because the current
498+
# behaviour is not normal;
499499
# The C implementation emits an unraisable exception.
500500
with support.catch_unraisable_exception():
501501
gc.collect()

0 commit comments

Comments
 (0)