2017-07-05 11:38
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"
00:24
mattip has quit [Ping timeout: 248 seconds]
00:25
rokujyouhitoma has joined #pypy
00:28
mattip has joined #pypy
00:29
rokujyouhitoma has quit [Ping timeout: 240 seconds]
00:47
marr has quit [Ping timeout: 240 seconds]
01:02
jwhisnant has quit [Ping timeout: 264 seconds]
01:05
kipras is now known as kipras`away
01:06
jwhisnant has joined #pypy
01:07
jwhisnant has quit [Changing host]
01:07
jwhisnant has joined #pypy
01:07
jwhisnant has joined #pypy
01:25
rokujyouhitoma has joined #pypy
01:30
rokujyouhitoma has quit [Ping timeout: 240 seconds]
01:35
pilne has joined #pypy
02:03
demonimin has quit [Ping timeout: 240 seconds]
02:22
hawkowl has quit [Ping timeout: 246 seconds]
02:24
danieljabailey has quit [Ping timeout: 240 seconds]
02:24
danieljabailey has joined #pypy
02:26
rokujyouhitoma has joined #pypy
02:28
hawkowl has joined #pypy
02:30
rokujyouhitoma has quit [Ping timeout: 248 seconds]
02:31
tbodt has joined #pypy
02:52
ArneBab has joined #pypy
02:56
ArneBab_ has quit [Ping timeout: 248 seconds]
03:27
rokujyouhitoma has joined #pypy
03:31
rokujyouhitoma has quit [Ping timeout: 248 seconds]
03:39
tilgovi has joined #pypy
04:28
rokujyouhitoma has joined #pypy
04:32
rokujyouhitoma has quit [Ping timeout: 248 seconds]
04:41
tbodt has quit [Ping timeout: 248 seconds]
04:47
inhahe_ has quit [Ping timeout: 252 seconds]
04:48
inhahe_ has joined #pypy
04:59
tbodt has joined #pypy
05:07
tbodt has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
05:07
ssbr has quit [Ping timeout: 246 seconds]
05:15
the_drow_ has joined #pypy
05:20
ssbr has joined #pypy
05:23
pilne has quit [Quit: Quitting!]
05:29
rokujyouhitoma has joined #pypy
05:33
rokujyouhitoma has quit [Ping timeout: 240 seconds]
05:44
rokujyouhitoma has joined #pypy
05:44
rokujyouhitoma has quit [Client Quit]
06:10
Yardanico has joined #pypy
06:29
rokujyouhitoma has joined #pypy
06:34
rokujyouhitoma has quit [Ping timeout: 248 seconds]
07:11
oberstet has joined #pypy
07:17
demonimin has joined #pypy
07:19
leto_ni has joined #pypy
07:19
ashstromansh has joined #pypy
07:20
Puggy has joined #pypy
07:20
<
ashstromansh >
i want to generate pypy-c-sandbox executable file
07:21
<
ashstromansh >
and using this command ~/pypy/pypy/goal$ pypy ../../rpython/bin/rpython -O2 --sandbox targetpypystandalone.py
07:21
<
ashstromansh >
but its getting end up with this result
07:21
<
ashstromansh >
[translation:info] 2.7.10 (5.1.2+dfsg-1~16.04, Jun 16 2016, 17:37:42) [PyPy 5.1.2 with GCC 5.3.1 20160413] [platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown' [translation:info] Translating target as defined by targetpypystandalone [translation:info] Error: File "/home/santo/pypy/rpython/translator/goal/translate.py", line 284, in main default_goal='compile') File "/home/santo/pypy/rpython
07:25
<
mattip >
that is because we do not have the resources to support sandbox
07:26
arigo has joined #pypy
07:27
<
ashstromansh >
Correct me if i am wrong,but you are saying that pypy doesnt have sandbox feature?
07:27
arigo is now known as Guest60378
07:29
Guest60378 is now known as armin_rigo
07:29
<
mattip >
to reflect the fact that it is no longer maintained
07:30
<
armin_rigo >
the page I pointed to says clearly it's a prototype in need of finishing
07:30
rokujyouhitoma has joined #pypy
07:31
<
ashstromansh >
Hi armin,thanks for replying ....i have went through all those
07:32
<
ashstromansh >
process with the link you have given
07:32
<
ashstromansh >
i understand that its in working stage
07:32
<
ashstromansh >
but i wanted to generate the pypy-c-sandbox as instructed in the link you have given
07:33
<
ashstromansh >
but in order to do that
07:33
<
ashstromansh >
i am getting this error
07:33
<
ashstromansh >
[translation:info] Error: File "/home/santo/pypy/rpython/translator/goal/translate.py", line 284, in main default_goal='compile')
07:34
<
ashstromansh >
I am able to successfully transalte the Jit version and its endup with a pypy-c file
07:34
<
ashstromansh >
similarly i want to generate the pypy-c-sandbox file
07:34
<
ashstromansh >
please help
07:34
rokujyouhitoma has quit [Ping timeout: 248 seconds]
07:36
marr has joined #pypy
07:42
<
armin_rigo >
ashstromansh: first I'd need to see the complete error message
07:43
Puggy has quit [Remote host closed the connection]
07:46
<
ashstromansh >
here
07:46
<
ashstromansh >
santo@santo-HP-Pavilion-15-Notebook-PC:~/pypy/pypy/goal$ pypy ../../rpython/bin/rpython -O2 --sandbox targetpypystandalone.py
07:46
<
ashstromansh >
[translation:info] 2.7.10 (5.1.2+dfsg-1~16.04, Jun 16 2016, 17:37:42)
07:47
<
ashstromansh >
[PyPy 5.1.2 with GCC 5.3.1 20160413]
07:47
<
ashstromansh >
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
07:47
<
ashstromansh >
[translation:info] Translating target as defined by targetpypystanda
07:47
<
ashstromansh >
[translation:info] Error:
07:47
<
ashstromansh >
File "/home/santo/pypy/rpython/translator/goal/translate.py", line 284, in main
07:47
<
ashstromansh >
default_goal='compile')
07:47
<
ashstromansh >
File "/home/santo/pypy/rpython/translator/driver.py", line 566, in from_targets
07:48
<
ashstromansh >
spec = target(driver, args)
07:48
<
ashstromansh >
File "targetpypystandalone.py", line 313, in target
07:48
<
ashstromansh >
assert 0, ("--sandbox is not tested nor maintained. If you "
07:48
<
ashstromansh >
[translation:ERROR] AssertionError: --sandbox is not tested nor maintained. If you really want to try it anyway, remove this line in pypy/goal/targetpypystandalone.py.
07:48
<
ashstromansh >
[translation] start debugger..
07:48
<
ashstromansh >
> /home/santo/pypy/pypy/goal/targetpypystandalone.py(313)target() -> assert 0, ("--sandbox is not tested nor maintained. If you " (Pdb+)
07:49
<
LarstiQ >
ashstromansh: next time, use a pastebin site to not flood irc
07:50
<
ashstromansh >
Okay sure,my bad
07:53
<
kenaan >
arigo pypy.org[extradoc] 4d64c0df4967 /: Update the section about sandboxing again, to make it sound even less supported
07:53
<
arigato >
ashstromansh: well, yes
07:54
<
arigato >
the error message says "it's not tested nor maintained"
07:54
<
arigato >
if you read the full error message you'll see what it says
07:55
<
arigato >
I'm sorry, I don't know how to make it give a clearer error message
07:56
armin_rigo has quit [Quit: Page closed]
07:57
<
ashstromansh >
Yes but how would i test it if it is not even build yet?
07:57
<
arigato >
"If you "
07:57
<
arigato >
"really want to try it anyway, remove this line in "
07:57
<
arigato >
"pypy/goal/targetpypystandalone.py
07:58
<
ashstromansh >
I am intreseted in generating the pypy-c-sandbox file
07:58
<
arigato >
if you don't know how to remove an "assert 0" line in a file like instructed, then you're very unlikely to be able to fix any further problems
07:58
<
arigato >
so, sorry
07:59
<
ashstromansh >
Okay i will try this
08:10
the_drow_ has quit [Ping timeout: 248 seconds]
08:16
<
arigato >
mattip: are you here?
08:31
rokujyouhitoma has joined #pypy
08:35
rokujyouhitoma has quit [Ping timeout: 255 seconds]
08:36
<
kenaan >
arigo cffi/cffi def116eeded6 /setup.py: Improve error message
08:43
oberstet has quit [Ping timeout: 240 seconds]
08:50
ronan has joined #pypy
08:55
<
mattip >
arigato: pong
08:56
* mattip
struggling with binops again
08:56
<
mattip >
x = np.string_('abcdef'); print ' ' + x"
08:57
<
mattip >
crashes on PyPy in array_add, in CPython it some resolves the
__add__ without reaching array_add at all
08:58
oberstet has joined #pypy
09:02
<
mattip >
s/somehow/some
09:05
tilgovi has quit [Ping timeout: 276 seconds]
09:07
the_drow_ has joined #pypy
09:09
<
arigato >
mattip: I wanted to ask if you think it makes sense now, to change cpyext to not rely on the linker and #defines PyXx PyPyXx
09:09
ashstromansh has quit [Ping timeout: 260 seconds]
09:14
<
mattip >
arigato: maybe. There is a certain advantage to immediately knowing that someone is trying to link/load the wrong ABI
09:15
<
mattip >
does it cause pain somewhere?
09:18
<
arigato >
it's related to the upgrade of the .pypy41.so suffix, which is a pain for cffi
09:20
<
arigato >
I was wondering if we could change something inside the produced .so instead of changing the suffix itself
09:20
<
LarstiQ >
SO_VERSION?
09:21
<
arigato >
no, something sane and portable
09:22
<
arigato >
it can be by removing the whole PyPyXxx symbols from the libpypy-c.so
09:22
<
arigato >
or it might be something else in a corner
09:23
<
arigato >
it's very indirectly related to the RevDB issue that on recent Linuxes it apparently must be built without --shared
09:32
rokujyouhitoma has joined #pypy
09:32
<
mattip >
my concern is that people would use the cpython headers with a pypy so to build, lets say, pyxml or numpy
09:33
<
mattip >
on linux, to take a specific case
09:34
<
mattip >
so today they get a runtime error trying to load the program
09:35
<
mattip >
it might be worth trying to see what happens on a branch if we build without the defines, if they still startup errors,
09:36
rokujyouhitoma has quit [Ping timeout: 248 seconds]
09:37
<
mattip >
or only get import errors when importing the extension library, which many extension modules like to hide behind their own error message
09:38
<
mattip >
the best would be if we could craft a way to fail to compile/link
09:39
<
mattip >
but it's hard to imagine how using the wrong headers would trigger that
09:40
jwhisnant has quit [Ping timeout: 240 seconds]
09:42
ashstromansh has joined #pypy
09:43
<
ashstromansh >
Hi thanks for your help
09:43
<
ashstromansh >
i have removed the asser 0 line
09:43
jwhisnant has joined #pypy
09:43
<
ashstromansh >
and den it stats translation
09:43
<
fijal >
arigato: ping
09:44
<
ashstromansh >
but after the completion of transaltion the pypy-c file is generated in the /goal directory instead of pypy-c-sandbox
09:47
<
mattip >
especially "Please be aware that it is a prototype only" and "These instructions give you a pypy-c that you should rename to pypy-sandbox to avoid future confusion"
09:49
<
mattip >
and also "You will likely have to fix some issues yourself, or checkout an old version, or otherwise play around on your own"
09:50
<
ashstromansh >
Sorry mattip,after searching on internet for like 1 week,my mind got stucked with the pypy-c-sandbox thing
09:50
<
ashstromansh >
thanks a lot guys
09:50
<
ashstromansh >
u saved me
10:00
<
arigato >
fijal: pong
10:02
<
arigato >
mattip: I see. indeed, I don't see how building so's with CPython's header would trigger any failure
10:03
<
fijal >
arigato: we gonna go to kirstenbosh for shopping and then come back
10:03
<
fijal >
if it does not rain, gonna go hike ~4
10:05
<
arigato >
fijal: fwiw, the test we wrote yesterday has a line "x == y" instead of "assert x == y", so it actually fails
10:07
<
mattip >
arigato: it seems I am mistaken, even with the current situation we only get failures at runtime, for example
10:08
<
arigato >
yes, I don't see how that would work
10:09
<
arigato >
maybe pypy's distutils should #define something that makes CPython's own "Python.h" explode?
10:11
<
mattip >
+1 for adding a generated include file, with #ifndef PYPY_VERSION
10:11
<
arigato >
sorry, I don't understand?
10:12
<
mattip >
pypy's distutils could generate a file and include it by default in the build_extension command
10:13
<
arigato >
but what would that file contain to explode if and only if we #include "Python.h" and it finds CPython's headers?
10:13
<
mattip >
#ifndef PYPY_VERSION
10:13
<
arigato >
ah, it would do #include "Python.h" itself?
10:14
<
arigato >
it may work, although I had in mind a different hack to avoid including Python.h if the rest of the program doesn't
10:14
<
mattip >
hmm, it would need to assume that was the intention
10:15
<
mattip >
so #ifdef PY_VERSION && !defined(PYPY_VERSION)
10:15
<
arigato >
no, that doesn't work if it's put in its own .c file
10:16
<
arigato >
we could hack by adding the gcc option "-DPy_PYTHON_H", which makes #include "Python.h" do nothing for CPython
10:16
<
arigato >
but then it doesn't fail very explicitly
10:22
<
mattip >
some kind of post-build dlopen test?
10:23
<
arigato >
no, that would fail complicated cross-platform builds
10:27
marky1991 has joined #pypy
10:31
<
kenaan >
arigo unicode-utf8 7193602c9384 /rpython/rlib/: Fix test, improve logic
10:31
lritter has joined #pypy
10:33
rokujyouhitoma has joined #pypy
10:36
<
mattip >
detecting at runtime would definitely be easier, assuming ld succeeds, we could do something in the init module function
10:37
<
mattip >
but then we would need to insure ld succeeds
10:37
rokujyouhitoma has quit [Ping timeout: 240 seconds]
10:40
jamesaxl has joined #pypy
10:40
marky1991 has quit [Ping timeout: 248 seconds]
10:48
jamesaxl has quit [Read error: Connection reset by peer]
10:49
jamesaxl has joined #pypy
10:55
<
mattip >
found it (maybe), PyStringArrType_Type->tp_as_number->tp_add is NULL on CPython but cpyext_cpyext_tp_as_number_c_nb_add_str on PyPy
10:59
cjwelborn has quit [Remote host closed the connection]
11:13
the_drow_ has quit [Ping timeout: 240 seconds]
11:33
rokujyouhitoma has joined #pypy
11:38
rokujyouhitoma has quit [Ping timeout: 252 seconds]
11:39
ashstromansh has quit [Ping timeout: 260 seconds]
11:55
cjwelborn has joined #pypy
12:17
Rhy0lite has joined #pypy
12:22
marky1991 has joined #pypy
12:22
marky1991 has quit [Remote host closed the connection]
12:23
marky1991 has joined #pypy
12:30
ronan has quit [Ping timeout: 246 seconds]
12:31
yuyichao has quit [Quit: Konversation terminated!]
12:32
oberstet has quit [*.net *.split]
12:32
Yardanico has quit [*.net *.split]
12:32
nimaje has quit [*.net *.split]
12:32
gclawes has quit [*.net *.split]
12:32
__main__ has quit [*.net *.split]
12:32
the_drow has quit [*.net *.split]
12:32
ashstromansh has joined #pypy
12:32
gclawes has joined #pypy
12:33
_main_ has joined #pypy
12:33
yuyichao has joined #pypy
12:33
the_drow has joined #pypy
12:33
oberstet has joined #pypy
12:33
nimaje has joined #pypy
12:33
Yardanico has joined #pypy
12:33
<
ashstromansh >
Hi guys here the dumb ashstromansh again
12:33
<
ashstromansh >
do you guys mind if i will ask few more question?
12:34
rokujyouhitoma has joined #pypy
12:35
<
LarstiQ >
ashstromansh: asking questions should always be fine
12:36
<
LarstiQ >
ashstromansh: just take into account that answering them depends on what people are up for, and when it comes to sandbox resources are slim
12:37
_main_ is now known as
__main__
12:38
rokujyouhitoma has quit [Ping timeout: 240 seconds]
12:40
<
ashstromansh >
LarstiQ:Roger that
12:40
ronan has joined #pypy
12:42
pilne has joined #pypy
12:43
<
ashstromansh >
This error is occuring when i am trying to run Hello world
12:50
<
fijal >
arigato: you around?
12:54
ronan has quit [Ping timeout: 246 seconds]
12:54
<
fijal >
arigato: we're back, doing some shopping and then waiting for sheenagh to go hiking
13:06
the_drow_ has joined #pypy
13:16
yuyichao has quit [Ping timeout: 240 seconds]
13:30
yuyichao has joined #pypy
13:35
rokujyouhitoma has joined #pypy
13:38
adamholmberg has joined #pypy
13:39
rokujyouhitoma has quit [Ping timeout: 240 seconds]
13:47
raynold has quit [Quit: Connection closed for inactivity]
13:55
ronan has joined #pypy
13:56
adamholmberg has quit [Remote host closed the connection]
13:56
adamholmberg has joined #pypy
14:01
adamholmberg has quit [Ping timeout: 248 seconds]
14:03
adamholmberg has joined #pypy
14:03
adamholmberg has quit [Remote host closed the connection]
14:05
adamholmberg has joined #pypy
14:05
adamholmberg has quit [Remote host closed the connection]
14:05
adamholmberg has joined #pypy
14:07
adamholmberg has quit [Remote host closed the connection]
14:07
adamholmberg has joined #pypy
14:07
adamholmberg has quit [Remote host closed the connection]
14:08
adamholmberg has joined #pypy
14:08
adamholmberg has quit [Remote host closed the connection]
14:10
adamholmberg has joined #pypy
14:10
adamholmberg has quit [Remote host closed the connection]
14:11
adamholmberg has joined #pypy
14:13
adamholmberg has quit [Remote host closed the connection]
14:13
adamholmberg has joined #pypy
14:13
adamholmberg has quit [Remote host closed the connection]
14:14
adamholmberg has joined #pypy
14:15
fryguybob has joined #pypy
14:16
adamholmberg has quit [Remote host closed the connection]
14:16
adamholmberg has joined #pypy
14:16
adamholmberg has quit [Remote host closed the connection]
14:17
adamholmberg has joined #pypy
14:18
adamholmberg has quit [Remote host closed the connection]
14:19
<
kenaan >
rlamy default 2b1b6c5545d0 /rpython/flowspace/test/test_objspace.py: Imperative py.test.skip() is evil
14:19
adamholmberg has joined #pypy
14:19
adamholmberg has quit [Remote host closed the connection]
14:19
adamholmberg has joined #pypy
14:21
adamholmberg has quit [Remote host closed the connection]
14:21
adamholmberg has joined #pypy
14:21
adamholmberg has quit [Remote host closed the connection]
14:22
adamholmberg has joined #pypy
14:23
adamholmberg has quit [Remote host closed the connection]
14:23
adamholmberg has joined #pypy
14:23
adamholmberg has quit [Remote host closed the connection]
14:24
adamholmberg has joined #pypy
14:25
Yardanico has quit [Ping timeout: 240 seconds]
14:25
adamholmberg has quit [Remote host closed the connection]
14:26
adamholmberg has joined #pypy
14:28
Yardanico has joined #pypy
14:30
adamholmberg has quit [Remote host closed the connection]
14:30
adamholmberg has joined #pypy
14:30
adamholmberg has quit [Remote host closed the connection]
14:30
adamholmberg has joined #pypy
14:32
oberstet has quit [Ping timeout: 240 seconds]
14:33
yuyichao has quit [Ping timeout: 248 seconds]
14:34
ronan has quit [Ping timeout: 246 seconds]
14:35
adamholmberg has quit [Ping timeout: 252 seconds]
14:36
rokujyouhitoma has joined #pypy
14:36
yuyichao has joined #pypy
14:36
adamholmberg has joined #pypy
14:36
adamholmberg has quit [Remote host closed the connection]
14:37
adamholmberg has joined #pypy
14:37
adamholmberg has quit [Remote host closed the connection]
14:37
adamholmberg has joined #pypy
14:38
adamholmberg has quit [Remote host closed the connection]
14:38
adamholmberg has joined #pypy
14:39
adamholmberg has quit [Remote host closed the connection]
14:39
adamholmberg has joined #pypy
14:39
adamholmberg has quit [Remote host closed the connection]
14:40
rokujyouhitoma has quit [Ping timeout: 246 seconds]
14:40
adamholmberg has joined #pypy
14:44
adamholmberg has quit [Ping timeout: 246 seconds]
14:50
adamholmberg has joined #pypy
14:50
adamholmberg has quit [Remote host closed the connection]
14:51
adamholmberg has joined #pypy
14:55
adamholmberg has quit [Ping timeout: 260 seconds]
15:04
adamholmberg has joined #pypy
15:04
adamholmberg has quit [Remote host closed the connection]
15:13
adamholmberg has joined #pypy
15:13
adamholmberg has quit [Remote host closed the connection]
15:13
adamholmberg has joined #pypy
15:18
adamholmberg has quit [Ping timeout: 264 seconds]
15:36
rokujyouhitoma has joined #pypy
15:41
rokujyouhitoma has quit [Ping timeout: 260 seconds]
15:51
adamholmberg has joined #pypy
15:51
adamholmberg has quit [Remote host closed the connection]
15:51
adamholmberg has joined #pypy
15:54
ashstromansh has quit [Ping timeout: 260 seconds]
15:57
adamholmberg has quit [Ping timeout: 260 seconds]
15:58
pilne has quit [Quit: Quitting!]
16:05
adamholmberg has joined #pypy
16:09
adamholmberg has quit [Ping timeout: 255 seconds]
16:13
adamholmberg has joined #pypy
16:13
adamholmberg has quit [Remote host closed the connection]
16:13
adamholmberg has joined #pypy
16:18
adamholmberg has quit [Ping timeout: 240 seconds]
16:25
adamholmberg has joined #pypy
16:25
cwillu has quit [Ping timeout: 248 seconds]
16:29
adamholmberg has quit [Ping timeout: 246 seconds]
16:33
adamholmberg has joined #pypy
16:35
adamholm_ has joined #pypy
16:35
adamholm_ has quit [Remote host closed the connection]
16:35
adamholm_ has joined #pypy
16:37
rokujyouhitoma has joined #pypy
16:40
adamholmberg has quit [Ping timeout: 276 seconds]
16:40
adamholm_ has quit [Ping timeout: 276 seconds]
16:42
rokujyouhitoma has quit [Ping timeout: 260 seconds]
16:44
tbodt has joined #pypy
16:55
leto_ni has quit [Ping timeout: 276 seconds]
16:55
leto_ni has joined #pypy
16:56
adamholmberg has joined #pypy
16:56
adamholmberg has quit [Remote host closed the connection]
16:57
adamholmberg has joined #pypy
17:02
adamholmberg has quit [Ping timeout: 252 seconds]
17:05
adamholmberg has joined #pypy
17:05
adamholmberg has quit [Remote host closed the connection]
17:05
adamholmberg has joined #pypy
17:09
adamholmberg has quit [Ping timeout: 248 seconds]
17:18
adamholmberg has joined #pypy
17:18
adamholmberg has quit [Remote host closed the connection]
17:19
adamholmberg has joined #pypy
17:24
adamholmberg has quit [Ping timeout: 276 seconds]
17:38
rokujyouhitoma has joined #pypy
17:42
rokujyouhitoma has quit [Ping timeout: 252 seconds]
17:43
adamholmberg has joined #pypy
17:43
adamholmberg has quit [Remote host closed the connection]
17:43
adamholmberg has joined #pypy
17:48
adamholmberg has quit [Ping timeout: 246 seconds]
17:50
adamholmberg has joined #pypy
17:50
adamholmberg has quit [Remote host closed the connection]
17:51
adamholmberg has joined #pypy
17:51
the_drow_ has quit [Ping timeout: 246 seconds]
17:53
adamholmberg has quit [Remote host closed the connection]
17:53
adamholmberg has joined #pypy
17:53
adamholmberg has quit [Remote host closed the connection]
17:53
the_drow_ has joined #pypy
17:53
adamholmberg has joined #pypy
17:58
adamholmberg has quit [Ping timeout: 240 seconds]
18:01
adamholmberg has joined #pypy
18:01
adamholmberg has quit [Remote host closed the connection]
18:01
adamholmberg has joined #pypy
18:06
adamholmberg has quit [Ping timeout: 260 seconds]
18:26
adamholmberg has joined #pypy
18:26
adamholmberg has quit [Remote host closed the connection]
18:27
adamholmberg has joined #pypy
18:29
adamholm_ has joined #pypy
18:29
adamholm_ has quit [Remote host closed the connection]
18:30
adamholm_ has joined #pypy
18:34
adamholmberg has quit [Ping timeout: 240 seconds]
18:35
adamholm_ has quit [Remote host closed the connection]
18:35
adamholmberg has joined #pypy
18:38
adamholmberg has quit [Remote host closed the connection]
18:39
adamholmberg has joined #pypy
18:39
adamholmberg has quit [Remote host closed the connection]
18:39
rokujyouhitoma has joined #pypy
18:39
adamholmberg has joined #pypy
18:43
rokujyouhitoma has quit [Ping timeout: 246 seconds]
18:43
adamholmberg has quit [Ping timeout: 246 seconds]
18:45
leto_ni has quit [Ping timeout: 252 seconds]
18:48
adamholmberg has joined #pypy
18:48
adamholmberg has quit [Remote host closed the connection]
18:49
adamholmberg has joined #pypy
18:51
the_drow_ has quit [Ping timeout: 246 seconds]
18:53
adamholmberg has quit [Ping timeout: 248 seconds]
18:56
adamholmberg has joined #pypy
18:56
adamholmberg has quit [Remote host closed the connection]
18:57
adamholmberg has joined #pypy
19:00
leto_ni has joined #pypy
19:01
adamholm_ has joined #pypy
19:01
adamholm_ has quit [Remote host closed the connection]
19:02
adamholm_ has joined #pypy
19:06
adamholmberg has quit [Ping timeout: 252 seconds]
19:06
adamholm_ has quit [Ping timeout: 248 seconds]
19:10
inhahe_ has quit []
19:12
adamholmberg has joined #pypy
19:12
adamholmberg has quit [Remote host closed the connection]
19:13
adamholmberg has joined #pypy
19:17
adamholmberg has quit [Ping timeout: 252 seconds]
19:19
nimaje1 has joined #pypy
19:19
nimaje1 is now known as nimaje
19:19
nimaje has quit [Killed (orwell.freenode.net (Nickname regained by services))]
19:21
sirtom67 has joined #pypy
19:26
adamholmberg has joined #pypy
19:26
adamholmberg has quit [Remote host closed the connection]
19:27
adamholmberg has joined #pypy
19:27
Yardanico has quit [Remote host closed the connection]
19:29
inhahe_ has joined #pypy
19:31
adamholmberg has quit [Ping timeout: 248 seconds]
19:36
adamholmberg has joined #pypy
19:39
adamholmberg has quit [Remote host closed the connection]
19:39
adamholmberg has joined #pypy
19:39
adamholmberg has quit [Remote host closed the connection]
19:39
Rhy0lite has quit [Quit: Leaving]
19:39
adamholmberg has joined #pypy
19:39
rokujyouhitoma has joined #pypy
19:44
adamholmberg has quit [Ping timeout: 252 seconds]
19:44
rokujyouhitoma has quit [Ping timeout: 248 seconds]
19:47
ronan has joined #pypy
19:50
adamholmberg has joined #pypy
19:50
adamholmberg has quit [Remote host closed the connection]
19:51
adamholmberg has joined #pypy
19:55
adamholmberg has quit [Ping timeout: 248 seconds]
20:06
adamholmberg has joined #pypy
20:06
adamholmberg has quit [Remote host closed the connection]
20:08
adamholmberg has joined #pypy
20:08
adamholmberg has quit [Remote host closed the connection]
20:08
adamholmberg has joined #pypy
20:08
adamholmberg has quit [Remote host closed the connection]
20:09
adamholmberg has joined #pypy
20:13
adamholm_ has joined #pypy
20:13
adamholm_ has quit [Remote host closed the connection]
20:14
adamholm_ has joined #pypy
20:17
adamholmberg has quit [Ping timeout: 240 seconds]
20:18
adamholm_ has quit [Ping timeout: 240 seconds]
20:18
adamholmberg has joined #pypy
20:19
adamholmberg has quit [Remote host closed the connection]
20:20
adamholmberg has joined #pypy
20:20
adamholmberg has quit [Remote host closed the connection]
20:21
adamholmberg has joined #pypy
20:25
adamholmberg has quit [Ping timeout: 248 seconds]
20:27
sirtom67 has quit [Quit: Ex-Chat]
20:33
adamholmberg has joined #pypy
20:37
adamholmberg has quit [Ping timeout: 260 seconds]
20:40
rokujyouhitoma has joined #pypy
20:45
rokujyouhitoma has quit [Ping timeout: 240 seconds]
20:57
jamesaxl has quit [Quit: WeeChat 1.8]
20:57
adamholmberg has joined #pypy
20:57
adamholmberg has quit [Remote host closed the connection]
20:57
adamholmberg has joined #pypy
21:02
adamholmberg has quit [Ping timeout: 248 seconds]
21:19
marky1991 has quit [Ping timeout: 240 seconds]
21:41
rokujyouhitoma has joined #pypy
21:45
rokujyouhitoma has quit [Ping timeout: 260 seconds]
21:50
dmalcolm has quit [Read error: Connection reset by peer]
21:55
leto_ni has quit [Ping timeout: 246 seconds]
21:58
adamholmberg has joined #pypy
22:03
adamholmberg has quit [Ping timeout: 260 seconds]
22:10
lritter has quit [Ping timeout: 240 seconds]
22:42
rokujyouhitoma has joined #pypy
22:46
rokujyouhitoma has quit [Ping timeout: 248 seconds]
22:47
tbodt has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
23:08
mvantellingen has quit [Ping timeout: 240 seconds]
23:09
mvantellingen has joined #pypy
23:14
tbodt has joined #pypy
23:43
rokujyouhitoma has joined #pypy
23:44
yuyichao has quit [Ping timeout: 260 seconds]
23:47
rokujyouhitoma has quit [Ping timeout: 248 seconds]
23:59
yuyichao has joined #pypy
23:59
adamholmberg has joined #pypy