Skip to content

Commit e898811

Browse files
committed
use "NOTE:"
1 parent 8407cfc commit e898811

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Lib/test/test_pyexpat.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -942,9 +942,9 @@ def test_set_maximum_amplification__fail_for_subparser(self):
942942
@unittest.skipIf(expat.version_info < (2, 7, 2), "requires Expat >= 2.7.2")
943943
class MemoryProtectionTest(AttackProtectionTestBase, unittest.TestCase):
944944

945-
# With the default Expat configuration, the billion laughs protection may
946-
# hit before the allocation limiter if exponential_expansion_payload() is
947-
# not carefully parametrized. As such, the payloads should be chosen so
945+
# NOTE: with the default Expat configuration, the billion laughs protection
946+
# may hit before the allocation limiter if exponential_expansion_payload()
947+
# is not carefully parametrized. As such, the payloads should be chosen so
948948
# that either the allocation limiter is hit before other protections are
949949
# triggered or no protection at all is triggered.
950950

0 commit comments

Comments
 (0)