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
Hasimir has joined #pypy
TheAdversary has joined #pypy
marr has quit [Remote host closed the connection]
oberstet has quit [Ping timeout: 268 seconds]
tbodt has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
tbodt has joined #pypy
<njs> lesshaste: because the scipy test suite has code to skip them... to get more details you'd have to look into the test suite itself
<njs> lesshaste: one common reason would be that the test only makes sense on Windows and you're on Unix or vice-versa
R3d_Sky has joined #pypy
speeder39 has joined #pypy
[Arfrever] has quit [Ping timeout: 255 seconds]
[Arfrever] has joined #pypy
R3d_Sky has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
dfee has quit [Ping timeout: 240 seconds]
jcea has quit [Quit: jcea]
redj has quit [Ping timeout: 240 seconds]
R3d_Sky has joined #pypy
redj has joined #pypy
mattip has joined #pypy
speeder39 has quit [Quit: Connection closed for inactivity]
R3d_Sky has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
dfee has joined #pypy
<kenaan> alex_gaynor py3.5 f3d6e0d85a29 /lib_pypy/_cffi_ssl/_stdssl/__init__.py: Remove an unneeded call into OpenSSL This call doesn't do anything, on every version of OpenSSL going back to ...
<kenaan> mattip alex_gaynor/remove-an-unneeded-call-into-openssl-th-1526429141011 710a263815fa /pypy/doc/whatsnew-pypy3-head.rst: close and document branch to be merged
<kenaan> mattip py3.6 ceff6a6cf97b /: merge ssl fix into py3.6
<kenaan> mattip py3.6 2a70f2b84450 /lib_pypy/_cffi_ssl/_stdssl/__init__.py: merge py3.5 into py3.6
<kenaan> mattip default 24cdd1cfea2d /pypy/doc/whatsnew-head.rst: document merged branch
chelz has joined #pypy
dfee has quit [Ping timeout: 260 seconds]
R3d_Sky has joined #pypy
dddddd has quit [Remote host closed the connection]
tbodt has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
dfee has joined #pypy
R3d_Sky has quit [Quit: Textual IRC Client: www.textualapp.com]
dfee has quit [Ping timeout: 260 seconds]
dfee has joined #pypy
lazka has joined #pypy
lazka has quit [Client Quit]
lazka has joined #pypy
lazka has quit [Quit: Leaving]
exarkun has quit [Read error: Connection reset by peer]
tayfun26 has joined #pypy
exarkun has joined #pypy
dfee has quit [Ping timeout: 240 seconds]
dfee has joined #pypy
inhahe has quit [Ping timeout: 246 seconds]
inhahe has joined #pypy
mcyprian has joined #pypy
<lesshaste> hi
<lesshaste> in case it's of interest.. this is the set of current numpy failures with pypy https://paste.ubuntu.com/p/6N5yWkfpWk/
oberstet has joined #pypy
<lesshaste> failures like Items are not equal:
<lesshaste> DESIRED: -12.5
<lesshaste> ACTUAL: 18.0
<lesshaste> are interesting
wleslie has joined #pypy
<lesshaste> this was for pypy2 version 6.0
marself has joined #pypy
wleslie has quit [Quit: ~~~ Crash in JIT!]
<mattip> lesshaste: was this numpy 1.14.3? The nditer one you refer to should have been fixed
<lesshaste> mattip, yes I believe it was
<mattip> lesshaste: all the __doc__ related ones are known, numpy writes to __doc__ after PyType_Ready, which is not supported by PyPy
<mattip> hmm
<lesshaste> yes 1.14.3
<mattip> thanks
<lesshaste> np... I tried to run the scipy tests but it complains about invalid syntax for nose at the end
<lesshaste> so you don't get the nice report
<lesshaste> mattip, what causes the wrong answer to be given? That seems more surprising to me
<lesshaste> given that we don't reimplement any of the functions
<lesshaste> afaik
lritter has joined #pypy
<mattip> nditer has inputs and outputs, it iters over the inputs to write to the outputs
<mattip> but what happens if there is overlapped input and output or other need to create temporary buffers while iterating?
<mattip> numpy creates a temporary buffer to store the intermediate results, and when iteration is complete, it writes the results to the output
<mattip> "iteration is complete" was not explicitly set, rather determined by a call to the __del__ of the iterator
lazka has joined #pypy
<mattip> our garbage collector calls __del__ later or not at all when a local variable goes out of scope
<mattip> so now there is a different strategy - nditer has a new close() method to explicitly tell the iterator to write the results
<mattip> I thought that made it into 1.14.3, but maybe not
<mattip> lesshaste: ^^^
mattip has quit [Quit: bye]
<lesshaste> ah.. that's very interesting!
marr has joined #pypy
<lesshaste> I am trying to find the numpy issue
<lesshaste> mattip_, oh I see you are already on this :) https://github.com/numpy/numpy/issues/10735
mattip has joined #pypy
<lesshaste> mattip, I may have been typing to a non-existent version of you.. ^^
oberstet has quit [Ping timeout: 248 seconds]
<lesshaste> how does mattip relate to mattip_ ?
<mattip> one is an IRC bouncer
<mattip> I read the logs
<lesshaste> oh.. I will google IRC bouncer :)
<mattip> znc works for me
jamesaxl has joined #pypy
jcea has joined #pypy
lazka has quit [Quit: Leaving]
<lesshaste> what is znc?
<lesshaste> ah.. https://wiki.znc.in/ZNC
<lesshaste> I think I need that!
ceridwen has quit [Ping timeout: 265 seconds]
<mattip> lesshaste: numpy HEAD which will become 1.15 soon cleans up the nditer failure, but introduces new ones
<mattip> and some others connected with the new buffer protocol
* mattip off
<mattip> thanks for the heads up
oberstet has joined #pypy
<lesshaste> mattip, my pleasure.. I will see if I can get the scipy tests to run
ceridwen has joined #pypy
jcea has quit [Quit: jcea]
jcea has joined #pypy
mcyprian has quit [Ping timeout: 256 seconds]
user24 has joined #pypy
lazka has joined #pypy
dddddd has joined #pypy
user24 has quit [Remote host closed the connection]
dfee has quit [Ping timeout: 240 seconds]
<kenaan> cfbolz py3.6-wordcode 0ecfc20943d3 /: merge py3.6
<kenaan> cfbolz py3.6-wordcode 69b270a1b887 /pypy/interpreter/pyopcode.py: obscure, but this fixes translation
<kenaan> cfbolz py3.6-wordcode df08b57a6b4b /: merge py3.6
<bbot2> Started: http://buildbot.pypy.org/builders/pypy-c-app-level-linux-x86-64/builds/3963 [Carl Friedrich Bolz-Tereick: force build, py3.6-wordcode]
antocuni_ has joined #pypy
Rhy0lite has joined #pypy
dfee has joined #pypy
<bbot2> Failure: http://buildbot.pypy.org/builders/pypy-c-app-level-linux-x86-64/builds/3963 [Carl Friedrich Bolz-Tereick: force build, py3.6-wordcode]
R3d_Sky has joined #pypy
dfee has quit [Ping timeout: 240 seconds]
marky1991 has joined #pypy
exarkun has quit [Read error: Connection reset by peer]
exarkun has joined #pypy
stevenja_ has joined #pypy
redj has quit [Ping timeout: 260 seconds]
stevenja_ has quit [Remote host closed the connection]
stevenja_ has joined #pypy
stevenja_ has quit [Remote host closed the connection]
stevenja_ has joined #pypy
stevenja_ has quit [Remote host closed the connection]
stevenja_ has joined #pypy
stevenja_ has quit [Ping timeout: 265 seconds]
dfee has joined #pypy
dfee has quit [Ping timeout: 240 seconds]
stevenja_ has joined #pypy
stevenja_ has quit [Remote host closed the connection]
stevenja_ has joined #pypy
stevenja_ has quit [Remote host closed the connection]
stevenja_ has joined #pypy
stevenja_ has quit [Remote host closed the connection]
stevenja_ has joined #pypy
raynold has quit []
stevenja_ has quit [Remote host closed the connection]
stevenja_ has joined #pypy
mattip has quit [Ping timeout: 240 seconds]
stevenja_ has quit [Ping timeout: 265 seconds]
R3d_Sky has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
stevenja_ has joined #pypy
tayfun26 has quit [Remote host closed the connection]
redj has joined #pypy
R3d_Sky has joined #pypy
stevenja_ has quit [Remote host closed the connection]
stevenja_ has joined #pypy
mcyprian has joined #pypy
stevenja_ has quit [Ping timeout: 276 seconds]
lazka has quit [Quit: Leaving]
mcyprian has quit [Read error: Connection reset by peer]
mcyprian has joined #pypy
mattip has joined #pypy
<mattip> it seems we moved funtions cpyext to pure c for pypy6, but did not export them
<mattip> for instance, scipy/interploate/_interpolate complains it cannot find _PyPy_Deallocate which now lives in object.c
R3d_Sky has quit [Quit: Textual IRC Client: www.textualapp.com]
<cfbolz> :-(
dfee has joined #pypy
Hasimir has quit [Ping timeout: 240 seconds]
Hasimir has joined #pypy
dfee has quit [Ping timeout: 240 seconds]
<kenaan> wlav cppyy-packaging eb16b0aff1e3 /pypy/module/_cppyy/: add support for unsigned char arrays and general cleanup of array binding code + tests
mcyprian has quit [Quit: Leaving.]
raynold has joined #pypy
raynold has quit [Excess Flood]
raynold has joined #pypy
antocuni_ has quit [Ping timeout: 264 seconds]
tbodt has joined #pypy
oberstet has quit [Ping timeout: 260 seconds]
mcyprian has joined #pypy
mcyprian has quit [Ping timeout: 260 seconds]
mcyprian has joined #pypy
TheAdversary has quit [Ping timeout: 240 seconds]
Hasimir has quit [Ping timeout: 240 seconds]
dfee has joined #pypy
mcyprian has quit [Ping timeout: 256 seconds]
Rhy0lite has quit [Quit: Leaving]
marky1991 has quit [Read error: Connection reset by peer]
marky1991 has joined #pypy
mcyprian has joined #pypy
mcyprian has quit [Read error: Connection reset by peer]
mcyprian1 has joined #pypy
dfee has quit [Ping timeout: 260 seconds]
Hasimir has joined #pypy
TheAdversary has joined #pypy
redj has quit [Ping timeout: 256 seconds]
marky1991 has quit [Ping timeout: 240 seconds]
mcyprian1 has left #pypy [#pypy]
marky1991 has joined #pypy
marself has quit [Ping timeout: 248 seconds]
dfee has joined #pypy
redj has joined #pypy
marself has joined #pypy
marself has quit [Ping timeout: 256 seconds]
kolko has joined #pypy
tbodt has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
tbodt has joined #pypy
tbodt has quit [Client Quit]
oberstet has joined #pypy
kolko has quit [Quit: ZNC - http://znc.in]
stevenja_ has joined #pypy
stevenja_ has quit [Ping timeout: 240 seconds]
tbodt has joined #pypy
marky1991 has quit [Ping timeout: 264 seconds]
tbodt has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
antocuni_ has joined #pypy
tbodt has joined #pypy
dfee has quit [Ping timeout: 256 seconds]
dfee1 has joined #pypy
dfee2 has joined #pypy
dfee1 has quit [Ping timeout: 255 seconds]
dfee2 is now known as dfee
wleslie has joined #pypy
tbodt has quit [Read error: Connection reset by peer]
tbodt has joined #pypy
tbodt has quit [Client Quit]
antocuni_ has quit [Ping timeout: 240 seconds]
tbodt has joined #pypy
marr has quit [Ping timeout: 260 seconds]
lritter has quit [Ping timeout: 276 seconds]
wleslie has quit [Quit: ~~~ Crash in JIT!]
stevenja_ has joined #pypy