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 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"
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