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 | the pypy angle is to shrug and copy the implementation of CPython as closely as possible, and staying out of design decisions
jcea has quit [Ping timeout: 260 seconds]
[KOR]Solidarity has joined #pypy
jinsun has joined #pypy
jinsun is now known as Guest4590
jinsun__ has joined #pypy
Guest4590 has quit [Killed (lithium.libera.chat (Nickname regained by services))]
otisolsen70 has joined #pypy
otisolsen70 has quit [Remote host closed the connection]
otisolsen70 has joined #pypy
greedom has joined #pypy
greedom has quit [Remote host closed the connection]
greedom has joined #pypy
Atque has quit [Quit: ...]
Atque has joined #pypy
greedom has quit [Remote host closed the connection]
epony has quit [Ping timeout: 268 seconds]
Atque has quit [Ping timeout: 255 seconds]
Atque has joined #pypy
Atque has quit [Read error: Connection reset by peer]
Atque has joined #pypy
Atque has quit [Remote host closed the connection]
Atque has joined #pypy
Atque has quit [Remote host closed the connection]
Atque has joined #pypy
<mattip> mgorny, tumbleweed: any luck with the 7.3.10rc ?
<tumbleweed> mattip: yeah, Looking pretty good: https://buildd.debian.org/status/package.php?p=pypy3&suite=experimental
<tumbleweed> (click on the green installed if you want to see build logs with the usual litany of test failures)
<tumbleweed> now that 3.9 is out of beta, I assume this is the last release for 3.8?
* tumbleweed jumped to the 3.9 branch
<mattip> I haven't thought about announcing dropping 3.8, but it might make sense,
<mattip> we should be looking toward 3.10, 3.11
<mattip> about the debian builds: is the x32 failure expected?
<tumbleweed> yeah, that's failed forever
epony has joined #pypy
<mattip> ok. I think we should always add -fPIC to the compiler when building a shared library
<mattip> done in 7f182174d1d7
<mattip> interesting that test_compile.py", line 171, test_literals_with_leading_zeroes fails on py3.8, I thought I fixed that :(
pbsds has quit [Quit: The Lounge - https://thelounge.chat]
pbsds has joined #pypy
<mgorny> mattip: no issues here so far
<mattip> +1
<mgorny> though admittedly it hasn't been a very busy weekend so far
<mattip> for "eval('07h0')", pypy3.9 gives an error message
<mattip> SyntaxError: invalid syntax. Perhaps you forgot a comma?
<mattip> cpython gives the more helpful
<mattip> SyntaxError: leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers
<mattip> (discovered when fixing parsing of "eval('000777e0')" which is valid syntax and gives 777.0
<mattip> )
otisolsen70 has quit [Quit: Leaving]
quotemstr has joined #pypy
<quotemstr> Is there a way to do "packed" structs with lltype.Struct?
MiguelX413 has joined #pypy