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

[3.12] GH-107263: Increase C stack limit for most functions, except _PyEval_EvalFrameDefault() (GH-107535) #107618

Merged
merged 1 commit into from
Aug 4, 2023

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Aug 4, 2023

  • Set C recursion limit to 1500, set cost of eval loop to 2 frames, and compiler mutliply to 2.
    (cherry picked from commit fa45958)

Co-authored-by: Mark Shannon mark@hotpy.org


📚 Documentation preview 📚: https://cpython-previews--107618.org.readthedocs.build/

…PyEval_EvalFrameDefault()` (pythonGH-107535)

* Set C recursion limit to 1500, set cost of eval loop to 2 frames, and compiler mutliply to 2.
(cherry picked from commit fa45958)

Co-authored-by: Mark Shannon <mark@hotpy.org>
@markshannon
Copy link
Member

@Yhg1s

@Yhg1s Yhg1s merged commit 98902d6 into python:3.12 Aug 4, 2023
20 checks passed
@miss-islington miss-islington deleted the backport-fa45958-3.12 branch August 4, 2023 10:25
copybara-service bot pushed a commit to tink-crypto/tink-py that referenced this pull request Apr 16, 2024
…r JSON

This is needed because 3.12 increased the C recursion limit to 1500 (python/cpython#107618).

PiperOrigin-RevId: 625319033
Change-Id: I278ab63263007b5054ba7d942cb785212fa2d5db
morambro added a commit to tink-crypto/tink that referenced this pull request Apr 16, 2024
…r JSON

This is needed because 3.12 increased the C recursion limit to 1500 (python/cpython#107618).

PiperOrigin-RevId: 625319033
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants