-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
gh-91048: Revert the memory cache removal for remote debugging #136440
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
Conversation
Note: this partially reverts the cache removal of #136005 so this code was in previous betas, just reverting back to it. |
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. |
…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.
…ython#136440) pythongh-91048: Reintroduce the memory cache for remote debugging
…ython#136440) pythongh-91048: Reintroduce the memory cache for remote debugging
Some users have complained that removing the cache makes async introspection slower