feat(python): add stack-advanced gate scenarios for 3.14/3.15 (PROF-15511) - #171
Draft
vlad-scherbich wants to merge 2 commits into
Draft
feat(python): add stack-advanced gate scenarios for 3.14/3.15 (PROF-15511)#171vlad-scherbich wants to merge 2 commits into
vlad-scherbich wants to merge 2 commits into
Conversation
This was referenced Jul 26, 2026
vlad-scherbich
force-pushed
the
vlad/python-stack-advanced-gate
branch
from
July 27, 2026 19:20
ac2451e to
7c1ccac
Compare
vlad-scherbich
force-pushed
the
vlad/python-stack-advanced-gate
branch
from
July 27, 2026 19:33
7c1ccac to
eccfe2a
Compare
vlad-scherbich
force-pushed
the
vlad/python-stack-advanced-gate
branch
from
July 27, 2026 19:38
eccfe2a to
2bd7cb6
Compare
vlad-scherbich
force-pushed
the
vlad/python-stack-advanced-gate
branch
from
July 27, 2026 21:41
2bd7cb6 to
ecce3c0
Compare
vlad-scherbich
force-pushed
the
vlad/python-stack-advanced-gate
branch
from
July 27, 2026 21:45
ecce3c0 to
e6cda80
Compare
vlad-scherbich
force-pushed
the
vlad/python-stack-advanced-gate
branch
from
July 27, 2026 22:01
e6cda80 to
487a0c5
Compare
vlad-scherbich
force-pushed
the
vlad/python-stack-advanced-gate
branch
from
July 27, 2026 22:05
487a0c5 to
8278b7d
Compare
vlad-scherbich
force-pushed
the
vlad/python-stack-advanced-gate
branch
2 times, most recently
from
July 28, 2026 02:02
0eef449 to
4762625
Compare
vlad-scherbich
force-pushed
the
vlad/python-stack-advanced-gate
branch
from
July 28, 2026 02:38
4762625 to
70fe079
Compare
vlad-scherbich
added a commit
that referenced
this pull request
Aug 16, 2026
vlad-scherbich
force-pushed
the
vlad/python-stack-advanced-gate
branch
from
August 16, 2026 13:43
70fe079 to
4b7d147
Compare
vlad-scherbich
added a commit
that referenced
this pull request
Aug 16, 2026
vlad-scherbich
force-pushed
the
vlad/python-stack-advanced-gate
branch
from
August 16, 2026 20:14
4b7d147 to
bd38b6a
Compare
Add paired asyncio (task name labels), native_cpu (C-extension frames), and deep_stack (deep unwinding) scenarios. Gate grows from 14 to 20.
vlad-scherbich
force-pushed
the
vlad/python-stack-advanced-gate
branch
from
August 16, 2026 20:21
bd38b6a to
f2a9b9b
Compare
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: #170 | Next: #172
Motivation
Stack profiler edge cases — asyncio task labels, native C frames, deep unwinding — high-risk for Python version migration.
Summary
Adds 6 directories:
python_asyncio,python_native_cpu,python_deep_stack(× 3.14/3.15).Demo FAIL / PASS
Intentional FAIL (current):
python_asyncio_3.14first wall-time stack 99% ±0 (was 50% ±100).python / scenarios *python_asyncio_3.14profile mismatchTo demo PASS: revert top commit or restore first stack
percent/error_marginto50/100.Test plan
go test -run TestSchemaValidationpython / scenariosfails on asyncio (demo)DDTRACE_INSTALL_URL