chore(py-315): enable lib-injection SSI for Python 3.15 - #19274
Closed
vlad-scherbich wants to merge 14 commits into
Closed
chore(py-315): enable lib-injection SSI for Python 3.15#19274vlad-scherbich wants to merge 14 commits into
vlad-scherbich wants to merge 14 commits into
Conversation
This was referenced Jul 24, 2026
Contributor
|
2 tasks
vlad-scherbich
force-pushed
the
vlad/315-profiling-dev-tooling
branch
from
August 21, 2026 04:53
e703ab0 to
e95f62f
Compare
vlad-scherbich
force-pushed
the
vlad/315-lib-injection-ssi
branch
from
August 21, 2026 04:53
140cbc6 to
81a3dec
Compare
Allows version-specific native test binaries to install into a subdir of the shared test/ directory (e.g. INSTALL_SUBDIR py315 -> test/py315/). build_base_venvs runs in parallel across all Python versions and GitLab merges all artifacts into a single directory for downstream jobs. Without isolation a binary compiled for pyX.Y (RPATH -> libpythonX.Y) lands in the shared test/ directory and crashes when the pytest gtest plugin tries to run it against a different Python runtime. Callers that do not pass INSTALL_SUBDIR are unaffected. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
# Conflicts: # ddtrace/internal/monitoring.py # ddtrace/internal/wrapping/asyncs.py
Profiling-native py3.15 job, setup.py guards, and crashtracker 3.15 opt-in. Rebased onto the #17849 split stack (PR 17624). # Conflicts: # riotfile.py # setup.py
…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
Profiling bring-up scripts, compatibility baselines, Echion migration runbook, and py315-stack PR navigation helpers (PR 12/14).
Bump sitecustomize allow-list to 3.16 (strict less-than) and add 3.15 to dl_wheels supported_versions. Supersedes #17977 (GAP-01); merge after the profiling stack lands.
vlad-scherbich
force-pushed
the
vlad/315-profiling-dev-tooling
branch
from
August 21, 2026 17:43
e95f62f to
b906b1e
Compare
vlad-scherbich
force-pushed
the
vlad/315-lib-injection-ssi
branch
from
August 21, 2026 17:43
81a3dec to
2fb7ac3
Compare
vlad-scherbich
force-pushed
the
vlad/315-profiling-dev-tooling
branch
from
August 21, 2026 18:43
b906b1e to
ba0e2bf
Compare
Contributor
Author
|
Absorbed into consolidated profiling stack — see survivor PR in consolidation comment on the stack. |
Contributor
Author
|
Closed: lib-injection SSI merged into stack tip #19254. |
2 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: #19273 | next: #19275
Summary
SSI allow-list for 3.15 auto-instrumentation. Replaces merged #19258.
Test plan
Tracker
lib-injection/sources/requirements.csv(analogue of #12283) #17813