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 | Matti: I made a bit of progress, the tests now only segfault towards the end
jcea has quit [Ping timeout: 264 seconds]
Atque has quit [Remote host closed the connection]
Atque has joined #pypy
derpydoo has joined #pypy
mannerism has quit [*.net *.split]
graingert[m] has quit [*.net *.split]
jevinskie[m] has quit [*.net *.split]
habnabit_ has quit [*.net *.split]
cfbolz has quit [*.net *.split]
antocuni has quit [*.net *.split]
samth has quit [*.net *.split]
ronan has quit [*.net *.split]
krono has quit [*.net *.split]
cfbolz has joined #pypy
antocuni_ has joined #pypy
samth has joined #pypy
mannerism has joined #pypy
ronan has joined #pypy
krono has joined #pypy
krono has joined #pypy
krono has quit [Changing host]
habnabit_ has joined #pypy
jevinskie[m] has joined #pypy
graingert[m] has joined #pypy
Nemanja has joined #pypy
Nemanja has quit [Client Quit]
glyph has quit [Quit: End of line.]
glyph has joined #pypy
derpydoo has quit [Quit: derpydoo]
otisolsen70 has joined #pypy
otisolsen70 has quit [Remote host closed the connection]
otisolsen70 has joined #pypy
derpydoo has joined #pypy
epony has quit [Remote host closed the connection]
derpydoo has quit [Quit: derpydoo]
epony has joined #pypy
lritter has joined #pypy
jcea has joined #pypy
derpydoo has joined #pypy
lritter has quit [Ping timeout: 268 seconds]
jcea has quit [Ping timeout: 260 seconds]
lritter has joined #pypy
lritter has quit [Ping timeout: 250 seconds]
otisolsen70 has quit [Quit: Leaving]
<agronholm> I'm seeing some socket related Windows + PyPy specific errors in my test suite: https://github.com/agronholm/anyio/actions/runs/3268403866/jobs/5374775819
<agronholm> at least some of these errors look like they could be caused by bugs in PyPy
jcea has joined #pypy
<mattip> it seems _overlapped.WSAConnect is not implemented. It seems there may be more errors,
<mattip> when we call RaiseFromWindowsErr in _overlapped we should be feeding it WSAGetLastError too
<mattip> instead of looking up the last_windows_error()
<mattip> could you open an issue, preferably with a smaller reproducer?