robotpy / robotpy-wpilib

Moved to https://github.com/robotpy/mostrobotpy
https://robotpy.github.io
Other
170 stars 60 forks source link

Disarm GIL threadstate deletion if interpreter is exiting #719

Closed virtuald closed 1 year ago

virtuald commented 1 year ago

I'm not really sure this is the right fix, but it'll do for now.

virtuald commented 1 year ago

This did not actually solve the problem, something else is happening.

auscompgeek commented 1 year ago

Maybe SafeThread is blowing up?

virtuald commented 1 year ago

Yes, that was also an issue. I forgot to push a fix for that last night.