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

Graphics: Fix "Error in sys.excepthook" #6457

Merged
merged 1 commit into from
Aug 7, 2019
Merged

Conversation

matham
Copy link
Member

@matham matham commented Aug 7, 2019

This fixes #5986.

As I wrote in the comment, it's not clear what exactly the issue is. However, putting a try/except around it seems to fix it.

I tried opening a file and logging the exception, but that also caused the Error in sys.excepthook. It seems like this is called after most things have been destroyed so we cannot call anything else cython related from other files or do c things. This is likely a bug in cython, but I'm not exactly sure how to report this.

@matham matham merged commit bae6101 into kivy:master Aug 7, 2019
@matham matham deleted the execptionhook branch August 7, 2019 22:58
@matham matham added this to the 2.0.0 milestone Oct 28, 2020
@matham matham changed the title Fix "Error in sys.excepthook" Graphics: Fix "Error in sys.excepthook" Dec 8, 2020
@matham matham added the Component: graphics kivy/graphics label Dec 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: graphics kivy/graphics
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Vague RecycleView exception when closing the app after removing data.
1 participant