00:02
adamholmberg has joined #pypy
00:59
adamholmberg has quit [Remote host closed the connection]
01:06
siddhesh has left #pypy [#pypy]
01:18
ulope has quit [Ping timeout: 240 seconds]
01:18
adamholmberg has joined #pypy
01:19
ulope has joined #pypy
01:42
bbot2 has quit [Ping timeout: 240 seconds]
01:42
bbot2 has joined #pypy
02:15
adamholmberg has quit [Remote host closed the connection]
02:27
adamholmberg has joined #pypy
03:24
adamholmberg has quit [Remote host closed the connection]
03:37
adamholmberg has joined #pypy
03:41
jcea has quit [Remote host closed the connection]
04:34
adamholmberg has quit [Remote host closed the connection]
04:36
adamholmberg has joined #pypy
05:05
adamholmberg has quit [Remote host closed the connection]
05:11
adamholmberg has joined #pypy
05:21
adamholmberg has quit [Remote host closed the connection]
05:30
adamholmberg has joined #pypy
05:31
dddddd has quit [Ping timeout: 268 seconds]
05:41
adamholmberg has quit [Remote host closed the connection]
05:44
adamholmberg has joined #pypy
05:45
mattip has quit [Ping timeout: 260 seconds]
05:46
mattip has joined #pypy
05:54
mattip has left #pypy [#pypy]
05:54
adamholmberg has quit [Remote host closed the connection]
05:58
bbot2 has quit [Quit: buildmaster reconfigured: bot disconnecting]
05:58
bbot2 has joined #pypy
05:58
adamholmberg has joined #pypy
06:08
adamholmberg has quit [Remote host closed the connection]
06:12
adamholmberg has joined #pypy
06:23
adamholmberg has quit [Remote host closed the connection]
06:30
adamholmberg has joined #pypy
06:39
adamholmberg has quit [Remote host closed the connection]
06:42
adamholmberg has joined #pypy
06:48
micisuta has joined #pypy
06:52
adamholmberg has quit [Remote host closed the connection]
06:53
micisuta has quit [Ping timeout: 268 seconds]
06:53
jvesely has quit [Quit: jvesely]
07:00
adamholmberg has joined #pypy
07:09
adamholmberg has quit [Remote host closed the connection]
07:13
adamholmberg has joined #pypy
07:23
adamholmberg has quit [Remote host closed the connection]
07:24
adamholmberg has joined #pypy
07:35
adamholmberg has quit [Remote host closed the connection]
07:36
adamholmberg has joined #pypy
07:46
adamholmberg has quit [Remote host closed the connection]
07:59
adamholmberg has joined #pypy
08:00
ekaologik has joined #pypy
08:10
adamholmberg has quit [Remote host closed the connection]
08:20
adamholmberg has joined #pypy
08:30
adamholmberg has quit [Remote host closed the connection]
08:35
adamholmberg has joined #pypy
08:41
<
kenaan >
cfbolz pypy.org[nikola] 8c85569a1071 /: fix two typos
08:45
adamholmberg has quit [Remote host closed the connection]
08:48
adamholmberg has joined #pypy
08:58
adamholmberg has quit [Remote host closed the connection]
09:00
adamholmberg has joined #pypy
09:02
micisuta has joined #pypy
09:10
adamholmberg has quit [Remote host closed the connection]
09:14
adamholmberg has joined #pypy
09:24
adamholmberg has quit [Remote host closed the connection]
09:32
xcm has quit [Remote host closed the connection]
09:33
xcm has joined #pypy
10:12
xcm has quit [Remote host closed the connection]
10:14
xcm has joined #pypy
10:33
micisuta1 has joined #pypy
10:35
micisuta has quit [Ping timeout: 265 seconds]
10:36
micisuta has joined #pypy
10:38
micisuta1 has quit [Ping timeout: 268 seconds]
11:15
dddddd has joined #pypy
11:43
Viech has left #pypy ["Leaving"]
11:43
lritter has joined #pypy
11:48
xcm has quit [Read error: Connection reset by peer]
11:50
xcm has joined #pypy
11:50
<
kenaan >
cfbolz py3.7 a4a502d7215c /pypy/interpreter/: implement error message improvement of CPython
11:50
<
kenaan >
cfbolz py3.7 628cfb318d11 /pypy/interpreter/: add repr to frames
12:03
micisuta1 has joined #pypy
12:06
micisuta has quit [Ping timeout: 268 seconds]
12:09
micisuta1 has quit [Quit: micisuta1]
12:09
micisuta has joined #pypy
12:11
micisuta1 has joined #pypy
12:14
micisuta1 is now known as micisuta
12:14
micisuta has quit [Ping timeout: 268 seconds]
12:48
<
kenaan >
cfbolz default aeecc116648d /pypy/interpreter/test/: move test_nestedscope.py to apptest_nestedscope.py
12:48
<
kenaan >
cfbolz py3.6 966e088ca813 /: merge default
12:48
<
kenaan >
cfbolz py3.7 2779449dd1d5 /: merge py3.6
12:48
<
kenaan >
cfbolz py3.7 1787f589a543 /pypy/interpreter/: make cell contents writable
12:48
<
kenaan >
cfbolz default d7bd679b8a6e /pypy/tool/pytest/apptest2.py: run functions in apptest_* files in definition order
12:55
xcm has quit [Remote host closed the connection]
12:57
xcm has joined #pypy
13:06
<
kenaan >
cfbolz default 4c97894c1026 /pypy/module/itertools/test/test_itertools.py: test for the problem in e300fd927c59
13:06
<
kenaan >
cfbolz py3.6 66a00f2388c3 /pypy/: merge default
13:06
<
kenaan >
cfbolz py3.6 8ab16affda0a /pypy/module/itertools/interp_itertools.py: re-do e300fd927c59 which got lost in a merge somewhere
13:06
<
kenaan >
cfbolz py3.7 9d31a887ead7 /pypy/: merge py3.6
13:15
jvesely has joined #pypy
13:34
<
cfbolz >
arigato: around?
13:36
<
cfbolz >
arigato: the following is true, right?: (somelong >> a-long-that-doesnt-fit-into-an-int) == 0
13:36
<
cfbolz >
ah, no, for negative numbers it's -1
13:37
<
nimaje >
afaik in C that's UB
13:38
<
cfbolz >
nimaje: I am talking about bigints
13:38
<
cfbolz >
not C longs
13:38
<
cfbolz >
python2 ints vs longs
13:41
<
cfbolz >
(and the above is only true due to memory restrictions, if at all)
13:54
adamholmberg has joined #pypy
13:56
adamholmberg has quit [Remote host closed the connection]
13:57
adamholmberg has joined #pypy
14:15
Rhy0lite has joined #pypy
14:45
jcea has joined #pypy
14:50
jcea has quit [Ping timeout: 248 seconds]
15:22
xcm has quit [Read error: Connection reset by peer]
15:23
xcm has joined #pypy
16:05
jacob22 has quit [Quit: Konversation terminated!]
16:06
jacob22 has joined #pypy
16:08
Dejan has quit [Quit: Leaving]
16:19
jacob22 has quit [Quit: Konversation terminated!]
16:20
jacob22 has joined #pypy
16:26
micisuta has joined #pypy
16:28
micisuta1 has joined #pypy
16:30
micisuta has quit [Ping timeout: 265 seconds]
16:30
micisuta1 is now known as micisuta
16:36
jcea has joined #pypy
16:36
xcm has quit [Ping timeout: 258 seconds]
16:38
xcm has joined #pypy
17:47
xcm is now known as Guest32126
17:47
Guest32126 has quit [Killed (tolkien.freenode.net (Nickname regained by services))]
17:48
xcm has joined #pypy
18:10
Dejan has joined #pypy
18:13
xcm has quit [Read error: Connection reset by peer]
18:15
xcm has joined #pypy
19:17
bbot2 has quit [Ping timeout: 240 seconds]
19:17
bbot2 has joined #pypy
20:05
i9zO5AP has quit [Ping timeout: 268 seconds]
20:05
Ai9zO5AP has joined #pypy
20:26
fryguybob has quit [Quit: leaving]
20:59
CrazyPython has joined #pypy
21:10
CrazyPython has quit [Read error: Connection reset by peer]
21:49
<
cfbolz >
ronan: wow, impressive reduction! Will investigate tomorrow
22:26
Rhy0lite has quit [Quit: Leaving]
22:34
lritter has quit [Quit: Leaving]