gh-91048: Revert the memory cache removal for remote debugging#136440
Merged
pablogsal merged 2 commits intopython:mainpython/cpython:mainfrom Jul 9, 2025
Merged
gh-91048: Revert the memory cache removal for remote debugging#136440pablogsal merged 2 commits intopython:mainpython/cpython:mainfrom
pablogsal merged 2 commits intopython:mainpython/cpython:mainfrom
Conversation
Member
Author
|
Note: this partially reverts the cache removal of #136005 so this code was in previous betas, just reverting back to it. |
Member
Author
|
Confirmed the regression: Current: Real-time sampling stats: Mean: 4498.8Hz (222.28µs) Min: 83.1Hz (12029.75µs) Max: 5065.9Hz (197.40µs) Samples: 7503^CTraceback (most recent call last): Before the cache removal: Real-time sampling stats: Mean: 10835.8Hz (92.29µs) Min: 81.9Hz (12207.85µs) Max: 11610.2Hz (86.13µs) Samples: 7413 |
|
Thanks @pablogsal for the PR 🌮🎉.. I'm working now to backport this PR to: 3.14. |
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this pull request
Jul 9, 2025
…ythonGH-136440) (cherry picked from commit 77d25e5) Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com> pythongh-91048: Reintroduce the memory cache for remote debugging
|
GH-136443 is a backport of this pull request to the 3.14 branch. |
This comment has been minimized.
This comment has been minimized.
AndPuQing
pushed a commit
to AndPuQing/cpython
that referenced
this pull request
Jul 11, 2025
…ython#136440) pythongh-91048: Reintroduce the memory cache for remote debugging
Pranjal095
pushed a commit
to Pranjal095/cpython
that referenced
this pull request
Jul 12, 2025
…ython#136440) pythongh-91048: Reintroduce the memory cache for remote debugging
picnixz
pushed a commit
to picnixz/cpython
that referenced
this pull request
Jul 13, 2025
…ython#136440) pythongh-91048: Reintroduce the memory cache for remote debugging
taegyunkim
pushed a commit
to taegyunkim/cpython
that referenced
this pull request
Aug 4, 2025
…ython#136440) pythongh-91048: Reintroduce the memory cache for remote debugging
Agent-Hellboy
pushed a commit
to Agent-Hellboy/cpython
that referenced
this pull request
Aug 19, 2025
…ython#136440) pythongh-91048: Reintroduce the memory cache for remote debugging
kumaraditya303
pushed a commit
to miss-islington/cpython
that referenced
this pull request
Sep 9, 2025
…ugging (pythonGH-136440) (python#136443) pythongh-91048: Revert the memory cache removal for remote debugging (pythonGH-136440) (cherry picked from commit 77d25e5) pythongh-91048: Reintroduce the memory cache for remote debugging Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
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.
Some users have complained that removing the cache makes async introspection slower