-
Notifications
You must be signed in to change notification settings - Fork 600
Replace asyncio.coroutines.debug_wrapper with CoroWrapper #147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Please build python from github master.
|
|
@asvetlov Thanks, good to know the recent state of Docker image. Here are outputs from python github master (3.8) and 3.7 branch. The same results are brought; Looks like there are more problems other than #146 when running uvloop with 3.7+.
|
|
Oops, this PR seems to be duplicate work with #138... |
|
Hi @sakurai-youhei I would say that #138 solves all of the problems and passes all the tests with py37, but waitting the blessing about how to keep moing on from @1st1. |
|
FYI.
|
|
Thanks for the PR! I'll close it in favour of #138 which is a bit more generic. |
This is PR for #146.
Test seems to be hung up in the middle; Never completed.
Could you please help further checks? I'm not sure whether the failures are caused by side-effect of the change or not.
Thank you,