00:31
CrazyPython has joined #pypy
01:02
CrazyPython has quit [Read error: Connection reset by peer]
02:07
xcm has quit [Read error: Connection reset by peer]
02:09
xcm has joined #pypy
02:12
dansan has quit [Remote host closed the connection]
02:13
dansan has joined #pypy
03:08
lritter has quit [Ping timeout: 240 seconds]
03:09
lritter has joined #pypy
03:14
speeder39_ has quit [Quit: Connection closed for inactivity]
04:09
xcm has quit [Remote host closed the connection]
04:10
xcm has joined #pypy
05:02
xcm has quit [Read error: Connection reset by peer]
05:04
xcm has joined #pypy
05:24
lritter has quit [Ping timeout: 240 seconds]
05:50
_whitelogger has joined #pypy
06:08
_whitelogger has joined #pypy
06:44
xcm has quit [Read error: Connection reset by peer]
06:46
xcm has joined #pypy
07:20
xcm has quit [Remote host closed the connection]
07:21
xcm has joined #pypy
07:48
dddddd has quit [Remote host closed the connection]
08:36
antocuni has joined #pypy
08:47
Taggnostr has quit [Remote host closed the connection]
08:49
Taggnostr has joined #pypy
08:49
ionelmc has joined #pypy
08:50
<
kenaan >
stevie_92 cpyext-gc-cycle 6e21fe036218 /: Fixed issues with rrc tuples Implemented cpyext statistics
10:10
antocuni has quit [Ping timeout: 265 seconds]
10:14
wleslie has quit [Ping timeout: 245 seconds]
10:15
ekaologik has joined #pypy
10:15
wleslie has joined #pypy
10:36
xcm has quit [Remote host closed the connection]
10:37
xcm has joined #pypy
11:26
_whitelogger has joined #pypy
11:49
gracinet has joined #pypy
11:49
<
kenaan >
cfbolz extradoc 73fb50383067 /blog/draft/2019-10-json.rst: some more text
12:40
oberstet has joined #pypy
13:06
gracinet has quit [Quit: Leaving.]
13:06
gracinet has joined #pypy
13:07
gracinet has quit [Client Quit]
13:35
_whitelogger has joined #pypy
13:38
jvesely has joined #pypy
13:52
gracinet has joined #pypy
13:55
ekaologik has quit [Ping timeout: 265 seconds]
14:09
Guest60861 has joined #pypy
14:15
xcm has quit [Remote host closed the connection]
14:17
xcm has joined #pypy
14:34
xcm has quit [Remote host closed the connection]
14:36
xcm has joined #pypy
15:35
antocuni has joined #pypy
15:44
ekaologik has joined #pypy
16:02
antocuni has quit [Ping timeout: 240 seconds]
16:06
jvesely has quit [Quit: jvesely]
16:18
xcm has quit [Remote host closed the connection]
16:20
xcm has joined #pypy
16:35
Dejan has quit [Quit: Leaving]
16:42
<
mattip >
cfbolz: I am not sure what the issue is about. Where do those tags come from, or should I ask on the issue?
16:44
<
cfbolz >
mattip: I have no idea, just somebody asked on Twitter that we should take a look
17:01
ekaologik has quit [Read error: Connection reset by peer]
17:07
xcm has quit [Remote host closed the connection]
17:08
xcm has joined #pypy
17:25
ionelmc has quit [Quit: Connection closed for inactivity]
17:33
xcm has quit [Remote host closed the connection]
17:34
xcm has joined #pypy
17:37
<
mattip >
cfbolz: I responded. The blog post looks good, I tried but couldn't find anything to change
17:43
<
cfbolz >
mattip: oh thanks!
17:43
<
cfbolz >
Need to re-run some benchmarks, then will post
17:44
xcm has quit [Remote host closed the connection]
17:46
xcm has joined #pypy
17:53
xcm has quit [Ping timeout: 240 seconds]
17:54
xcm has joined #pypy
19:00
lritter has joined #pypy
19:07
jacob22_ has quit [Read error: Connection reset by peer]
19:07
jacob22 has joined #pypy
19:09
xcm is now known as Guest47376
19:09
Guest47376 has quit [Killed (sinisalo.freenode.net (Nickname regained by services))]
19:10
xcm has joined #pypy
19:31
<
mattip >
aarch64 translation is broken with the same obscure error as a few weeks ago, now in _siphash24
19:31
<
mattip >
Exception: 'no_collect' function can trigger collection: <function _siphash24 at 0x0000aaaad786dbc8>
19:54
CrazyPython has joined #pypy
20:11
CrazyPython has quit []
21:13
xcm has quit [Ping timeout: 252 seconds]
21:17
xcm has joined #pypy
21:20
<
mattip >
ronan: the hang may always be in np.random.RandomState.randint because it is called so often, statistically I think it is hit the hardest
21:20
<
mattip >
or is it always exactly in the same set of calls?
21:40
jvesely has joined #pypy
21:47
xcm has quit [Remote host closed the connection]
21:48
xcm has joined #pypy
21:51
xcm has quit [Remote host closed the connection]
22:01
gracinet has quit [Quit: Leaving.]
22:15
xcm has joined #pypy
22:30
xcm has quit [Remote host closed the connection]
22:32
xcm has joined #pypy
22:42
xcm has quit [Remote host closed the connection]
22:44
xcm has joined #pypy
23:03
<
ronan >
mattip: it's not always in the exact same place, but it's always where a cpyext wrapper tries to acquire the GIL