FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

GH-93354: Use exponential backoff to avoid excessive specialization attempts. by markshannon · Pull Request #93355 · python/cpython · GitHub

/ cpython Public

GH-93354: Use exponential backoff to avoid excessive specialization attempts. - #93355

Merged
markshannon merged 2 commits into
python:mainfrom
faster-cpython:exponential-backoff
May 31, 2022
Merged

GH-93354: Use exponential backoff to avoid excessive specialization attempts.#93355
markshannon merged 2 commits into
python:mainfrom
faster-cpython:exponential-backoff

Conversation

Copy link
Copy Markdown
Member

No description provided.

AA-Turner added the performance Performance or resource usage label May 30, 2022

Copy link
Copy Markdown
Member Author

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

Comment thread Include/internal/pycore_code.h Outdated
Comment thread Include/internal/pycore_code.h Outdated
markshannon merged commit eb618d5 into python:main May 31, 2022
markshannon added the needs backport to 3.11 only security fixes label May 31, 2022

Copy link
Copy Markdown
Contributor

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

Copy link
Copy Markdown
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 removed the needs backport to 3.11 only security fixes label May 31, 2022

Copy link
Copy Markdown

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 deleted the exponential-backoff branch September 26, 2023 12:52
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

Labels

performance Performance or resource usage

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants


Back | FazBrowse Home | New Git URL