-
Notifications
You must be signed in to change notification settings - Fork 79
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
mwparserfromhell fails with Python 3.13.0-rc.1 #327
Comments
I was able to get the stacktrace by installing the
After reading https://docs.python.org/3.13/whatsnew/3.13.html#c-api-changes I suspected this was related to:
And indeed, swapping in the new PyEval_GetFrameGlobals/PyEval_GetFrameLocals fixes this issue, but ends up triggering other issues related to entitydefs that I didn't figure out. |
Seems it works again with Python 3.13.0rc2 |
The exception occurs when importing mwparserfromhell. See here for a failing example. BTW it works with Python 3.14. Here is the traceback:
The text was updated successfully, but these errors were encountered: