cfbolz changed the topic of #pypy to: #pypy PyPy, the flexible snake https://pypy.org | IRC logs: https://quodlibet.duckdns.org/irc/pypy/latest.log.html#irc-end and https://libera.irclog.whitequark.org/pypy | so many corner cases, so little time
slav0nic has quit [Ping timeout: 252 seconds]
epony has quit [Ping timeout: 240 seconds]
epony has joined #pypy
Aksam has joined #pypy
Aksam has quit [Quit: Client closed]
Atque has quit [Quit: ...]
sam_ has quit [Ping timeout: 256 seconds]
sam_ has joined #pypy
<cfbolz> mattip: the branch seems to work. will start a test run later
<cfbolz> with some luck, it will fix the py3.9 problem, and if not, it will fix them in combination with some of the prior dict branches
<cfbolz> (on py3.8 it helps a bit: I can write small microbenchmarks that show a difference, but it's probably not measurable in real programs)
<mattip> cool
<cfbolz> I mean, it's more than that, it's also a whole bunch of small improvements, including on default
<cfbolz> but I suspect not visible in big benchs all in all :-(
slav0nic has joined #pypy
lritter has joined #pypy
otisolsen70 has joined #pypy
otisolsen70 has quit [Quit: Leaving]
Atque has joined #pypy
Atque has quit [Quit: ...]
otisolsen70 has joined #pypy
otisolsen70 has quit [Quit: Leaving]
lritter has quit [Quit: Leaving]
<mgorny> are pypy .pyc files the same on all platforms, or does the result of compilation differ per platform?