spumer

Results 117 comments of spumer

Hi there! Do you saw recommendations for free-threaded testing/debugging? It's look very interesting. https://py-free-threading.github.io/debugging/ >As parallel testing has become a critical component to ensure compatibility with free-threaded CPython, several community-led...

I think this error independent of application type. Because ThreadPoolExecutor can't be imported

Mmm, i will try to implement this protected method. Looks like we just need recreate internal `asyncio.Lock` in this case

Can we convert this discussion to support `concurrent.futures.ThreadPoolExecutor` or open the new one and close this?

I'm search the way to run sync handlers in fastapi(Fastapi allow write async and sync handlers) through gevent instead real threads (default fastapi behaviour for sync handler) and make app...

Yes, but i still need monkey patching to work decorated functions correctly. And this is why i run uvicorn, and this is why this issue created :)