]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-152434: Block --async-aware with --binary (GH-152444) (#152446)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 27 Jun 2026 17:24:53 +0000 (19:24 +0200)
committerGitHub <noreply@github.com>
Sat, 27 Jun 2026 17:24:53 +0000 (17:24 +0000)
commit61bb57fa3fb59e545561df65b655ac137063a30e
tree9a7d79cfc4905cf8f8c1a3f32f2888a677b66aa7
parente88d41685bd1a79283f4d91f72373b7576be4183
[3.15] gh-152434: Block --async-aware with --binary (GH-152444) (#152446)

gh-152434: Block --async-aware with --binary (GH-152444)

The binary writer does not currently handle AwaitedInfo samples and
crashes when running in --async-aware mode.
(cherry picked from commit 876c06cab9e824747d708a031c6b81b1f8a4f8dc)

Co-authored-by: László Kiss Kollár <kiss.kollar.laszlo@gmail.com>
Lib/profiling/sampling/cli.py
Lib/test/test_profiling/test_sampling_profiler/test_cli.py