cpython icon indicating copy to clipboard operation
cpython copied to clipboard

test_importlib.util.writes_bytecode_files decorator make false success instead of skipped when -B given

Open youknowone opened this issue 3 years ago • 0 comments

Bug report

When running tests with -B option like python -B -m test test_importlib, decorator test_importlib.util.writes_bytecode_files make false success report instead of skipped.

Your environment

  • CPython versions tested on: 3.10
  • Operating system and architecture: macOS

youknowone avatar Aug 13 '22 21:08 youknowone