E. M. Bray
E. M. Bray
Thank you--yes, I had seen that posted in another issue but it's good to have here too.
I had a similar issue. I have a quick fix for it I'll post as a PR. (now #1136)
You can see an example of how this looks at https://trac.sagemath.org/
@rjollos @aaugustin I've thought about both these things. I definitely agree FA is overkill, it was just the quickest and easiest way to do this. What I do like about...
comment:4 Ticket retargeted after milestone closed
Also same as https://github.com/googleapis/google-cloud-python/issues/12423 And similar to https://github.com/googleapis/python-bigtable/issues/949
Thanks @ConorMacBride for the patch. I think before we move forward on this I want to take a closer look at exactly what the issue is. There are a few...
My general understanding of this is you should continue to use `concurrent.futures.ThreadPoolExecutor` for IO-bound threads--so long as threading is patched it will use greenlets instead of threads in the threadpool....
:+1: for this. I am using some packages that are fully typed and are PEP-561 compatible in principle (they have a `py.typed`) but due to a packaging bug (third-party package,...
@RoganMurley Interesting analysis, thanks for this. I think I might be having the same problem but not sure yet.