Kamil Choudhury

Results 3 comments of Kamil Choudhury

Any update on when the update to PyYAML is going to go through? This is actively blocking updates to Python 3.11.

Is this something gevent can fix by patching queue.LifoQueue with the equivalent gevent version during the patch process?

Looking at the gevent codebase, it doesn't appear that all of the `queue` module is patched out, just `SimpleQueue`: https://github.com/gevent/gevent/blob/master/src/gevent/monkey.py#L543 Even with an early enough `patch_all()`, urllib3 would still get...