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-125217: Turn off optimization around_PyEval_EvalFrameDefault to avoid MSVC crash #125218

Conversation

mdboom
Copy link
Contributor

@mdboom mdboom commented Oct 9, 2024

@mdboom mdboom changed the title gh-125217: Turn off optimization are _PyEval_EvalFrameDefault to avoid MSVC crash gh-125217: Turn off optimization around_PyEval_EvalFrameDefault to avoid MSVC crash Oct 9, 2024
@mdboom mdboom marked this pull request as draft October 10, 2024 15:47
@mdboom
Copy link
Contributor Author

mdboom commented Oct 11, 2024

Closing is this does not resolve the issue.

@mdboom mdboom closed this Oct 11, 2024
@neonene
Copy link
Contributor

neonene commented Oct 14, 2024

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

@mdboom
Copy link
Contributor Author

mdboom commented Oct 14, 2024

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 free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants