Skip to content

Commit 4911e72

Browse files
committed
Back @support.cpython_only
1 parent e4f8fa6 commit 4911e72

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_compile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -865,6 +865,7 @@ def test_remove_unused_consts_extended_args(self):
865865

866866
# Stripping unused constants is not a strict requirement for the
867867
# Python semantics, it's a more an implementation detail.
868+
@support.cpython_only
868869
def test_strip_unused_None(self):
869870
# Python 3.10rc1 appended None to co_consts when None is not used
870871
# at all. See bpo-45056.

0 commit comments

Comments
 (0)