refactor(profiling): sys.monitoring asyncio path for py3.15 - #19272
Draft
vlad-scherbich wants to merge 4 commits into
Draft
refactor(profiling): sys.monitoring asyncio path for py3.15#19272vlad-scherbich wants to merge 4 commits into
vlad-scherbich wants to merge 4 commits into
Conversation
2 tasks
Contributor
|
This was referenced Jul 24, 2026
vlad-scherbich
force-pushed
the
vlad/ddtracepy-315-profiling-only
branch
from
August 21, 2026 04:53
aea4440 to
6cf8030
Compare
vlad-scherbich
force-pushed
the
vlad/ddtracepy-315-profiling-asyncio-monitoring
branch
from
August 21, 2026 04:53
4b85b1d to
636fd80
Compare
vlad-scherbich
force-pushed
the
vlad/ddtracepy-315-profiling-only
branch
from
August 21, 2026 17:43
6cf8030 to
10fd21c
Compare
vlad-scherbich
force-pushed
the
vlad/ddtracepy-315-profiling-asyncio-monitoring
branch
from
August 21, 2026 17:43
636fd80 to
ba0a39e
Compare
…direct patching in _asyncio.py Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…5+ only Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> # Conflicts: # ddtrace/profiling/collector/_memalloc_tb.cpp
vlad-scherbich
force-pushed
the
vlad/ddtracepy-315-profiling-asyncio-monitoring
branch
from
August 21, 2026 18:43
ba0a39e to
082c37a
Compare
vlad-scherbich
changed the base branch from
vlad/ddtracepy-315-profiling-only
to
vlad/ddtracepy-315-profiling-collectors
August 21, 2026 18:44
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
prev: #19270 | next: #19273
Summary
Replace bytecode wrapping with a profiling-local
sys.monitoringpath in_asyncio.py(3.15+). Completes functional asyncio profiling parity for 3.15 on this stack.Test plan
Tracker