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 [Quit: jcea]
jcea has joined #pypy
derpydoo has joined #pypy
jcea has quit [Ping timeout: 240 seconds]
derpydoo has quit [Ping timeout: 240 seconds]
lesshaste has joined #pypy
leshaste has quit [Ping timeout: 264 seconds]
_whitelogger has joined #pypy
<mattip> tumbleweed: why did you back out the release-pypy3.10-v7.3.12rc1 tag in b9b73c670a2e?
greedom has joined #pypy
ltfish has quit [Ping timeout: 240 seconds]
ltfish has joined #pypy
<tumbleweed> mattip: urgh that wasn't the intent
<tumbleweed> I was backing out my own commit from stomping on some bugs (ineffectively)
<tumbleweed> mattip: ah, I backed out the parent by mistake
<mattip> thanks for fixing
<tumbleweed> so, I'm still not sure exactly why test_Py_NAN was failing. But the obvious (and working) solution is to use the C99 constant for NAN in pymath.h, as cPython now does
<mattip> thanks
greedom has quit [Remote host closed the connection]
greedom has joined #pypy
lesshaste has quit [Remote host closed the connection]
lesshaste has joined #pypy
<tumbleweed> anyway, RC1 looking good, built almost everywhere: https://buildd.debian.org/status/package.php?p=pypy3&suite=experimental
greedom has quit [Remote host closed the connection]
<mattip> cool. thanks for putting it through the compile farm
<mattip> that is step one in proving it is valid, step two is some kind of testing
<sam_> is the tag available for mgorny to use yet? ;)
<sam_> gentoo users give the best testing!
<mgorny> Yes , I'll finish it in 1.5 hr
<mgorny> Or when electricity returns
<sam_> fab
jcea has joined #pypy
<mgorny> yay, bazillion rebuilds
<mgorny> lemme just try a few random basics before i push
<mattip> this took a while to track down: PyIter_Next(obj) and obj->tp_iternext() are not equivalent
<mattip> PyIter_Next will clear a StopException, leading to failing cython tests
<mattip> since cython prefers not to use slot functions on PyPy
lesshaste has quit [Remote host closed the connection]
lesshaste has joined #pypy
derpydoo has joined #pypy