01:24
Rhy0lite has quit [Quit: This computer has gone to sleep]
02:52
lritter has quit [Ping timeout: 240 seconds]
02:52
lritter has joined #pypy
03:25
jcea has quit [Quit: jcea]
04:34
glyph has quit [Quit: End of line.]
04:35
glyph has joined #pypy
05:40
xcm has quit [Remote host closed the connection]
05:44
xcm has joined #pypy
05:44
forgottenone has joined #pypy
05:59
_whitelogger has joined #pypy
06:25
<
mattip >
arigo: could you merge latest cffi into pypy?
06:38
_whitelogger has joined #pypy
06:38
forgottenone has quit [Quit: Konversation terminated!]
06:52
otisolsen70 has joined #pypy
06:55
lritter has quit [Quit: Leaving]
06:55
otisolsen70 has quit [Client Quit]
06:55
otisolsen70 has joined #pypy
07:12
infernix has quit [Ping timeout: 244 seconds]
07:59
otisolsen70_ has joined #pypy
08:00
tsaka__ has joined #pypy
08:02
otisolsen70 has quit [Ping timeout: 240 seconds]
08:06
tsaka__ has quit [Ping timeout: 272 seconds]
08:06
tsaka__ has joined #pypy
08:30
tsaka__ has quit [Ping timeout: 272 seconds]
08:31
otisolsen70_ has quit [Quit: Leaving]
08:45
Cheery has quit [Ping timeout: 260 seconds]
08:45
Cheery has joined #pypy
08:46
oberstet has joined #pypy
08:52
infernix has joined #pypy
09:27
otisolsen70 has joined #pypy
09:36
tsaka__ has joined #pypy
09:57
otisolsen70 has quit [Quit: Leaving]
10:36
BPL has joined #pypy
11:33
tsaka__ has quit [Ping timeout: 246 seconds]
11:55
tsaka__ has joined #pypy
11:55
tsaka__ has quit [Read error: Connection reset by peer]
11:55
tsaka__ has joined #pypy
11:58
todda7 has joined #pypy
11:59
todda7 has quit [Client Quit]
12:00
todda7 has joined #pypy
12:01
tsaka__ has quit [Ping timeout: 260 seconds]
12:21
Rhy0lite has joined #pypy
12:31
infernix has joined #pypy
12:34
infernix has quit [Client Quit]
12:34
todda7 has quit [Quit: Konversation terminated!]
12:34
todda7 has joined #pypy
12:43
forgottenone has joined #pypy
12:51
Smigwell has joined #pypy
13:07
todda7 has quit [Quit: Konversation terminated!]
13:07
todda7 has joined #pypy
13:27
todda7 has quit [Ping timeout: 264 seconds]
13:27
tsaka__ has joined #pypy
13:29
infernix has joined #pypy
13:52
infernix has joined #pypy
14:00
tsaka__ has quit [Ping timeout: 256 seconds]
14:18
tsaka__ has joined #pypy
14:29
otisolsen70 has joined #pypy
14:55
tsaka__ has quit [Quit: Konversation terminated!]
15:26
<
arigo >
mattip: sure
15:37
marvin has quit [Remote host closed the connection]
15:38
marvin_ has joined #pypy
15:43
Rhy0lite has quit [Ping timeout: 256 seconds]
15:46
Rhy0lite has joined #pypy
15:52
infernix has joined #pypy
15:59
marvin_ has quit [Remote host closed the connection]
15:59
marvin has joined #pypy
16:36
infernix has joined #pypy
16:43
marvin has quit [Remote host closed the connection]
16:43
marvin has joined #pypy
17:30
Smigwell has quit [Ping timeout: 240 seconds]
17:49
jcea has joined #pypy
18:09
rubdos has quit [Ping timeout: 256 seconds]
18:12
rubdos has joined #pypy
18:21
<
mattip >
could it be that pypy3.6 requires a __init__.py to import a module?
18:31
<
mattip >
something more subtle is going on
18:36
Smigwell has joined #pypy
18:37
<
nimaje >
you mean a package? afaik a __init__.py is required for a package (a module would be a single .py file)
18:42
<
mattip >
yes, sorry. numpy has a tools directory. I cannot do pypy3 -c "from tools import openblas_support"
18:43
<
mattip >
even though openblas_support.py exists there
18:43
<
mattip >
but if I copy that directory to dummy it works
18:44
<
mattip >
diff -rq dummy tools returns that they are equal
18:44
<
mattip >
pypy3 -c "from tools import openblas_support" fails
18:44
<
mattip >
pypy3 -c "from dummy import openblas_support" succeeds
18:44
<
tos9 >
mattip: pypy is finding its own tools module probably
18:44
<
tos9 >
<module 'tools' from '/usr/local/Cellar/pypy3/7.3.1_1/libexec/lib_pypy/tools/__init__.py'>
18:44
* mattip
slaps forhead
19:05
<
mattip >
interesting though, if I put one into the local tools direcrtory, then the local tools takes precedence over the lib_pypy one
19:29
asmeurer has joined #pypy
19:42
<
mattip >
I am going to move lib_pypy/tools -> lib_pypy/pypy_tools
19:43
<
mattip >
sorry for all the downstream tooling this breaks
19:48
<
mattip >
it was new for v7.3.1, so hopefully not too much breakage
20:08
otisolsen70_ has joined #pypy
20:11
otisolsen70 has quit [Ping timeout: 246 seconds]
20:13
<
tumbleweed >
Sounds sensible
20:43
otisolsen70_ has quit [Quit: Leaving]
21:00
asmeurer has quit [Quit: asmeurer]
21:02
lritter has joined #pypy
21:12
forgottenone has quit [Remote host closed the connection]
21:17
BPL has quit [Read error: Connection reset by peer]
21:19
asmeurer has joined #pypy
21:19
BPL has joined #pypy
22:07
speeder39_ has joined #pypy
22:26
<
simpson >
Sorry if I've asked before, but: does RPython have a preferred serialization format, so that I don't have to write my own parser? I know that I can choose whatever format I want, but this time I want to not make a choice.
22:35
<
mjacob >
simpson: what do you mean by "serialization format"?
22:36
BPL has quit [Quit: Leaving]
23:04
forgottenone has joined #pypy
23:16
oberstet has quit [Quit: Leaving]
23:20
dansan has quit [Read error: Connection reset by peer]
23:34
dansan has joined #pypy
23:42
<
simpson >
mjacob: JSON, for example. I know that JSON's available from PyPy. But maybe there's a better choice.
23:45
<
mjacob >
simpson: i wouldn't say that rpython has any preference. the question is whether there's something in rlib that you could already use.
23:46
<
mjacob >
rpython doesn't really support heterogenous data, so something like (dynamically-typed) JSON would be hard in rpython