Sergey Shepelev
Sergey Shepelev
Thank you, this is a nice feature. Someone has to write unit test for it, though. And I can't schedule it until late August.
@pgjones I've put up a (probably wrong) test real quick and it seems that eventlet also should patch contextvars. ```python # check.py import eventlet import random import contextvars ctx =...
As gentleman above says, you just have to install recent greenlet and no patching is needed. On Tue, Feb 9, 2021, 23:54 David Lord wrote: > If I'm understanding this...
# status `greenlet>=0.4.17` is compatible with contextvars. Eventlet does not put such version limit on greenlet. You may want to list greenlet dependency separately, to ensure recent version.
## Problem Eventlet 0.30.3 removed `eventlet.wsgi.ALREADY_HANDLED` which is used by gunicorn ## Solution Proper fix - **merged, not released** in upstream https://github.com/benoitc/gunicorn/pull/2581 ## Workaround Pin `eventlet==0.30.2` is correct workaround for...
@Tehsmash did you verify it? I've tried to construct a test case c9eaa1c and it seems to verify certificate in spite environment flag.
Thank you very much for great detail. Indeed, I've changed 'localhost' to just '' to avoid unnecessary coupling with localhost in /etc/hosts, and haven't checked it on Windows. I'll try...
1) sorry for long delay in response 2) please upgrade Eventlet to latest version any time you encounter problem, there were 9 new versions since between 0.20.1 and 2019-07-02 3)...
Also needs a test.
@smerritt thank you for this sad information. Please try to replace your custom PipeMutex with `eventlet.patcher.original('threading').Lock`. If that works, I think we could include a custom green version of logging...