]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-152434: Block --async-aware with --binary (#152444)
authorLászló Kiss Kollár <kiss.kollar.laszlo@gmail.com>
Sat, 27 Jun 2026 16:55:57 +0000 (17:55 +0100)
committerGitHub <noreply@github.com>
Sat, 27 Jun 2026 16:55:57 +0000 (16:55 +0000)
commit876c06cab9e824747d708a031c6b81b1f8a4f8dc
tree7c9e0e5a08f2a474242c186c04192e3f8dbd8952
parenta69d0fc41ef339378022f1c0190a9692cb276a7f
gh-152434: Block --async-aware with --binary (#152444)

The binary writer does not currently handle AwaitedInfo samples and
crashes when running in --async-aware mode.
Lib/profiling/sampling/cli.py
Lib/test/test_profiling/test_sampling_profiler/test_cli.py