chore(profiling): native py3.15 ABI and test install subdirs - #19269
Draft
vlad-scherbich wants to merge 2 commits into
Draft
chore(profiling): native py3.15 ABI and test install subdirs#19269vlad-scherbich wants to merge 2 commits into
vlad-scherbich wants to merge 2 commits into
Conversation
3 tasks
Contributor
|
This was referenced Jul 24, 2026
vlad-scherbich
force-pushed
the
vlad/profiling-native-test-install-subdir
branch
from
August 21, 2026 04:53
25b13ee to
1bbb7e3
Compare
vlad-scherbich
force-pushed
the
vlad/ddtracepy-315-profiling-native
branch
from
August 21, 2026 04:53
9a117a3 to
188e8e1
Compare
vlad-scherbich
force-pushed
the
vlad/profiling-native-test-install-subdir
branch
from
August 21, 2026 08:43
1bbb7e3 to
d9bcea5
Compare
vlad-scherbich
force-pushed
the
vlad/ddtracepy-315-profiling-native
branch
from
August 21, 2026 08:44
188e8e1 to
e6e1f72
Compare
Circular import analysis
|
Dependency direction analysis
|
Codeowners resolved asResolved from the full PR diff against |
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>
vlad-scherbich
force-pushed
the
vlad/ddtracepy-315-profiling-native
branch
from
August 21, 2026 18:43
e6e1f72 to
0fb56d5
Compare
vlad-scherbich
changed the base branch from
vlad/profiling-native-test-install-subdir
to
vlad/315-peripheral-compat
August 21, 2026 18:44
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: #19267 | next: #19270
Summary
Native profiling C++/Rust ABI for 3.15 and
INSTALL_SUBDIRfor native wrapper tests (formerly #19268). Enables building/stack-testing natives on 3.15; does not wire CI matrix or lift the packaging gate.Test plan
Tracker