Skip to content
This repository has been archived by the owner on May 23, 2023. It is now read-only.

Support PyPy #188

Closed
heikoheiko opened this issue Dec 1, 2014 · 4 comments
Closed

Support PyPy #188

heikoheiko opened this issue Dec 1, 2014 · 4 comments

Comments

@heikoheiko
Copy link
Member

No description provided.

@heikoheiko
Copy link
Member Author

PyPy3:

  • pysha3 : ok
  • leveldb : doesn't compile
  • miniupnpc: doesn't compile
  • ethereum-serpent: doesn't compile

see also #132

@heikoheiko
Copy link
Member Author

PyPy2:

  • pysha3 : not working
  • leveldb : ok
  • gevent: ok
  • repoze.lru: ok
  • pyethash: ok

test_state.py can be run with pypy (if patched to use a python keccak implementation)

@czepluch
Copy link
Contributor

pysha3 working by using pycryptodome instead which also supports pypy
PR: #295

@ofek
Copy link
Contributor

ofek commented Aug 17, 2017

As of #777 our secp256k1 dep supports PyPy and ships a compiled wheel for PyPy3.5-5.8

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

No branches or pull requests

4 participants