aio-libs / aiopg

aiopg is a library for accessing a PostgreSQL database from the asyncio
http://aiopg.readthedocs.io
BSD 2-Clause "Simplified" License
1.39k stars 159 forks source link

Fix error NotImplemented for Windows OS #881

Open eshikvtumane opened 2 years ago

eshikvtumane commented 2 years ago

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

Bonifatius94 commented 1 week ago

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.