New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gh-103650: Fix perf maps address format #103651
Conversation
art049
commented
Apr 20, 2023
•
edited by arhadthedev
edited by arhadthedev
- Issue: perf maps address format #103650
Most changes to Python require a NEWS entry. Please add it using the blurb_it web app or the blurb command-line tool. |
6cb2f11
to
8af8b2b
Compare
Most changes to Python require a NEWS entry. Please add it using the blurb_it web app or the blurb command-line tool. |
ddc2b2d
to
5df35f0
Compare
db8707f
to
4e43459
Compare
4e43459
to
0ba49e2
Compare
I think that this should wait until Pablo verifies that it is indeed the implementation that should be changed. |
@art049 did you verify that the new output after this PR works the same with @terryjreedy since the relevant docs here are the external perf map specification, not the CPython docs, it seems clear that the implementation in CPython should match the specification. There is no option to change the specification, we don't own it. |
Yes, also there are existing tests checking this: cpython/Lib/test/test_perf_profiler.py Lines 304 to 327 in 0ba49e2
|
If you want to schedule another build, you need to add the |
Running this PR with the buildbots as the perf stuff is not checked on regular CI. |