00:45
todda7 has quit [Ping timeout: 240 seconds]
01:30
jcea has quit [Quit: jcea]
03:21
Taggnostr has quit [Quit: Switching to single player mode.]
03:26
Taggnostr has joined #pypy
03:45
epony has quit [Quit: reconfigure]
03:56
lritter has joined #pypy
04:12
<
mgorny >
tumbleweed: of course i don't. Thank you!
04:42
epony has joined #pypy
06:48
todda7 has joined #pypy
07:11
todda7 has quit [Ping timeout: 240 seconds]
07:34
jeroud has quit [Ping timeout: 240 seconds]
07:35
jeroud has joined #pypy
07:41
jeroud has quit [Ping timeout: 240 seconds]
07:42
jeroud has joined #pypy
08:36
graingert has quit [Ping timeout: 272 seconds]
08:36
idnar has quit [Ping timeout: 272 seconds]
08:38
graingert has joined #pypy
08:38
idnar has joined #pypy
08:39
krono has quit [Ping timeout: 272 seconds]
08:41
krono has joined #pypy
08:46
rubdos_ has joined #pypy
08:48
rubdos has quit [Ping timeout: 272 seconds]
09:51
oberstet has joined #pypy
10:22
todda7 has joined #pypy
10:46
todda7 has quit [Ping timeout: 264 seconds]
11:27
lritter has quit [Ping timeout: 260 seconds]
13:26
_whitelogger has joined #pypy
13:32
otisolsen70 has joined #pypy
14:41
YannickJadoul has joined #pypy
14:42
jacob22 has quit [Read error: Connection reset by peer]
14:42
jacob22 has joined #pypy
15:03
otisolsen70 has quit [Quit: Leaving]
15:25
<
antocuni >
the problem seems to be the calls to make_sure_not_resized inside objspace.py:newtuple
15:26
<
antocuni >
so, two questions:
15:26
<
antocuni >
1) why do we need to call to make_sure_not_resized?
15:26
<
antocuni >
2) my list is NEVER resized! It is created by W_SequenceBuilder as "[None] * initial_size"
15:27
<
antocuni >
and the only operations I do are setitems
15:27
<
antocuni >
ah, maybe the fact that I might pass it also to newlist is enough to convince the annotator that it's resized?
15:28
<
antocuni >
anyway... any suggestion?
15:44
Olorin_ has quit [Ping timeout: 260 seconds]
15:44
cfbolz has quit [Ping timeout: 256 seconds]
15:44
cfbolz has joined #pypy
15:45
ulope has quit [Ping timeout: 272 seconds]
15:46
Olorin_ has joined #pypy
15:51
ulope has joined #pypy
15:54
rfgpfeiffer has joined #pypy
16:28
jcea has joined #pypy
16:41
_whitelogger has joined #pypy
16:59
pmp-p has quit [Ping timeout: 258 seconds]
17:06
YannickJadoul has quit [Quit: Leaving]
18:06
todda7 has joined #pypy
18:19
YannickJadoul has joined #pypy
18:19
dmalcolm has quit [Remote host closed the connection]
18:26
todda7 has quit [Ping timeout: 272 seconds]
18:37
* mattip
adding 'g' (longdouble) to the supported _rffi.alt.types, making ctypes support c_longdouble
18:51
jacob22 has quit [Read error: Connection reset by peer]
18:54
jacob22 has joined #pypy
19:24
dmalcolm has joined #pypy
20:08
<
mattip >
it turns out to be non-trivial to add longdouble to _rawffi.alt.types
20:09
<
mattip >
since it needs support from rpython.rlib.libffi.py: what is the appropriate python object to reflect the C value?
20:31
pmp-p has joined #pypy
20:32
pmp-p has quit [Client Quit]
20:37
pmp-p has joined #pypy
20:42
jcea has quit [Ping timeout: 264 seconds]
20:51
pmp-p has quit [Ping timeout: 272 seconds]
20:51
pmp-p has joined #pypy
21:10
jcea has joined #pypy
21:35
pmp-p has quit [Ping timeout: 272 seconds]
21:35
pmp-p has joined #pypy
23:03
jacob22 has quit [Read error: Connection reset by peer]
23:05
<
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?
23:07
jacob22 has joined #pypy