]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-127146: Emscripten: Add test_sample_profiler skips where needed (#137815)
authorHood Chatham <roberthoodchatham@gmail.com>
Sun, 17 Aug 2025 23:57:15 +0000 (01:57 +0200)
committerGitHub <noreply@github.com>
Sun, 17 Aug 2025 23:57:15 +0000 (07:57 +0800)
commitbc2872445b2aee4bb4e001d4171489d7123b1daf
tree2976879189bfed039db91b8e94e9651630c50ab9
parent8e3244d39b8cd3d7cef5a315247d45e801b35869
gh-127146: Emscripten: Add test_sample_profiler skips where needed (#137815)

Emscripten doesn't have the `socket.SO_REUSEADDR` constant; skip tests that
require that symbol to exist.
Lib/test/test_sample_profiler.py