You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we did that, then Python wouldn't need to maintain its own separate notifier implementation, as SafeThread has an start/stop hook that we use to create a thread state and safely exit the thread at interpreter shutdown.
If we did that, then Python wouldn't need to maintain its own separate notifier implementation, as SafeThread has an start/stop hook that we use to create a thread state and safely exit the thread at interpreter shutdown.
Would make solving robotpy/mostrobotpy#147 easier, but we'll have to do a hack for now.
The text was updated successfully, but these errors were encountered: