Skip to content

Conversation

wallies
Copy link

@wallies wallies commented Mar 4, 2018

Hopefully should fix #126

Wider use of sys.set_coroutine_wrapper will need to be looked into.
Warning: I am a relative newbie to python, just trying to help out.

self._coroutine_wrapper_set = True

if sys_version_info >= (3, 7, 0):
pass
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks strange. Why not if sys_version_info < (3, 7, 0)?

@1st1
Copy link
Member

1st1 commented Apr 18, 2018

Closing this in favor of #138

@1st1 1st1 closed this Apr 18, 2018
@1st1
Copy link
Member

1st1 commented Apr 18, 2018

Thanks so much for contributing this though! It's just the other PR is more developed and covers more cases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

AttributeError: module 'asyncio.coroutines' has no attribute 'debug_wrapper'
3 participants