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: 246 seconds]
itamarst has quit [Quit: Connection closed for inactivity]
derpydoo has joined #pypy
Dejan has joined #pypy
derpydoo has quit [Quit: derpydoo]
atomizer_ is now known as atomizer
<krono> congrats on the release
jcea has joined #pypy
<mgorny> sorry for not reporting the gcc-14 problem earlier
itamarst has joined #pypy
infernix has quit [Ping timeout: 246 seconds]
Dejan has quit [Remote host closed the connection]
<tumbleweed> mgorny: I've got different translation issues (and presumably I'll hit your one too): https://github.com/pypy/pypy/issues/5195
<mgorny> yeah, i've translated using pypy
<tumbleweed> hrm, retrying worked
<cfbolz> tumbleweed: yeah, I couldn't reproduce it locally either
<tumbleweed> the vmprof gcc-14 issue seems trivial, at least
<cfbolz> yeah, I'm working on fixing it
<mgorny> cfbolz: it built!
<mgorny> beware, i'm starting builds for all scary targets
<cfbolz> mgorny: excellent
<cfbolz> mgorny: what are the 'scary' targets?
<mgorny> cfbolz: amd64, arm64, ppc64le, x86, all glibc + musl
<mgorny> 3.10 looks good with the patches too
pbsds35 has quit [Quit: The Lounge - https://thelounge.chat]
pbsds35 has joined #pypy
infernix has joined #pypy
<mgorny> hm, did something change wrt extension building? perhaps i'm messing something up but the code i've used with 7.3.17 to build (https://gitweb.gentoo.org/repo/gentoo.git/tree/dev-lang/pypy/pypy-3.10.7.3.17_p4.ebuild#n124) now fails to find Python.h
<mgorny> or to be more precisely, fails to find it if pypy3 is not installed to /usr yet
<mgorny> yeah, 7.3.17 used -I/tmp/portage/dev-lang/pypy-3.10.7.3.18/work/pypy3.10-v7.3.18-src/include/pypy3.10
<mgorny> but 7.3.18 uses -I/usr/include/pypy3.10
<mgorny> hmm, but only for _ctypes_test.c?