Geoffrey Thomas
Geoffrey Thomas
Python's readline module is unable to handle signals when it's called not on the main thread, and it's blocking so we can't call it from the same thread as Trio....
Hi! In today's release of python-build-standalone we've split out `_tkinter`, `libtcl`, and `libtk` into their own dynamic libraries (astral-sh/python-build-standalone#676). I haven't tested with PyInstaller myself yet but I imagine this...
I'm writing a test server in Quart (with Trio, if it's relevant) to make sure some other software is properly retrying on errors (e.g., completely resending the PUT body if...