Infinite loop, then crash, when clicking into empty space in simple app (CSS branch) #362
Unanswered
jeffwright13
asked this question in
Q&A
Replies: 2 comments
-
In fact, the same thing happens when you run
|
Beta Was this translation helpful? Give feedback.
0 replies
-
@jeffwright13, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The code at the end of this post renders a Tab widget and has a "sunset" background. When I click into the background, the program drops to console, but does nothing for a time (and becomes unresponsive), then eventually gives me this message:
RecursionError: maximum recursion depth exceeded while calling a Python object
Console shows this traceback if I let it continue on its own:
Console displays this traceback if I hit Ctrl-C before it self-quits:
Source Code:
Beta Was this translation helpful? Give feedback.
All reactions