cfbolz changed the topic of #pypy to: PyPy, the flexible snake (IRC logs: https://botbot.me/freenode/pypy/ ) | use cffi for calling C | the secret reason for us trying to get PyPy users: to test the JIT well enough that we're somewhat confident about it
Wulf has quit [Ping timeout: 256 seconds]
antocuni has quit [Ping timeout: 276 seconds]
adamholmberg has quit [Remote host closed the connection]
adamholmberg has joined #pypy
adamholmberg has quit [Remote host closed the connection]
dddddd has quit [Remote host closed the connection]
jcea has quit [Quit: jcea]
bremner has quit [Quit: Coyote finally caught me]
speeder39 has joined #pypy
Garen_ has joined #pypy
Garen has quit [Ping timeout: 276 seconds]
RemoteFox has quit [Ping timeout: 248 seconds]
Garen has joined #pypy
Garen_ has quit [Ping timeout: 264 seconds]
Wulf has joined #pypy
dddddd has joined #pypy
agronholm has quit [Ping timeout: 255 seconds]
agronholm has joined #pypy
Taggnostr2 has joined #pypy
jacob22__ has quit [Quit: Konversation terminated!]
speeder39 has quit [Quit: Connection closed for inactivity]
RemoteFox has joined #pypy
DIRT has quit [Remote host closed the connection]
oberstet has joined #pypy
jacob22__ has joined #pypy
glyph has quit [Quit: End of line.]
glyph has joined #pypy
glyph_ has joined #pypy
glyph has quit [Ping timeout: 260 seconds]
<LarstiQ> Wulf: did you get any further with hashlib.sha256 slowness?
<Wulf> LarstiQ: no, I stopped investigating
jacob22__ has quit [Ping timeout: 245 seconds]
jcea has joined #pypy
Gonsor has joined #pypy
inhahe__ has quit [Ping timeout: 276 seconds]
oberstet has quit [Remote host closed the connection]
oberstet has joined #pypy
lritter has joined #pypy
Rhy0lite has joined #pypy
dddddd has quit [Ping timeout: 244 seconds]
tayfun26 has joined #pypy
marky1991 has joined #pypy
adamholmberg has joined #pypy
stevenja_ has joined #pypy
stevenja_ has quit [Ping timeout: 268 seconds]
stevenja_ has joined #pypy
gthank_ is now known as gthank
adamholmberg has quit [Remote host closed the connection]
adamholmberg has joined #pypy
adamholmberg has quit [Remote host closed the connection]
adamholmberg has joined #pypy
stevenja_ has quit [Remote host closed the connection]
stevenja_ has joined #pypy
inhahe__ has joined #pypy
spooky|gsnedders is now known as gsnedders|ooo
stevenja_ has quit [Remote host closed the connection]
marky1991 has quit [Remote host closed the connection]
marky1991 has joined #pypy
stevenja_ has joined #pypy
mattip has quit [Ping timeout: 244 seconds]
mattip has joined #pypy
marky1991 has quit [Ping timeout: 268 seconds]
Garen has quit [Read error: Connection reset by peer]
Garen has joined #pypy
starlord has quit [Ping timeout: 256 seconds]
samth has quit [Ping timeout: 256 seconds]
string__ has quit [Ping timeout: 256 seconds]
pchiusano has quit [Ping timeout: 256 seconds]
arigato has quit [Ping timeout: 256 seconds]
samth has joined #pypy
samth has quit [Changing host]
samth has joined #pypy
rguillebert has quit [Ping timeout: 256 seconds]
irclogs_io_bot has quit [Ping timeout: 256 seconds]
infernix has quit [Ping timeout: 256 seconds]
rguillebert has joined #pypy
glyph_ has quit [Ping timeout: 260 seconds]
string__ has joined #pypy
pchiusano has joined #pypy
Gonsor has quit [Read error: Connection reset by peer]
glyph has joined #pypy
irclogs_io_bot has joined #pypy
tayfun26 has quit [Remote host closed the connection]
starlord has joined #pypy
kenaan has joined #pypy
<kenaan> arigo default 24a43b6a4d73 /rpython/rlib/rvmprof/cintf.py: Issue #2853 Patch by Babak F.
jacob22__ has joined #pypy
arigo has joined #pypy
infernix has joined #pypy
marky1991 has joined #pypy
marky1991 has quit [Remote host closed the connection]
marky1991 has joined #pypy
<arigo> Wulf: I cannot reproduce your problem, at least on Linux using the official distribution: all of cpython 2.7, cpython 3.5, pypy2 and pypy3 take almost the same time
<arigo> it is however possible that you're using a miscompiled version of pypy, because we have a pure-python fallback for sha256
<Wulf> arigo: I didn't compile it myself
<arigo> yes, I don't want to say "bad person" here
<arigo> you're using the one provided by Debian, I guess?
<arigo> ah
<Wulf> arigo: what implementation is used, openssl?
<Wulf> or *should* be used
<arigo> yes
<Wulf> static or dynamic linked?
<Wulf> when I look at /proc/xxx/maps I can't see any ssl or crypto
<arigo> I get the same result with this
<arigo> it is using cffi
<arigo> at least for ssl, let me check
<arigo> does this line work for you: "import _hashlib"?
<Wulf> ImportError: libssl.so.1.0.0: cannot open shared object file: No such file or directory
<arigo> ok
<Wulf> ok, that explains it
<Wulf> build isn't suitable for my system
<arigo> ah, it's lib_pypy/_pypy_openssl.pypy3-60-x86_64-linux-gnu.so
<arigo> which is not loadable on your system indeed
<arigo> you should be able to run
<arigo> cd ../lib_pypy
<arigo> ../bin/pypy3 _ssl_build.py
<Wulf> arigo: thanks, much better! Now it also appears in proc/maps
<Wulf> How about spitting out a warning when openssl (or other fast implementation) can't be used?
mattip has quit [Disconnected by services]
mattip has joined #pypy
<arigo> yes, probably a good idea
mattip has quit [Killed (moon.freenode.net (Nickname regained by services))]
mattip has joined #pypy
mattip_ has joined #pypy
stevenja_ has quit [Remote host closed the connection]
ronan has quit [Ping timeout: 265 seconds]
<kenaan> arigo default f59578325003 /lib-python/2.7/hashlib.py: Give a warning when we can't import _hashlib
<kenaan> arigo py3.5 f21562687ea4 /lib-python/3/hashlib.py: Give a warning when we can't import _hashlib
<kenaan> arigo default 6868da604e68 /rpython/rlib/buffer.py: Add a get_raw_address() in the base class---better than segfaulting due to calls to a missing method!
ronan has joined #pypy
<Wulf> arigo: thanks!
stevenja_ has joined #pypy
stevenja_ has quit [Ping timeout: 256 seconds]
arigo is now known as arigato
<arigato> hope it works.
<kenaan> arigo py3.5 130fbb74dab5 /: hg merge default
<kenaan> arigo py3.5 8e5a7f8a9bf2 /pypy/module/_io/interp_bytesio.py: Remove this get_raw_address() now that we have one in the base class
<arigato> Wulf: I tested it manually but it's hard to write systematic tests for that
<Wulf> could build on one platform and test on another
<Wulf> But that's kind of pointless, it's not supposed to work anyway
stevenja_ has joined #pypy
stevenja_ has quit [Ping timeout: 260 seconds]
stevenja_ has joined #pypy
oberstet has quit [Ping timeout: 260 seconds]
DIRT has joined #pypy
DIRT has quit [Max SendQ exceeded]
stevenja_ has quit [Remote host closed the connection]
DIRT has joined #pypy
stevenja_ has joined #pypy
oberstet has joined #pypy
Rhy0lite has quit [Quit: Leaving]
speeder39 has joined #pypy
inhahe__ has quit []
cjwelborn has quit [Remote host closed the connection]
inhahe__ has joined #pypy
marky1991 has quit [Ping timeout: 256 seconds]
cjwelborn has joined #pypy
cjwelborn has quit [Changing host]
cjwelborn has joined #pypy
cjwelborn has joined #pypy
stevenja_ has quit [Remote host closed the connection]
stevenja_ has joined #pypy
stevenja_ has quit [Remote host closed the connection]
gclawes has quit [Quit: leaving]
stevenja_ has joined #pypy
gclawes has joined #pypy
gclawes has quit [Client Quit]
inhahe has quit [Read error: Connection reset by peer]
inhahe__ has quit [Read error: Connection reset by peer]
lritter has quit [Ping timeout: 240 seconds]
inhahe has joined #pypy
inhahe__ has joined #pypy
dddddd has joined #pypy
nunatak has joined #pypy
mattip has quit [Ping timeout: 260 seconds]
adamholmberg has quit [Read error: Connection reset by peer]
adamholmberg has joined #pypy
inhahe_ has joined #pypy
inhahe has quit [Ping timeout: 256 seconds]
marky1991 has joined #pypy
stevenja_ has quit [Remote host closed the connection]
stevenja_ has joined #pypy
stevenja_ has quit [Remote host closed the connection]
speeder39 has quit [Quit: Connection closed for inactivity]
mattip has joined #pypy
nunatak has quit [Quit: Leaving]
marky1991 has quit [Ping timeout: 240 seconds]
marky1991 has joined #pypy
stevenja_ has joined #pypy
stevenja_ has quit [Ping timeout: 260 seconds]
stevenja_ has joined #pypy
stevenja_ has quit [Ping timeout: 264 seconds]
adamholmberg has quit [Remote host closed the connection]
adamholmberg has joined #pypy
adamholmberg has quit [Ping timeout: 268 seconds]
adamholmberg has joined #pypy
adamholmberg has quit [Remote host closed the connection]
adamholmberg has joined #pypy
adamholmberg has quit [Ping timeout: 240 seconds]
Hasimir has quit [Ping timeout: 240 seconds]
TheAdversary has quit [Ping timeout: 240 seconds]
stevenja_ has joined #pypy
adamholmberg has joined #pypy
stevenja_ has quit [Ping timeout: 244 seconds]
adamholmberg has quit [Ping timeout: 248 seconds]