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 joined #pypy
rokujyouhitoma has quit [Ping timeout: 260 seconds]
marr has quit [Ping timeout: 240 seconds]
Cheery has quit [Remote host closed the connection]
Cheery has joined #pypy
rokujyouhitoma has joined #pypy
rokujyouhitoma has quit [Ping timeout: 240 seconds]
mat^2 has quit [Quit: Leaving]
rokujyouhitoma has joined #pypy
rokujyouhitoma has quit [Ping timeout: 268 seconds]
jcea has quit [Quit: jcea]
ArneBab has joined #pypy
ArneBab has joined #pypy
ArneBab has quit [Changing host]
ArneBab_ has quit [Ping timeout: 240 seconds]
tav` has joined #pypy
tav has quit [Ping timeout: 255 seconds]
tav` is now known as tav
rokujyouhitoma has joined #pypy
rokujyouhitoma has quit [Ping timeout: 260 seconds]
rokujyouhitoma has joined #pypy
rokujyouhitoma has quit [Ping timeout: 248 seconds]
_whitelogger has joined #pypy
rokujyouhitoma has joined #pypy
rokujyouhitoma has quit [Ping timeout: 240 seconds]
pilne has quit [Quit: Quitting!]
ConfusedGuy has quit [Ping timeout: 260 seconds]
rokujyouhitoma has joined #pypy
rokujyouhitoma has quit [Ping timeout: 260 seconds]
rokujyouhitoma has joined #pypy
rokujyouhitoma has quit [Ping timeout: 260 seconds]
_main_ has joined #pypy
_main_ has quit [Read error: Connection reset by peer]
_main_ has joined #pypy
_main_ has quit [Read error: Connection reset by peer]
_main_ has joined #pypy
__main__ has quit [Ping timeout: 276 seconds]
_main_ is now known as __main__
rokujyouhitoma has joined #pypy
marr has joined #pypy
rokujyouhitoma has quit [Ping timeout: 260 seconds]
rokujyouhitoma has joined #pypy
rokujyouhitoma has quit [Ping timeout: 260 seconds]
antocuni has joined #pypy
antocuni has quit [Ping timeout: 240 seconds]
rokujyouhitoma has joined #pypy
Ryanar has joined #pypy
rokujyouhitoma has quit [Ping timeout: 260 seconds]
forgottenone has quit [Remote host closed the connection]
forgottenone has joined #pypy
Ryanar has quit [Quit: Ryanar]
nimaje is now known as Guest30139
Guest30139 has quit [Killed (weber.freenode.net (Nickname regained by services))]
nimaje has joined #pypy
rokujyouhitoma has joined #pypy
bjs has quit [Quit: Bye!]
rokujyouhitoma has quit [Ping timeout: 260 seconds]
forgottenone has quit [Ping timeout: 240 seconds]
forgottenone has joined #pypy
bjs has joined #pypy
bjs is now known as Guest98474
lritter has joined #pypy
Guest98474 is now known as bjs
raynold has quit [Quit: Connection closed for inactivity]
jwhisnant has quit [Ping timeout: 260 seconds]
dmalcolm has quit [Read error: Connection reset by peer]
jwhisnant has joined #pypy
jwhisnant has joined #pypy
jwhisnant has quit [Changing host]
jwhisnant has joined #pypy
jwhisnant has quit [Changing host]
dmalcolm has joined #pypy
rokujyouhitoma has joined #pypy
rokujyouhitoma has quit [Ping timeout: 240 seconds]
bjs has quit [Quit: Bye!]
lritter has quit [Quit: Leaving]
_whitelogger has joined #pypy
bjs has joined #pypy
rokujyouhitoma has joined #pypy
rokujyouhitoma has quit [Ping timeout: 240 seconds]
<kenaan> arigo gc-del-limit-growth c58234754604 /: The bounds in the GC need to be fixed, when allocating a lot of objects with finalizers (issue #2590)
<kenaan> arigo gc-del-limit-growth f9500da6edd2 /rpython/memory/test/gc_test_base.py: Add failing test
yuyichao has quit [Remote host closed the connection]
rokujyouhitoma has joined #pypy
yuyichao has joined #pypy
rokujyouhitoma has quit [Ping timeout: 255 seconds]
marky1991 has joined #pypy
<kenaan> arigo gc-del-limit-growth 264b56beda7a /rpython/memory/: Fix the test, at least for minimark and incminimark.
lritter has joined #pypy
__jae__ has joined #pypy
rokujyouhitoma has joined #pypy
rokujyouhitoma has quit [Ping timeout: 240 seconds]
antocuni has joined #pypy
mattip has joined #pypy
antocuni has quit [Ping timeout: 240 seconds]
rokujyouhitoma has joined #pypy
rokujyouhitoma has quit [Ping timeout: 260 seconds]
forgottenone has quit [Ping timeout: 255 seconds]
forgottenone has joined #pypy
commandoline has quit [Quit: Bye!]
commandoline has joined #pypy
marr has quit [Ping timeout: 268 seconds]
rokujyouhitoma has joined #pypy
rokujyouhitoma has quit [Ping timeout: 240 seconds]
tormoz has joined #pypy
deep-book-gk_ has joined #pypy
deep-book-gk_ has left #pypy [#pypy]
rokujyouhitoma has joined #pypy
rokujyouhitoma has quit [Ping timeout: 248 seconds]
<mattip> arigato: is there an magic api to tell the gc "do a major collection right now?"
<mattip> it might help to debug whether we are leaking references/have reference cycles vs. just not getting the gc to run major collections enough
vkirilichev has joined #pypy
rokujyouhitoma has joined #pypy
rokujyouhitoma has quit [Ping timeout: 260 seconds]
gclawes has quit [Remote host closed the connection]
<fijal> mattip: gc.collect does that
vkirilichev has quit [Remote host closed the connection]
marr has joined #pypy
gclawes has joined #pypy
gclawes has quit [Client Quit]
gclawes has joined #pypy
<mattip> fijal: I mean instead of needing to call gc.collect repetitively
<fijal> then I don't understand
<fijal> gc.collect() is an API to do a major collection now, what else do you want?
<fijal> isn't that what you asked for?
<fijal> mattip:
rokujyouhitoma has joined #pypy
vkirilichev has joined #pypy
rokujyouhitoma has quit [Ping timeout: 260 seconds]
<mattip> fijal: thats what I said, true, but what I meant is a way to do a super collection of everything that can be collected
<mattip> as it is we need to call gc.collect in a loop, say 3-10 times and hope that it is enough
mattip has left #pypy ["bye"]
deep-book-gk_ has joined #pypy
deep-book-gk_ has left #pypy [#pypy]
yuyichao has quit [Read error: No route to host]
yuyichao has joined #pypy
vkirilichev has quit [Remote host closed the connection]
tormoz has quit [Ping timeout: 240 seconds]
tormoz has joined #pypy
lritter has quit [Quit: Leaving]
rokujyouhitoma has joined #pypy
rokujyouhitoma has quit [Ping timeout: 260 seconds]
forgottenone has quit [Ping timeout: 260 seconds]
rokujyouhitoma has joined #pypy
rokujyouhitoma has quit [Ping timeout: 260 seconds]
oberstet has quit [Ping timeout: 240 seconds]
bendlas has quit [Ping timeout: 246 seconds]
yuvipanda has quit [Ping timeout: 240 seconds]
yuvipanda has joined #pypy
rokujyouhitoma has joined #pypy
rokujyouhitoma has quit [Ping timeout: 260 seconds]
gclawes has quit [Remote host closed the connection]