We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4f8fa6 commit 4911e72Copy full SHA for 4911e72
Lib/test/test_compile.py
@@ -865,6 +865,7 @@ def test_remove_unused_consts_extended_args(self):
865
866
# Stripping unused constants is not a strict requirement for the
867
# Python semantics, it's a more an implementation detail.
868
+ @support.cpython_only
869
def test_strip_unused_None(self):
870
# Python 3.10rc1 appended None to co_consts when None is not used
871
# at all. See bpo-45056.
0 commit comments