00:13
tos9 has joined #pypy
02:41
_whitelogger has joined #pypy
02:43
Ai9zO5AP has joined #pypy
06:10
jacob22_ has quit [Read error: Connection reset by peer]
06:14
jacob22_ has joined #pypy
06:35
omasanori[m] has quit [Quit: killed]
06:35
toad_polo has quit [Quit: killed]
06:35
suhdonghwi[m] has quit [Quit: killed]
06:35
astrojl_matrix has quit [Quit: killed]
06:35
the_drow[m] has quit [Quit: killed]
06:43
the_drow[m] has joined #pypy
06:46
proteusguy has quit [Remote host closed the connection]
06:48
proteusguy has joined #pypy
07:03
toad_polo has joined #pypy
07:03
astrojl_matrix has joined #pypy
07:03
omasanori[m] has joined #pypy
07:03
suhdonghwi[m] has joined #pypy
07:14
todda7 has quit [Ping timeout: 240 seconds]
07:35
_whitelogger has joined #pypy
07:38
tazle has joined #pypy
07:38
wleslie has joined #pypy
07:38
fangerer___ has joined #pypy
07:38
nopf has joined #pypy
07:49
todda7 has joined #pypy
09:25
samth has quit [Ping timeout: 260 seconds]
09:26
samth has joined #pypy
09:26
Dejan has joined #pypy
09:33
rfgpfeiffer has joined #pypy
09:52
glyph has quit [Quit: End of line.]
09:53
glyph has joined #pypy
10:07
todda7 has quit [Ping timeout: 265 seconds]
10:10
todda7 has joined #pypy
10:12
Ai9zO5AP has quit [Ping timeout: 240 seconds]
10:13
Ai9zO5AP has joined #pypy
10:21
jacob22_ has quit [Read error: Connection reset by peer]
10:25
jacob22_ has joined #pypy
10:59
Ai9zO5AP has quit [Remote host closed the connection]
11:23
todda7 has quit [Ping timeout: 272 seconds]
14:14
todda7 has joined #pypy
14:16
rfgpfeiffer has quit [Read error: Connection reset by peer]
14:43
jacob22_ has quit [Quit: Konversation terminated!]
14:45
jacob22 has joined #pypy
14:48
todda7 has quit [Quit: Konversation terminated!]
14:48
todda7 has joined #pypy
15:24
todda7 has quit [Ping timeout: 240 seconds]
16:08
<
mattip >
it turns out the win64 build needs the types module when it starts up, but win32 does not
16:09
<
mattip >
virtualenv maintains a list of the modules it copies for bootstrapping
16:14
<
mattip >
if I add types.py to that, the virtualenv in the buildbot can start up
16:30
jacob22 has quit [Read error: Connection reset by peer]
16:30
jacob22 has joined #pypy
16:50
rubdos_ has joined #pypy
16:52
rubdos has quit [Ping timeout: 272 seconds]
17:19
<
mattip >
it seems somehow there are modules "frozen" into sys.modules when app_main calls "import os" the first time
17:21
<
mattip >
when translating with cpyext and numpypy, I see
17:21
<
mattip >
_abcoll, operator, abc, types, _weakrefset, _weakref, imp, __future__, math, _numpypy, _numpypy.multiarray, _numpypy.umath
17:21
<
mattip >
all in sys.modules.keys()
17:22
<
mattip >
those modules are not there when translating on win64 without numpypy
17:22
<
mattip >
and cpyext
17:23
<
mattip >
the critical one is types since we import it inside os.py
17:27
jacob22 has quit [Read error: Connection reset by peer]
17:28
jacob22 has joined #pypy
17:30
jacob22 has quit [Read error: Connection reset by peer]
17:31
jacob22 has joined #pypy
17:41
<
pmp-p >
can v7.3.2 - 3.7 build and run on arm32 instead of aarch64 ?
17:42
<
mattip >
you should be able to build it if you can find an arm32 machine with enough memory
17:42
<
mattip >
we will not be providing binary tarballs
17:43
<
mattip >
unless someone wants to provide the hardware
17:44
<
pmp-p >
i was intending to cross compile via qemu static chroot
17:45
<
pmp-p >
i don't have arm32 hardware with more than 2GiB ram
17:47
<
tumbleweed >
the ideal is an arm64 machine that can run 32bit instructions (unlike Amazon's ARM64 instances)
17:47
<
pmp-p >
yeah but my arm64 boards have even less ram :(
17:47
<
pmp-p >
and no emmc so swapping would be hell
17:51
<
tumbleweed >
scaleway used to have cheap arm64 VMs like that. Unfortunately now discontinued
17:54
<
mattip >
if someone wants to pick it up and do the work that would be great
17:54
<
mattip >
but personally I cannot take on another platform, windows is bad enough
17:55
<
pmp-p >
well the nice thing is arm32 is runtime compatible with 64 cpu
17:56
<
mattip >
not as far as the JIT is concerned
18:03
<
mattip >
did anyone try importing posix/nt in app_main instead of os?
18:03
<
mattip >
it seems all we really care about is getenv and pathsep,
18:03
<
mattip >
the latter can be determined without the baggage of os
18:04
<
mattip >
but maybe that will only "kick the can down the road" and something else will fail
18:39
<
mattip >
no, it should be OK once we import virtualenv's site.py in run_command_line
18:49
jcea has joined #pypy
20:11
<
mattip >
hmm, I hope the windows buildbot will survive both builds in parallel ...
23:44
jacob22 has quit [Read error: Connection reset by peer]
23:47
jacob22 has joined #pypy