Skip to content

gh-125217: Turn off optimization around_PyEval_EvalFrameDefault to avoid MSVC crash - #125218

Closed
mdboom wants to merge 4 commits into
python:mainfrom
mdboom:disable-interpreter-optimizations-when-jit-enabled
Closed

gh-125217: Turn off optimization around_PyEval_EvalFrameDefault to avoid MSVC crash#125218
mdboom wants to merge 4 commits into
python:mainfrom
mdboom:disable-interpreter-optimizations-when-jit-enabled

Conversation

@mdboom

@mdboommdboom commented Oct 9, 2024

Copy link
Copy Markdown
Contributor

@mdboommdboom changed the title gh-125217: Turn off optimization are _PyEval_EvalFrameDefault to avoid MSVC crashgh-125217: Turn off optimization around_PyEval_EvalFrameDefault to avoid MSVC crashOct 9, 2024
@mdboom
mdboom marked this pull request as draft October 10, 2024 15:47
@mdboom

Copy link
Copy Markdown
ContributorAuthor

Closing is this does not resolve the issue.

@mdboommdboom closed this Oct 11, 2024
@neonene

Copy link
Copy Markdown
Contributor

Have you already tried _Py_JIT (underscored)? I have an alternative, but I prefer this.

@mdboom

Copy link
Copy Markdown
ContributorAuthor

Have you already tried _Py_JIT (underscored)? I have an alternative, but I prefer this.

Thanks, @neonene. Indeed, that was just a typo on my part and correcting it does work around the compiler crash. Github wouldn't let me re-open this but I have a new PR here: #125477

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@mdboom@neonene