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

Fix CFFileDescriptorCreate argtypes. #12807

Merged
merged 1 commit into from
Feb 4, 2021

Conversation

erykoff
Copy link
Contributor

@erykoff erykoff commented Feb 3, 2021

This is a follow-up to the fix on #12804 which turned out to be incomplete because it worked with python 3.8 and not with python 3.9. I apologize for the oversight. With this patch ipython works correctly with modules that open windows such as matplotlib with both python 3.8 and python 3.9.

This should fix #12803 .

@erykoff
Copy link
Contributor Author

erykoff commented Feb 4, 2021

@Carreau This should be the complete fix of the osx-arm64 crashes that works on python 3.9 as well as python 3.8.

@Carreau Carreau added this to the 7.21 milestone Feb 4, 2021
@Carreau Carreau merged commit d1a9de9 into ipython:master Feb 4, 2021
meeseeksmachine pushed a commit to meeseeksmachine/ipython that referenced this pull request Feb 4, 2021
Carreau added a commit that referenced this pull request Feb 19, 2021
…807-on-7.x

Backport PR #12807 on branch 7.x (Fix CFFileDescriptorCreate argtypes.)
Jofkos added a commit to Jofkos/PyDev.Debugger that referenced this pull request Jan 10, 2022
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.

python crashes when importing matplotlib in terminal mode on m1 mac
2 participants