Skip to content
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

Fix error NotImplemented for Windows OS #881

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

eshikvtumane
Copy link

@eshikvtumane eshikvtumane commented Sep 29, 2021

What do these changes do?

Fix error NotImplemented for Windows OS and Python 3.8

https://stackoverflow.com/questions/44633458/why-am-i-getting-notimplementederror-with-async-and-await-on-windows

Are there changes in behavior for the user?

No

Checklist

  • I think the code is well written
  • Unit tests for the changes exist (I don't know how check Windows OS in CI)
  • Documentation reflects the changes (don't need)
  • [x ] Add a new news fragment into the CHANGES folder

@eshikvtumane eshikvtumane changed the title repeir error NotImplemented for Windows OS Fix error NotImplemented for Windows OS Sep 29, 2021
andrew-chang-dewitt added a commit to cheese-drawer/lib-python-db-wrapper that referenced this pull request Oct 24, 2021
aiopg doesn't have a py.typed so mypy can't parse it even though it's
fully typed within the code. Will remove the ignore comment when
aio-libs/aiopg/pull/881 is merged.
@Bonifatius94
Copy link

I have the same issues with Python 3.11. I think it's a more general issue than just Python 3.8
But interesting that it's not merged after 3 years.

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.

2 participants