-
-
Notifications
You must be signed in to change notification settings - Fork 26
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
Issue with PYTHONCAPI_COMPAT_SPEC
on macOS
#131
Comments
Oh right,
I cannot reproduce the Python 3.9 error. Can you please retry with updated pythoncapi_compat.h? If you still have the bug, you may try to replace By the way, I'm curious, why do you update |
Oh, I see that |
Looks good now. Thanks for the quick fixes!
Did you mean the fix I applied manually in the PR? That was just #130. |
If you don't need new functions, you don't have to update pythoncapi_compat.h. But I'm glad that you did it, to report regressions :-)
Good. You're welcome. |
True.
Always good to stay on top of it. Especially with mypyc you never know when you're going to need one of these ;) |
This issue seems to be specific to MacOS. Encountered while testing with mypy / mypyc.
The traceback below is with
Python 3.13.1 (v3.13.1:06714517797, Dec 3 2024, 14:00:22) [Clang 15.0.0 (clang-1500.3.9.4)] on darwin
, however a slightly different error is also reproducible in CI with Python 3.9. See link below.python/mypy#18535
https://github.com/python/mypy/actions/runs/12973783593/job/36182870602?pr=18535#step:9:118
The text was updated successfully, but these errors were encountered: