| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
From some microbenchmarks, this adds like 80ms or so on my machine, which seems negligible. |
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM
Sorry, something went wrong.
Co-authored-by: Victor Stinner <vstinner@python.org>
… 200k to 500k (pythonGH-142226) (cherry picked from commit e3539e9) Co-authored-by: Zanie Blue <contact@zanie.dev> Co-authored-by: Victor Stinner <vstinner@python.org>
|
GH-142416 is a backport of this pull request to the 3.14 branch. |
Sorry, something went wrong.
|
@zanieb: Merged, thanks. I backported the change to 3.14 since you wrote that 3.14.1 is also affected by the issue. I don't think that 3.13 needs a backported. Correct me if I'm wrong. |
Sorry, something went wrong.
|
That's correct. Thank you for backporting <3 I was just coming to ask for that |
Sorry, something went wrong.
This looks similar to python/cpython#142226
| Back | FazBrowse Home | New Git URL |
It appears increasing this recursion depth of the object resolves the issue where it can fail to hit the stack limit on macOS during PGO.
The PGO test runtime seemed unaffected on macOS and the test runtime in CI here seems within noise.