cfbolz changed the topic of #pypy to: PyPy, the flexible snake (IRC logs: https://botbot.me/freenode/pypy/ ) | use cffi for calling C | "the modern world where network packets and compiler optimizations are effectively hostile"
rokujyouhitoma has quit [Ping timeout: 246 seconds]
Samureus has joined #pypy
Samureus has quit [Quit: Leaving]
antocuni has quit [Ping timeout: 255 seconds]
rokujyouhitoma has joined #pypy
rokujyouhitoma has quit [Ping timeout: 260 seconds]
lritter has joined #pypy
oberstet has quit [Ping timeout: 246 seconds]
altendky has quit [Quit: Connection closed for inactivity]
rokujyouhitoma has joined #pypy
oberstet has joined #pypy
rokujyouhitoma has quit [Ping timeout: 260 seconds]
altendky has joined #pypy
marr has joined #pypy
<arigato>
>>>> class X(super):
<arigato>
....
<arigato>
.... pass
<arigato>
.... def __init__(self):
<arigato>
>>>> x=X()
<arigato>
>>>> x
<arigato>
Segmentation fault (core dumped)
<xorAxAx>
>>>>? puh
<arigato>
CPython prints <super: <class 'NULL'>, NULL>
yuyichao has quit [Read error: No route to host]
yuyichao has joined #pypy
oberstet has quit [Remote host closed the connection]
<xorAxAx>
(ignore my last message :-))
<arigato>
with a similar class X(property), you get a segfault by doing X().__get__(5)
<kenaan>
minrk py3.5 92ede31b23c6 /lib-python/3/distutils/sysconfig_pypy.py: add darwin patches to sysconfig copied patch from py2.7 adds flags such as -arch and -undefined dynamic_lookup
tilgovi has joined #pypy
rokujyouhitoma has joined #pypy
rokujyouhitoma has quit [Ping timeout: 240 seconds]
<njs>
arigato: the cpython repr is slightly different on 3.5 ("<super: <class 'NULL'>, NULL>"), though it probably doesn't matter
<njs>
arigato: I guess the bug is that someone forgot to set the no-inheritance-allowed flag on those types...
<njs>
arigato: ugh, also, sorry, I mispasted the repr and now I'm confused. on 3.5 repr() actually does give the thing with NULLs, but in ipython if you type 'x' and hit enter it gives you something else that's not the repr or the str ("<super: None, None>"). weird.
raynold has quit [Quit: Connection closed for inactivity]
pilne has joined #pypy
rokujyouhitoma has joined #pypy
rokujyouhitoma has quit [Ping timeout: 240 seconds]
Tiberium has quit [Remote host closed the connection]
Tiberium has joined #pypy
rokujyouhitoma has joined #pypy
rokujyouhitoma has quit [Ping timeout: 240 seconds]