cfbolz changed the topic of #pypy to: PyPy, the flexible snake (IRC logs: https://botbot.me/freenode/pypy/ ) | use cffi for calling C | the secret reason for us trying to get PyPy users: to test the JIT well enough that we're somewhat confident about it
Hasimir has quit [Read error: Connection reset by peer]
TheAdversary has quit [Read error: Connection reset by peer]
samth has quit [Write error: Connection reset by peer]
samth has joined #pypy
rguillebert_ has joined #pypy
_kcr_ has joined #pypy
rguillebert has quit [Read error: Connection reset by peer]
_kcr has quit [Read error: Connection reset by peer]
njs has quit [Ping timeout: 240 seconds]
rguillebert_ is now known as rguillebert
_kcr_ is now known as _kcr
larstiq_ has quit [Ping timeout: 240 seconds]
mdash_ has quit [Ping timeout: 240 seconds]
LarstiQ has joined #pypy
mdash has joined #pypy
njs has joined #pypy
nedbat_ has joined #pypy
nedbat has quit [Ping timeout: 240 seconds]
mdash has quit [Ping timeout: 240 seconds]
mdash has joined #pypy
Joannah has joined #pypy
jamesaxl has joined #pypy
_whitelogger has joined #pypy
Remi_M has joined #pypy
inhahe__ has quit [Ping timeout: 240 seconds]
inhahe__ has joined #pypy
_aegis_ has quit [Ping timeout: 256 seconds]
liteIRC__ has joined #pypy
Remi_M has quit [Ping timeout: 248 seconds]
liteIRC__ is now known as Remi_M
mattip has quit [Ping timeout: 246 seconds]
_aegis_ has joined #pypy
kirma has quit [Ping timeout: 276 seconds]
Joannah has quit [Quit: Page closed]
AndrewBC has quit [Read error: Connection reset by peer]
AndrewBC has joined #pypy
AndrewBC has quit [Client Quit]
AndrewBC has joined #pypy
mattip has joined #pypy
asmeurer has quit [Quit: asmeurer]
ronan has joined #pypy
<mjacob>
progress! i'm on my way to leysin again and should arrive at 12:22 in feydey (and as every year i can't remember the best / shortest way to the chalet ;))
<kenaan>
mjacob extradoc 40134a2a819d /sprintinfo/leysin-winter-2018/people.txt: For the records: my train was cancelled and I arrive one day later.
marr has joined #pypy
jdb_ has joined #pypy
<mjacob>
mattip: what document did you originally put into the etherpad? there are more tasks in extradoc's planning/sprint-leysin-2018-notes.rst
* xorAxAx
will arrive at 13:45
ronan has quit [Quit: Ex-Chat]
ronan has joined #pypy
<mattip>
mjacob: thanks, fixed AFAICT
AndrewBC has quit [Read error: Connection reset by peer]
AndrewBC has joined #pypy
AndrewBC has quit [Read error: Connection reset by peer]
<kenaan>
Raemi stmgc[c8-reshare-pages] 9e9180b5bdf3 /c8/: add some comments
<kenaan>
ariava rpython-sprint 294fd4ce722f /rpython/annotator/signature.py: Cleanup rpython/annotator/signature.py - Use 'isinstance()' instead of 'is' in _annotation_key() to acco...
mcyprian has quit [Remote host closed the connection]
mcyprian has joined #pypy
mcyprian has quit [Client Quit]
<illume>
This one weird pygame.event.Event hack... https://github.com/pygame/pygame/issues/419 I think it's having problems either because it's writing it's own __dict__ variable in tp_members or the tp_dictoffset isn't being honoured.
<kenaan>
arigo unicode-utf8 52a945178f9b /: (ronan, arigo) Attempt to fix the merge for module/_sre
dddddd has quit [Remote host closed the connection]
<mattip>
illume: I doubt we can support overriding __dict__, but what is the exact error message and who is generating it?
<illume>
I'm writing detailed notes and findings in the issue. Now trying to work around it by writing a tp_getattro which looks at the dict first, then tries the generic method.
<kenaan>
ariava rpython-sprint 737e0369f12e /rpython/annotator/signature.py: Remove check added in last commit. Check was about disallowing annotation of iterable objects with zero le...
<illume>
@mattip Here's code I used. Tests pass and examples work. So now pygame apps with keyboard+mouse etc work on pypy+cpyext. *happy dance*https://github.com/pygame/pygame/pull/420/files