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