Skip to content

Commit aec4b31

Browse files
Less verbose comment
Co-authored-by: Stan Ulbrych <stan@python.org>
1 parent ff8ae30 commit aec4b31

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

Lib/test/test_pyexpat.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1046,10 +1046,6 @@ def test_parent_parser_outlives_its_subparsers__chain(self):
10461046
del subparser
10471047

10481048
# gh-155485: GetReparseDeferralEnabled always returns False with Expat <2.6.0.
1049-
# Hence, we skip this test when pyxepat was compiled with Expat <2.6.0.
1050-
# We check the default value on a new parser instance to detect
1051-
# the compile-time expat version, rather than checking expat.version_info
1052-
# which stores the runtime expat version (to avoid problems like gh-144739).
10531049
@unittest.skipIf(not expat.ParserCreate().GetReparseDeferralEnabled(),
10541050
"requires Python compiled with Expat >= 2.6.0")
10551051
def test_subparser_inherits_reparse_deferral(self):

0 commit comments

Comments
 (0)