cfbolz changed the topic of #pypy to: PyPy, the flexible snake (IRC logs: https://quodlibet.duckdns.org/irc/pypy/latest.log.html#irc-end ) | use cffi for calling C | if a pep adds a mere 25-30 [C-API] functions or so, it's a drop in the ocean (cough) - Armin
CrazyPython has joined #pypy
CrazyPython has quit [Read error: Connection reset by peer]
xcm has quit [Read error: Connection reset by peer]
xcm has joined #pypy
dansan has quit [Remote host closed the connection]
dansan has joined #pypy
lritter has quit [Ping timeout: 240 seconds]
lritter has joined #pypy
speeder39_ has quit [Quit: Connection closed for inactivity]
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
xcm has quit [Read error: Connection reset by peer]
xcm has joined #pypy
lritter has quit [Ping timeout: 240 seconds]
_whitelogger has joined #pypy
_whitelogger has joined #pypy
xcm has quit [Read error: Connection reset by peer]
xcm has joined #pypy
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
dddddd has quit [Remote host closed the connection]
antocuni has joined #pypy
Taggnostr has quit [Remote host closed the connection]
Taggnostr has joined #pypy
ionelmc has joined #pypy
<kenaan> stevie_92 cpyext-gc-cycle 6e21fe036218 /: Fixed issues with rrc tuples Implemented cpyext statistics
antocuni has quit [Ping timeout: 265 seconds]
wleslie has quit [Ping timeout: 245 seconds]
ekaologik has joined #pypy
wleslie has joined #pypy
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
_whitelogger has joined #pypy
gracinet has joined #pypy
<kenaan> cfbolz extradoc 73fb50383067 /blog/draft/2019-10-json.rst: some more text
oberstet has joined #pypy
gracinet has quit [Quit: Leaving.]
gracinet has joined #pypy
gracinet has quit [Client Quit]
_whitelogger has joined #pypy
jvesely has joined #pypy
gracinet has joined #pypy
ekaologik has quit [Ping timeout: 265 seconds]
Guest60861 has joined #pypy
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
antocuni has joined #pypy
ekaologik has joined #pypy
<cfbolz> The pypa people want us to say something on this issue: https://github.com/pypa/packaging/issues/184
antocuni has quit [Ping timeout: 240 seconds]
jvesely has quit [Quit: jvesely]
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
Dejan has quit [Quit: Leaving]
<mattip> cfbolz: I am not sure what the issue is about. Where do those tags come from, or should I ask on the issue?
<cfbolz> mattip: I have no idea, just somebody asked on Twitter that we should take a look
ekaologik has quit [Read error: Connection reset by peer]
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
ionelmc has quit [Quit: Connection closed for inactivity]
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
<mattip> cfbolz: I responded. The blog post looks good, I tried but couldn't find anything to change
<cfbolz> mattip: oh thanks!
<cfbolz> Need to re-run some benchmarks, then will post
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
xcm has quit [Ping timeout: 240 seconds]
xcm has joined #pypy
lritter has joined #pypy
jacob22_ has quit [Read error: Connection reset by peer]
jacob22 has joined #pypy
xcm is now known as Guest47376
Guest47376 has quit [Killed (sinisalo.freenode.net (Nickname regained by services))]
xcm has joined #pypy
<mattip> aarch64 translation is broken with the same obscure error as a few weeks ago, now in _siphash24
<mattip> Exception: 'no_collect' function can trigger collection: <function _siphash24 at 0x0000aaaad786dbc8>
CrazyPython has joined #pypy
CrazyPython has quit []
xcm has quit [Ping timeout: 252 seconds]
xcm has joined #pypy
<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
<mattip> or is it always exactly in the same set of calls?
jvesely has joined #pypy
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
xcm has quit [Remote host closed the connection]
gracinet has quit [Quit: Leaving.]
xcm has joined #pypy
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
<ronan> mattip: it's not always in the exact same place, but it's always where a cpyext wrapper tries to acquire the GIL