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

@markshannon markshannon commented May 30, 2022

No description provided.

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

markshannon commented May 30, 2022

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
13 checks passed
@miss-islington
Copy link
Contributor

miss-islington commented May 31, 2022

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

@miss-islington
Copy link
Contributor

miss-islington commented May 31, 2022

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

@bedevere-bot
Copy link

bedevere-bot commented May 31, 2022

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>
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.

None yet

5 participants