Skip to content
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-93354: Use exponential backoff to avoid excessive specialization attempts. #93355

Merged
merged 2 commits into from
May 31, 2022

Conversation

markshannon
Copy link
Member

No description provided.

@AA-Turner AA-Turner added the performance Performance or resource usage label May 30, 2022
@markshannon
Copy link
Member Author

No significant change in performance on the standard benchmarks, as expected.

Include/internal/pycore_code.h Outdated Show resolved Hide resolved
Include/internal/pycore_code.h Outdated Show resolved Hide resolved
@markshannon markshannon merged commit eb618d5 into python:main May 31, 2022
@markshannon markshannon added the needs backport to 3.11 only security fixes label May 31, 2022
@miss-islington
Copy link
Contributor

Thanks @markshannon for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11.
🐍🍒⛏🤖

@miss-islington
Copy link
Contributor

Sorry @markshannon, I had trouble checking out the 3.11 backport branch.
Please backport using cherry_picker on command line.
cherry_picker eb618d5ff0371efead28a3afa91834e4beebf73d 3.11

markshannon added a commit that referenced this pull request May 31, 2022
…ation attempts. (GH-93355)

(cherry picked from commit eb618d5)

Co-authored-by: Mark Shannon <mark@hotpy.org>
@bedevere-bot bedevere-bot removed the needs backport to 3.11 only security fixes label May 31, 2022
@bedevere-bot
Copy link

GH-93379 is a backport of this pull request to the 3.11 branch.

ambv added a commit that referenced this pull request Jun 30, 2022
…ation attempts (GH-93355) (GH-93379)

Co-authored-by: Mark Shannon <mark@hotpy.org>
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
@markshannon markshannon deleted the exponential-backoff branch September 26, 2023 12:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance Performance or resource usage
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants