cfbolz changed the topic of #pypy to: PyPy, the flexible snake (IRC logs: https://quodlibet.duckdns.org/irc/pypy/latest.log.html#irc-end ) | use cffi for calling C | if a pep adds a mere 25-30 [C-API] functions or so, it's a drop in the ocean (cough) - Armin
todda7 has quit [Ping timeout: 240 seconds]
jcea has quit [Quit: jcea]
Taggnostr has quit [Quit: Switching to single player mode.]
Taggnostr has joined #pypy
epony has quit [Quit: reconfigure]
lritter has joined #pypy
<mgorny> tumbleweed: of course i don't. Thank you!
epony has joined #pypy
todda7 has joined #pypy
todda7 has quit [Ping timeout: 240 seconds]
jeroud has quit [Ping timeout: 240 seconds]
jeroud has joined #pypy
jeroud has quit [Ping timeout: 240 seconds]
jeroud has joined #pypy
graingert has quit [Ping timeout: 272 seconds]
idnar has quit [Ping timeout: 272 seconds]
graingert has joined #pypy
idnar has joined #pypy
krono has quit [Ping timeout: 272 seconds]
krono has joined #pypy
rubdos_ has joined #pypy
rubdos has quit [Ping timeout: 272 seconds]
oberstet has joined #pypy
todda7 has joined #pypy
todda7 has quit [Ping timeout: 264 seconds]
lritter has quit [Ping timeout: 260 seconds]
_whitelogger has joined #pypy
otisolsen70 has joined #pypy
YannickJadoul has joined #pypy
jacob22 has quit [Read error: Connection reset by peer]
jacob22 has joined #pypy
otisolsen70 has quit [Quit: Leaving]
<antocuni> uhm, I am confused by this translation error in the hpy branch (rev d29713cad619): https://foss.heptapod.net/pypy/pypy/-/jobs/109883#L181
<antocuni> the problem seems to be the calls to make_sure_not_resized inside objspace.py:newtuple
<antocuni> so, two questions:
<antocuni> 1) why do we need to call to make_sure_not_resized?
<antocuni> 2) my list is NEVER resized! It is created by W_SequenceBuilder as "[None] * initial_size"
<antocuni> and the only operations I do are setitems
<antocuni> ah, maybe the fact that I might pass it also to newlist is enough to convince the annotator that it's resized?
<antocuni> anyway... any suggestion?
Olorin_ has quit [Ping timeout: 260 seconds]
cfbolz has quit [Ping timeout: 256 seconds]
cfbolz has joined #pypy
ulope has quit [Ping timeout: 272 seconds]
Olorin_ has joined #pypy
ulope has joined #pypy
rfgpfeiffer has joined #pypy
jcea has joined #pypy
_whitelogger has joined #pypy
pmp-p has quit [Ping timeout: 258 seconds]
YannickJadoul has quit [Quit: Leaving]
todda7 has joined #pypy
YannickJadoul has joined #pypy
dmalcolm has quit [Remote host closed the connection]
todda7 has quit [Ping timeout: 272 seconds]
* mattip adding 'g' (longdouble) to the supported _rffi.alt.types, making ctypes support c_longdouble
jacob22 has quit [Read error: Connection reset by peer]
jacob22 has joined #pypy
dmalcolm has joined #pypy
<mattip> it turns out to be non-trivial to add longdouble to _rawffi.alt.types
<mattip> since it needs support from rpython.rlib.libffi.py: what is the appropriate python object to reflect the C value?
pmp-p has joined #pypy
pmp-p has quit [Client Quit]
pmp-p has joined #pypy
jcea has quit [Ping timeout: 264 seconds]
pmp-p has quit [Ping timeout: 272 seconds]
pmp-p has joined #pypy
jcea has joined #pypy
pmp-p has quit [Ping timeout: 272 seconds]
pmp-p has joined #pypy
jacob22 has quit [Read error: Connection reset by peer]
<mattip> antocuni: that failure is weird. Maybe because the list is defined with [None] * size and there is no check that all the items were assigned?
jacob22 has joined #pypy