File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -487,15 +487,15 @@ def test_getbuffer_gc_collect(self):
487
487
# Create a reference loop.
488
488
a = [buf ]
489
489
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;
492
492
# The Python implementation emits an unraisable exception.
493
493
with support .catch_unraisable_exception ():
494
494
del memio
495
495
del buf
496
496
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;
499
499
# The C implementation emits an unraisable exception.
500
500
with support .catch_unraisable_exception ():
501
501
gc .collect ()
You can’t perform that action at this time.
0 commit comments