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
rindolf has joined #pypy
jcea has quit [Ping timeout: 272 seconds]
yizawa has quit [Ping timeout: 260 seconds]
yizawa has joined #pypy
Diggsey has joined #pypy
mjacob has joined #pypy
uau has quit [Quit: ZNC 1.9.1+deb2+b2 - https://znc.in]
uau has joined #pypy
lritter has joined #pypy
rindolf has quit [Read error: Connection reset by peer]
rindolf has joined #pypy
jcea has joined #pypy
lritter has quit [Remote host closed the connection]
<uau> weird, trailing whitespace seems to break pypy traceback printing on the terminal
<uau> if I run "pypy3 test.py" where test.py is a file with the complete contents "a = b ", the line is printed on the terminal as "a b b"
<uau> if i redirect stderr to a file (so pypy doesn't use colors for example) then the line is correctly visible as "a = b"
<cfbolz> uau: thanks, filed a bug: https://github.com/pypy/pypy/issues/5219
rindolf has quit [Ping timeout: 244 seconds]
<mgorny> hrm, i'm seeing some pydantic-core test failures due to different exc_info.value.args[0] on pypy3.11, e.g.:
<mgorny> - SchemaError: regex parse error:
<mgorny> + pydantic_core._pydantic_core.SchemaError: regex parse error:
<mgorny> is that something to report to pypy, or just adjust pydantic-core not to realy on specific output?
Diggsey has quit [Quit: Connection closed for inactivity]
pbsds35 has quit [Quit: Ping timeout (120 seconds)]
pbsds35 has joined #pypy