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
ronan has quit [Remote host closed the connection]
ronan has joined #pypy
glyph has quit [Read error: Connection reset by peer]
glyph has joined #pypy
gef has quit [Ping timeout: 268 seconds]
gef has joined #pypy
gef has quit [Ping timeout: 252 seconds]
gef has joined #pypy
gef_ has joined #pypy
gef has quit [Ping timeout: 240 seconds]
petronny has joined #pypy
gef_ has quit [Read error: No route to host]
gef has joined #pypy
tos9 has joined #pypy
gef has quit [Ping timeout: 268 seconds]
gef has joined #pypy
jacob22_ has quit [Ping timeout: 245 seconds]
Gustavo6046 has quit [Ping timeout: 260 seconds]
lritter has joined #pypy
mattip_away has joined #pypy
mattip_away has quit [Remote host closed the connection]
gef has quit [Ping timeout: 260 seconds]
Gustavo6046 has joined #pypy
gef has joined #pypy
gef has quit [Ping timeout: 252 seconds]
jcea has joined #pypy
gef has joined #pypy
gef has quit [Ping timeout: 246 seconds]
Gustavo6046 has quit [Remote host closed the connection]
Gustavo6046 has joined #pypy
tos9 has quit [Ping timeout: 246 seconds]
gef has joined #pypy
tos9 has joined #pypy
gef has quit [Ping timeout: 252 seconds]
gef has joined #pypy
<simpson>
Is there documentation for the concept that PyPy can *copy* any improvements made to CPython in the stdlib, parser, compiler, or bytecode interpreter? It's obvious once one knows the internals, but I was looking for an overview on the Web.
<simpson>
(I guess that copying parser improvements hasn't always been a thing. There was a long time when PyPy had its own parser, IIRC? And now we're entering into the era of the unified PEG parser...)
jacob22 has joined #pypy
<cfbolz>
simpson: unified peg? Hah
<simpson>
cfbolz: Is that only unified from the CPython side of things? I don't know how much progress has been made there.