[Python-Dev] Re: test_asyncio needs your love

2020-10-15 Thread Kyle Stanley
Thanks, Justin! I'll look over your PR, try to replicate the failure locally, and test it against the patch to see if it still occurs. I think your analysis of the issue makes sense, with it likely being a race condition between the test prototype "MyProto" and the event loop. On Thu, Oct 15, 2020

[Python-Dev] Re: test_asyncio needs your love

2020-10-15 Thread justinarthur
I've submitted a PR for one of the simpler remaining exceptions described in https://bugs.python.org/issue38912: https://github.com/python/cpython/pull/22691 ___ Python-Dev mailing list -- python-dev@python.org To unsubscribe send an email to python-dev-