zware has quit [Ping timeout: 240 seconds]
zware has joined #pypy
DanC has joined #pypy
asmeurer_ has joined #pypy
yuyichao has quit [Ping timeout: 252 seconds]
yuyichao has joined #pypy
tbodt has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
jcea has quit [Ping timeout: 240 seconds]
tbodt has joined #pypy
tbodt has quit [Ping timeout: 240 seconds]
jcea has joined #pypy
inhahe_ has quit [Read error: Connection reset by peer]
inhahe_ has joined #pypy
jamesaxl has quit [Read error: Connection reset by peer]
jamesaxl has joined #pypy
jcea has quit [Ping timeout: 252 seconds]
pilne has quit [Quit: Quitting!]
asmeurer_ has quit [Quit: asmeurer_]
lritter_ has quit [Remote host closed the connection]
ArneBab_ has joined #pypy
ArneBab has quit [Ping timeout: 260 seconds]
asmeurer_ has joined #pypy
lritter has joined #pypy
_whitelogger has joined #pypy
_whitelogger has joined #pypy
jamadden has quit [Quit: Leaving.]
inhahe_ has quit [Read error: Connection reset by peer]
inhahe_ has joined #pypy
Taggnostr has quit [Ping timeout: 240 seconds]
kanaka has quit [Ping timeout: 260 seconds]
kanaka has joined #pypy
jamadden has joined #pypy
jamadden has quit [Client Quit]
arigato has joined #pypy
jamadden has joined #pypy
jamadden has quit [Client Quit]
Taggnostr has joined #pypy
forgottenone has joined #pypy
gbutnaru_ has quit [Ping timeout: 252 seconds]
jamadden has joined #pypy
jamadden has quit [Client Quit]
lritter has quit [Read error: Connection reset by peer]
Taggnostr has quit [Ping timeout: 240 seconds]
Taggnostr has joined #pypy
gbutnaru has joined #pypy
Taggnostr has quit [Ping timeout: 240 seconds]
Taggnostr has joined #pypy
Taggnostr has quit [Ping timeout: 245 seconds]
Taggnostr has joined #pypy
girish946 has joined #pypy
girish946 has quit [Max SendQ exceeded]
asmeurer_ has quit [Quit: asmeurer_]
girish946 has joined #pypy
girish946 has quit [Max SendQ exceeded]
gbutnaru has quit [Ping timeout: 240 seconds]
girish946 has joined #pypy
girish946 has quit [Max SendQ exceeded]
girish946 has joined #pypy
antocuni has joined #pypy
jamadden has joined #pypy
jamadden has quit [Client Quit]
gbutnaru has joined #pypy
Taggnostr has quit [Read error: Connection reset by peer]
Taggnostr has joined #pypy
marr has joined #pypy
jacob22_ has joined #pypy
cstratak has joined #pypy
cstratak has quit [Client Quit]
cstratak has joined #pypy
amaury has joined #pypy
amaury has quit [Ping timeout: 260 seconds]
cstratak has quit [Quit: Leaving]
cstratak has joined #pypy
amaury has joined #pypy
jamesaxl has quit [Read error: Connection reset by peer]
jamesaxl has joined #pypy
amaury has quit [Quit: Konversation terminated!]
amaury has joined #pypy
jamadden has joined #pypy
jamadden has quit [Client Quit]
oberstet2 has quit [Ping timeout: 258 seconds]
amaury has quit [Quit: Konversation terminated!]
amaury has joined #pypy
amaury has quit [Quit: Konversation terminated!]
amaury has joined #pypy
amaury has quit [Ping timeout: 258 seconds]
oberstet2 has joined #pypy
cstratak has quit [Quit: Leaving]
girish946 has quit [Quit: Leaving]
cstratak has joined #pypy
arigato has quit [Read error: Connection reset by peer]
antocuni has quit [Ping timeout: 245 seconds]
Taggnostr has quit [Quit: No Ping reply in 180 seconds.]
jamadden has joined #pypy
Taggnostr has joined #pypy
Taggnostr has quit [Ping timeout: 255 seconds]
Taggnostr has joined #pypy
<kenaan> arigo pypy.org[extradoc] 9f402b101c68 /don1.html: update the values
DanC has quit [Ping timeout: 268 seconds]
kirma has quit [Ping timeout: 258 seconds]
kirma has joined #pypy
ssbr has quit [Remote host closed the connection]
Tiberium has joined #pypy
Tiberium has quit [Max SendQ exceeded]
Tiberium has joined #pypy
Taggnostr has quit [Quit: No Ping reply in 180 seconds.]
arigato has joined #pypy
<arigato> mattip (logs): I can explain why ab207c2b540b is wrong (but maybe something is wrong in default too)
Taggnostr has joined #pypy
<arigato> PyList_SetItem(x, i, y) in CPython does neither incref nor decref 'y', so basically it steals one reference to 'y'. With ab207c2b540b you're removing that, so any CPython C extension module using PyList_SetItem will now leak 'y'
jcea has joined #pypy
<arigato> I can't really do anything more because I can't find any test failure in 95c7e6ee21b6, at least in cpyext/test/test_listobject.py
mihaid has joined #pypy
<arigato> I would guess that in one situation in one CPython C extension module, it decrefs an object with refcount == REFCNT_FROM_PYPY exactly
<arigato> but we need to understand why that CPython C extension module does it
<arigato> doing it would look similar to a C function that receives a "PyObject *x" as argument, and calls Py_DECREF(x)
<arigato> I'm unsure what to do in that case, but it looks bogus
<arigato> ah no, in this case, we might do something
<arigato> we should force the list to the CPyListStrategy, and then we can store the "PyObject *" directly
<arigato> the CPyListStrategy is already used if you call PyList_GetItem()
antocuni has joined #pypy
arigato has quit [Ping timeout: 260 seconds]
mihaid has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
cstratak has quit [Quit: Leaving]
mattip_ has joined #pypy
<mattip_> arigato: (for the logs) I refactored PyList_GetItem and friends in 8a55a93fe3df to be more like cpython,
<mattip_> and even expanded a test to make sure we do what cpython does
<mattip_> it seems pandas' tests do not segfault, but leak so that slowly I run out of memory
cstratak has joined #pypy
<mattip_> I suspect another __releasebuffer__ from cython, still trying to verify
<mattip_> that the PyBuffer tp_dealloc is being called
mattip_ has quit [Quit: Page closed]
kolko has quit [Ping timeout: 260 seconds]
kolko_ has joined #pypy
realitix has joined #pypy
marky1991 has joined #pypy
cstratak has quit [Quit: Leaving]
cstratak has joined #pypy
oberstet3 has joined #pypy
arigato has joined #pypy
oberstet2 has quit [Ping timeout: 240 seconds]
girish946 has joined #pypy
Taggnostr has quit [Ping timeout: 260 seconds]
oberstet3 has quit [Ping timeout: 260 seconds]
arigato has quit [Read error: Connection reset by peer]
Taggnostr has joined #pypy
arigato has joined #pypy
<kenaan> rlamy default 55f162358a12 /pypy/doc/whatsnew-head.rst: document merged branch
nunatak has joined #pypy
adamholmberg has joined #pypy
oberstet3 has joined #pypy
tifo has joined #pypy
rmesta has joined #pypy
kanaka has quit [Changing host]
kanaka has joined #pypy
girish946 has quit [Quit: Leaving]
tifo has quit [Ping timeout: 258 seconds]
cstratak has quit [Quit: Leaving]
yuyichao has quit [Ping timeout: 240 seconds]
cstratak has joined #pypy
tifo has joined #pypy
arigato has quit [Quit: Leaving]
yuyichao has joined #pypy
Tiberium has quit [Read error: Connection reset by peer]
Tiberium has joined #pypy
tifo has quit [Ping timeout: 240 seconds]
<kenaan> rlamy py3.5 f57c8f393890 /: hg merge default
jamesaxl has quit [Read error: Connection reset by peer]
<kenaan> rlamy PyBuffer 31b70719e9ba /: hg merge py3.5
jamesaxl has joined #pypy
jacob22_ has quit [Ping timeout: 245 seconds]
jacob22 has joined #pypy
realitix has quit [Ping timeout: 252 seconds]
cstratak has quit [Quit: Leaving]
DanC has joined #pypy
asmeurer_ has joined #pypy
asmeurer_ has quit [Client Quit]
pilne has joined #pypy
adamholmberg has quit [Remote host closed the connection]
adamholmberg has joined #pypy
adamholmberg has quit [Ping timeout: 240 seconds]
<kenaan> rlamy PyBuffer b3701341d1aa /pypy/module/: fixes
<kenaan> rlamy PyBuffer 0db5e3751f7b /: Merge RawBuffer and ByteBuffer
marr has quit [Ping timeout: 240 seconds]
<bbot2> Started: http://buildbot.pypy.org/builders/pypy-c-jit-linux-x86-64/builds/4569 [ronan: force build, PyBuffer]
<bbot2> Started: http://buildbot.pypy.org/builders/own-linux-x86-64/builds/5894 [ronan: force build, PyBuffer]
dmalcolm has quit [Ping timeout: 268 seconds]
dmalcolm has joined #pypy
antocuni has quit [Ping timeout: 240 seconds]
marky1991_2 has joined #pypy
john51_ has quit [Write error: Broken pipe]
john51 has joined #pypy
<bbot2> Failure: http://buildbot.pypy.org/builders/pypy-c-jit-linux-x86-64/builds/4569 [ronan: force build, PyBuffer]
tazle__ has joined #pypy
froztbyt1 has joined #pypy
froztbyte has quit [Write error: Broken pipe]
tazle has quit [Write error: Broken pipe]
marky1991 has quit [Remote host closed the connection]
irclogs_io_bot has quit [Remote host closed the connection]
irclogs_io_bot has joined #pypy
antocuni has joined #pypy
rmesta has quit [Quit: Leaving.]
antocuni has quit [Ping timeout: 240 seconds]
rmesta has joined #pypy
<bbot2> Failure: http://buildbot.pypy.org/builders/own-linux-x86-64/builds/5894 [ronan: force build, PyBuffer]
rmesta1 has joined #pypy
rmesta has quit [Ping timeout: 260 seconds]
froztbyt1 is now known as froztbyte
rmesta1 has quit [Quit: Leaving.]
rmesta has joined #pypy
mattip has joined #pypy
rmesta has quit [Client Quit]
rmesta has joined #pypy
rmesta has quit [Client Quit]
tbodt has joined #pypy
tav` has quit [Quit: tav`]
Tiberium has quit [Remote host closed the connection]
Rhy0lite has joined #pypy
marr has joined #pypy
rmesta has joined #pypy
rmesta has quit [Client Quit]
rmesta has joined #pypy
<kenaan> arigo pypy.org[extradoc] 3c445eee1b27 /don1.html: update the values
tbodt has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
Taggnostr has quit [Remote host closed the connection]
Taggnostr has joined #pypy
antocuni has joined #pypy
nunatak has quit [Quit: Leaving]
tbodt has joined #pypy
nimaje1 has joined #pypy
nimaje is now known as Guest26907
nimaje1 is now known as nimaje
Rhy0lite has quit [Quit: Leaving]
mattip has left #pypy ["bye"]
forgottenone has quit [Quit: Konversation terminated!]
tbodt has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
tbodt has joined #pypy
tbodt has quit [Client Quit]
jamesaxl has quit [Read error: Connection reset by peer]
jamesaxl has joined #pypy
kbtr has quit [Ping timeout: 240 seconds]
kenny has quit [Ping timeout: 246 seconds]
gutworth has quit [Ping timeout: 240 seconds]
domenkozar has quit [Ping timeout: 246 seconds]
kbtr has joined #pypy
mvantellingen has quit [Ping timeout: 240 seconds]
mvantellingen has joined #pypy
mwhudson has quit [Remote host closed the connection]
Niedar has quit [Ping timeout: 240 seconds]
samth has quit [Ping timeout: 240 seconds]
nopf has quit [Ping timeout: 240 seconds]
altendky has quit [Ping timeout: 240 seconds]
mvantellingen has quit [Ping timeout: 240 seconds]
nopf has joined #pypy
kenny has joined #pypy
mwhudson has joined #pypy
mwhudson has joined #pypy
mwhudson has quit [Changing host]
domenkozar has joined #pypy
kenny is now known as Guest92804
glyph has quit [Ping timeout: 240 seconds]
Niedar has joined #pypy
gutworth has joined #pypy
glyph has joined #pypy
infernix has quit [Excess Flood]
mvantellingen has joined #pypy
altendky has joined #pypy
samth has joined #pypy
infernix has joined #pypy
tbodt has joined #pypy
marky1991_2 is now known as marky1991
marky1991 has quit [Changing host]
marky1991 has joined #pypy
tifo has joined #pypy
tbodt has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
mf_ has quit [Ping timeout: 246 seconds]
mf_ has joined #pypy
mf_ is now known as Guest30089
tifo has quit [Ping timeout: 260 seconds]
asmeurer_ has joined #pypy
tbodt has joined #pypy
tbodt has quit [Client Quit]
tbodt has joined #pypy
tav has joined #pypy
Ubuntu-BR has joined #pypy
lritter has joined #pypy