行动zhe

Results 6 issues of 行动zhe

### venv - Window 10 - Python 3.9.7 - tenacity 8.0.1 Here the reproduce code from [Changing Arguments at Run Time](https://tenacity.readthedocs.io/en/latest/#changing-arguments-at-run-time): ```python @retry(stop=stop_after_attempt(3)) def raise_my_exception(): print("raise_my_exception") raise Exception("Fail") try: raise_my_exception.retry_with(stop=stop_after_attempt(4))()...

Hi, I'm using Zeep 4.10 that found a bug(I think) The WSDL is from the zeep docs : http://www.soapclient.com/xml/soapresponder.wsdl here is my script ```python import time from datetime import datetime...

[aioredis #803](https://github.com/aio-libs/aioredis/issues/803) and today I use Redis monitor command, found that so much to execute `ZREMRANGEBYSCORE` and `ZRANGE`

@benoitc I found that gunicorn launch fail with gevent - It only launch fail when Python version >= 3.7, this is because of gevent support for Python3.7 - here code...