cfbolz changed the topic of #pypy to: PyPy, the flexible snake (IRC logs: https://quodlibet.duckdns.org/irc/pypy/latest.log.html#irc-end ) | use cffi for calling C | if a pep adds a mere 25-30 [C-API] functions or so, it's a drop in the ocean (cough) - Armin
<oberstet>
cfbolz: arigato: ok, thx a lot! means, I can stop looking/wondering;) np, I wait for next release!
<oberstet>
as in: "from _hashlib import HASH" <- is that a stdlib api? it is a difference between cpy and pypy at least ..
<tumbleweed>
oberstet: that looks like an undocumented cpython API, not covered by any tests
<tumbleweed>
so missed and it's only being used there for type-checking, that import and type could simply be dropped
<tumbleweed>
oberstet: can you file a pypy bug about that one, I'd expect it to appear more often as people start adding type-hinting
<oberstet>
I would file an issue .. bitbucket seems to be gone? I did had an account there. where is the new tracker? https://foss.heptapod.net/pypy/pypy ? why can't pypy just use GH :(