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
otisolsen70 has joined #pypy
<mattip> in 94a2913984d7 I deleted a pypy-specific field from PyTypeObject that didn't really work well and caused compatibility issues
<mattip> it was intended to allow flags for types to have a fast path for checking types
<mattip> unfortunately that change broke cython compilation for MSVC, so I submitted a PR to cython
<mattip> so we kind of need a cython release before we can release 3.10
lritter has joined #pypy
jcea has quit [Ping timeout: 265 seconds]
lehmrob has joined #pypy
lehmrob has quit [Ping timeout: 260 seconds]
lehmrob has joined #pypy
lehmrob has quit [Ping timeout: 246 seconds]
mattip has quit [Ping timeout: 255 seconds]
mattip has joined #pypy
lritter has quit [Ping timeout: 248 seconds]
mattip has quit [Ping timeout: 255 seconds]
mattip has joined #pypy
lritter has joined #pypy
jinsun_ has joined #pypy
jinsun has quit [Killed (sodium.libera.chat (Nickname regained by services))]
jinsun_ is now known as jinsun
Guest34 has joined #pypy
lritter has quit [Ping timeout: 240 seconds]
Guest34 has quit [Quit: Client closed]
Dejan has quit [Quit: Leaving]
otisolsen70 has quit [Quit: Leaving]
jcea has joined #pypy
<mattip> I am running a win64-arm64 vm inside macOS (using UTM which is a qemu manager)
<mattip> it can run pypy2.7-win64 which was built for amd64
<mattip> subprocess.Popen seems to fail sometimes/all the time