Skip to content
This repository has been archived by the owner on Aug 8, 2018. It is now read-only.

pypy3 support #36

Open
heikoheiko opened this issue Aug 17, 2015 · 2 comments
Open

pypy3 support #36

heikoheiko opened this issue Aug 17, 2015 · 2 comments
Assignees

Comments

@heikoheiko
Copy link
Member

The major challenge with py3 is to keep the code base clean.
The major challenge with pypy is that some c-module won't work and we'll either have to find a substitute or develop our own bindings.

For reference:
ethereum/pyethereum#132
ethereum/pyethereum#188

note: miniupnpc isn't used anymore.

for pypy3 we need gevent 1.1, currently it breaks neworking:
ethereum/pydevp2p#2

sha3 replacement:
https://pycryptodome.readthedocs.org/en/latest/

own libraries: serpent, ethash

@heikoheiko
Copy link
Member Author

see also #37

@Visgean
Copy link

Visgean commented Jul 7, 2016

Any progress on this?

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

No branches or pull requests

3 participants