typemytype / drawbot

http://www.drawbot.com
Other
401 stars 62 forks source link

DrawBot on Python 3.10 seems less stable #492

Open justvanrossum opened 1 year ago

justvanrossum commented 1 year ago

I've recently tried to run a local build of DrawBot made with Python 3.10, and encountered seemingly random crashes. This may rather have to do with the version of PyObjC than Python. The crashes are "sudden quits" without crash report. I suspect there's some callback error that previously was ignored, but now causes the app to quit.

Either way, this needs more research, but I would love to switch over to 3.10 (or 3.11 even, if the 3rd party lib wheel support is good enough).