tbodt has joined #pypy
marr has quit [Ping timeout: 255 seconds]
tbodt has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
tbodt has joined #pypy
tbodt has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
tbodt has joined #pypy
tbodt has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
tbodt has joined #pypy
tbodt has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
tbodt has joined #pypy
Samureus has joined #pypy
tbodt has quit [Ping timeout: 260 seconds]
lritter has quit [Read error: Connection reset by peer]
lritter_ has joined #pypy
ArneBab has joined #pypy
pilne has quit [Quit: Quitting!]
ArneBab_ has quit [Ping timeout: 240 seconds]
Samureus has quit [Quit: Leaving]
<kenaan> rlamy py3.5 c1a9982a0266 /pypy/module/array/interp_array.py: Rename ArrayData to ArrayBuffer
<kenaan> rlamy default 0e27a73c87f6 /pypy/module/array/interp_array.py: Reduce diff with py3.5
_zware has joined #pypy
_whitelogger has joined #pypy
tbodt has joined #pypy
tbodt has quit [Ping timeout: 260 seconds]
lritter_ has quit [Quit: Leaving]
jamadden has quit [Quit: Leaving.]
jamadden has joined #pypy
jamadden has quit [Client Quit]
_whitelogger has joined #pypy
oberstet2 has joined #pypy
commandoline has quit [Ping timeout: 258 seconds]
arigato has joined #pypy
<arigato> argh, test_rfloat.py:test_round_double doesn't test anything
jamesaxl has quit [Read error: Connection reset by peer]
jamesaxl has joined #pypy
<kenaan> arigo default 672b8a624c32 /rpython/rlib/test/test_rfloat.py: Argh, fix test that was not testing anything
_main_ has joined #pypy
_main_ has quit [Read error: Connection reset by peer]
_main_ has joined #pypy
_main_ has quit [Read error: Connection reset by peer]
__main__ has quit [Ping timeout: 240 seconds]
__main__ has joined #pypy
<kenaan> arigo default 3b55e802a373 /: Performance tweaks to round(x, n) for the case n == 0
jamadden has joined #pypy
jamadden has quit [Client Quit]
oberstet3 has joined #pypy
oberstet2 has quit [Ping timeout: 240 seconds]
arigato has quit [Quit: Leaving]
arigato has joined #pypy
_whitelogger has joined #pypy
zware has quit [Ping timeout: 245 seconds]
zware has joined #pypy
commandoline has joined #pypy
jamadden has joined #pypy
jamadden has quit [Client Quit]
nimaje1 has joined #pypy
nimaje1 is now known as nimaje
nimaje has quit [Killed (orwell.freenode.net (Nickname regained by services))]
jamadden has joined #pypy
marr has joined #pypy
jamesaxl has quit [Quit: WeeChat 1.7.1]
commandoline has quit [Ping timeout: 260 seconds]
jacob22_ has joined #pypy
graingert has quit []
graingert has joined #pypy
realitix has joined #pypy
jacob22 has joined #pypy
jacob22_ has quit [Read error: Connection reset by peer]
aboudreault has quit [Quit: damn]
commandoline has joined #pypy
aboudreault has joined #pypy
jacob22 has quit [Quit: Konversation terminated!]
mattip_ has joined #pypy
mattip has quit [Ping timeout: 260 seconds]
aboudreault has quit [Excess Flood]
realitix has quit [Quit: Leaving]
aboudreault has joined #pypy
arigato has quit [Ping timeout: 260 seconds]
<mattip_> hi
arigato has joined #pypy
jcea has quit [Read error: Connection reset by peer]
jcea has joined #pypy
marr has quit [Ping timeout: 245 seconds]
<mattip_> it's about time for a 5.8 release, but the buildbots are not green :(
<kenaan> mattip default cf5a42dd00cb /pypy/doc/whatsnew-head.rst: document merged branches
arigato has quit [Quit: Leaving]
arigato has joined #pypy
pilne has joined #pypy
<kenaan> arigo default 659988b39888 /rpython/jit/backend/llsupport/test/test_gc_integration.py: Fix test
<kenaan> arigo default 0d24dcc53f09 /rpython/rtyper/llinterp.py: Fix test
<arigato> mattip_: fixed "my" failures
<mattip_> +!
<mattip_> +1
<kenaan> arigo default 844e78f165f3 /lib-python/2.7/ctypes/test/test_unaligned_structures.py: Skip the test about byte-swapped structures, for now
<mattip_> it seems PyPy_profopt_enabled touched app_main
<mattip_> and I have no idea whether test_posix_fadvise, test_posix_fallocate failures are true failures or the test is wrong
<arigato> looks like a hack, to look harder in case we don't find lib-python and lib_pypy
<arigato> might cause more confusion than help, imho
<arigato> we should try to get cfbolz or mihai to explain it again
mattip_ is now known as mattip
<cfbolz> arigato: the problem is that pypy-c didn't run from the usession dir any more
<cfbolz> Imo remove this part and replace it with whatever other hack that makes that work
<arigato> the problem is only that sys.prefix is not set, right?
<cfbolz> I don't know
<arigato> well, if you don't know, then I have nothing to do :-) pypy does run from the usession dir
<arigato> but some specific things don't run
<arigato> so I need to know which ones
<arigato> as far as I remember, there is "import sysconfig" which fails because sys.prefix is not set
<cfbolz> arigato: try running the CPython tests from there
<arigato> ok
<arigato> yes, seems to mostly work
<arigato> (a few tests are confused by the output to stderr)
<cfbolz> arigato: more precisely, those tests: test_asyncore test_gdb test_multiprocessing test_subprocess
<arigato> test_gdb cannot work
<arigato> SkipTest: test_gdb only works on source builds at the moment.
<cfbolz> h
<cfbolz> ugh
<cfbolz> indeed, it's a bit nonsensical to use that as training
<arigato> uh?
<arigato> if you ask me, test_multiprocessing and test_subprocess are also nonsensical
<cfbolz> yes
<cfbolz> well, unclear: I think what pgo "only" does is speed up machine code generation
<cfbolz> so tests are the right training
<arigato> for the JIT?
<cfbolz> yes, because the rpython code of the jit gets better optimized
<cfbolz> (that's my theory at least)
<arigato> are these tests really calling the JIT?
<cfbolz> arigato: even importing site.py runs the jit
<arigato> yes, but my question was "are they doing that a lot"
<cfbolz> asyncore probably is
<cfbolz> but yes, the others look a bit silly
<arigato> I'd suggest something like "pypy-c pytest.py pypy/objspace/test/"
<cfbolz> sounds good to me
<arigato> it runs both a number of short tests and a couple of long-running ones
<cfbolz> arigato: one question is whether we want to do release build with profopt
<arigato> good question
<arigato> so it really speeds up the JIT?
<cfbolz> it seems so
aboudreault has quit [Excess Flood]
aboudreault has joined #pypy
aboudreault has quit [Excess Flood]
<arigato> bah, translation fails right now
<cfbolz> :-(
<cfbolz> because?
<cfbolz> "ah" :-(
<arigato> ah, it's 0e27a73c87f6
<ronan> oops
<arigato> np
<arigato> buf.array => buf.w_array, right?
<ronan> yes
aboudreault has joined #pypy
aboudreault has quit [Excess Flood]
aboudreault has joined #pypy
<kenaan> arigo default 1e656d2369ef /pypy/module/cpyext/bufferobject.py: Fix for 0e27a73c87f6
aboudreault has quit [Excess Flood]
kipras`away is now known as kipras
aboudreault has joined #pypy
aboudreault has quit [Excess Flood]
aboudreault has joined #pypy
<kenaan> arigo default ac573ca24687 /pypy/: Make sure sys.prefix is always defined, even if it contains the translation-time value. Fix obscure issues where th...
<cfbolz> plan_rich_: I am getting this kind of error with vmprof and a nightly pypy:
arigato has quit [Quit: Leaving]
Baliano has joined #pypy
Baliano has quit [Client Quit]
<kenaan> planter default bed189ed5900 /lib-python/2.7/zipfile.py: improve zipfile performance by not doing repeated string concatenation (committed by cfbolz)
aboudreault has quit [Excess Flood]
aboudreault has joined #pypy
aboudreault has quit [Excess Flood]
aboudreault has joined #pypy
aboudreault has quit [Excess Flood]
aboudreault has joined #pypy
marr has joined #pypy
<plan_rich_> cfbolz, hi, I have fixed that issue in 0.4.6.dev1, I triggered an official build (0.4.6) that includes the fix
<plan_rich_> or if you install the pre release version then it should now work
tormoz has joined #pypy
mattip has left #pypy ["bye"]
<cfbolz> plan_rich_: thanks!
arigato has joined #pypy
Taggnostr has quit [Ping timeout: 268 seconds]
inad922 has joined #pypy
Taggnostr has joined #pypy
inad922 has quit [Ping timeout: 260 seconds]
dmalcolm has quit [Read error: Connection reset by peer]
dmalcolm has joined #pypy
nimaje has joined #pypy
lritter has joined #pypy
tbodt has joined #pypy
jacob22_ has joined #pypy
tbodt has quit [Client Quit]
tbodt has joined #pypy
antocuni has joined #pypy
arigato has quit [Quit: Leaving]
jacob22_ has quit [Ping timeout: 240 seconds]
jacob22_ has joined #pypy
kolko has quit [Ping timeout: 246 seconds]
antocuni has quit [Ping timeout: 240 seconds]
q4 has joined #pypy