MagicStack / asyncpg

A fast PostgreSQL Database Client Library for Python/asyncio.
Apache License 2.0
6.9k stars 399 forks source link

PyPy3 support? #224

Open mestrogov opened 6 years ago

mestrogov commented 6 years ago

Hello,

Does asyncpg support PyPy3?

elprans commented 6 years ago

We don't officially support PyPy3 yet.

thedrow commented 6 years ago

PyPy3 is now GA. Can we add support for it?

DzigaV commented 4 years ago

PyPy3 is now GA. Can we add support for it?

Hi guys, aiopg/psycopg2cffi is currently broken for PyPy3, leaving us up **** creek. asyncpg seems like a far superior library. Would you consider doing the community a massive favour and implementing support for PyPy? @thedrow @elprans

thedrow commented 4 years ago

Maybe we should wait for HPy support to land on Cython?

DzigaV commented 4 years ago

Maybe we should wait for HPy support to land on Cython?

That would clearly be ideal, but could that be years away?

thedrow commented 4 years ago

It could...

DzigaV commented 4 years ago

It could...

psycopg2cffi hasn't released for two years, and is currently broken on PyPy3. It seems at this point only MagicStack can save PG on PyPy and restore freedom to the galaxy....