00:21
epsilonKNOT has joined #pypy
01:33
Ninpo has quit [Ping timeout: 240 seconds]
01:35
Ninpo has joined #pypy
03:52
Guest68750 has left #pypy [#pypy]
03:53
proteusguy has joined #pypy
03:53
<
proteusguy >
Does pypy have any awareness of Python3 type declarations? Can it use those for optimization?
04:30
jcea has quit [Quit: jcea]
06:00
<
cfbolz >
proteusguy: it ignores them
06:00
<
cfbolz >
proteusguy: the jit doesn't really need them to find out the types (after all, it can do that on python2 as well)
07:22
todda7 has quit [Ping timeout: 244 seconds]
08:01
todda7 has joined #pypy
08:07
todda7 has quit [Remote host closed the connection]
08:09
todda7 has joined #pypy
08:26
<
krono >
mattip: do you have a moment?
08:28
tsaka__ has joined #pypy
08:29
todda7 has quit [Ping timeout: 260 seconds]
08:32
Alex_Gaynor has quit [Read error: Connection reset by peer]
08:33
ctismer has quit [Ping timeout: 246 seconds]
08:33
Olorin has quit [Ping timeout: 260 seconds]
08:34
tsaka__ has quit [Remote host closed the connection]
08:34
tsaka__ has joined #pypy
08:35
Alex_Gaynor has joined #pypy
08:37
fijal has quit [Ping timeout: 272 seconds]
08:38
ctismer has joined #pypy
08:39
fijal has joined #pypy
08:40
Olorin has joined #pypy
09:14
<
mattip >
krono: what's up?
09:15
<
krono >
mattip: I was in a fit trying to find a numpy for a RHEL7 on IBM Power9 (sorry, offtopic here) but I
_think_ I found Redhats stuff fort that. BUT:
09:15
<
krono >
mattip: I have a ac922 IBM ppc64le at hand
09:16
<
krono >
so, if someone needs a hand with that platform, ping me :D
09:17
<
mattip >
not sure what is the problem and what is the solution. NumPy runs travis's ppc64le CI, but we can't ship a wheel yet
09:18
<
mattip >
TL;DR - we need a PEP 600 manylinux image, which will not work on RHEL7
09:21
<
mattip >
in my free time I am pushing PEP 600 forward slowly, help moving it would be great
09:22
<
mattip >
the next step is to rethink the branch-per-manylinux-version layout of github://pypa/manylinux,
09:23
<
mattip >
so we can have a single branch with many images instead of one image per branch,
09:23
<
mattip >
which will ease the maintenance burden each time new python versions are released
09:26
lritter has joined #pypy
09:29
<
krono >
mattip: yes, i have seen the manylinux stuff, it seems very reasonable
09:30
<
krono >
however, went the RHEL-Route, that is using their subscription stuff and rh-python38-python-numpy
09:30
<
krono >
If I have some time at my hand, I'll probably look at pypy and maybe numpy-on-pypy on that machine
09:35
oberstet has joined #pypy
09:49
<
antocuni >
what is the RHEL-Route?
11:57
epony has quit [Quit: reconfigure brief]
11:58
epony has joined #pypy
12:11
jcea has joined #pypy
12:44
lritter has quit [Quit: Leaving]
12:47
YannickJadoul has joined #pypy
12:53
dansan has quit [Excess Flood]
12:54
dansan has joined #pypy
12:57
lazka has quit [Quit: Ping timeout (120 seconds)]
12:57
lazka has joined #pypy
13:25
otisolsen70 has joined #pypy
14:28
cthomson has joined #pypy
17:02
epsilonKNOT has joined #pypy
17:42
jacob22 has quit [Read error: Connection reset by peer]
17:46
jacob22 has joined #pypy
17:56
Smigwell has quit [Ping timeout: 264 seconds]
17:56
speeder39_ has joined #pypy
18:09
cthomson has quit [Remote host closed the connection]
18:18
Smigwell has joined #pypy
18:23
YannickJadoul has quit [Quit: Leaving]
18:42
marky1991 has joined #pypy
19:06
otisolsen70_ has joined #pypy
19:09
otisolsen70 has quit [Ping timeout: 240 seconds]
19:12
marky1991 has quit [Ping timeout: 265 seconds]
19:25
marself has joined #pypy
19:26
marky1991 has joined #pypy
19:26
rfgpfeiffer has joined #pypy
19:32
marky1991 has quit [Ping timeout: 265 seconds]
19:39
rubdos has quit [Ping timeout: 240 seconds]
19:40
marself has quit [Quit: WeeChat 2.8]
19:40
marself has joined #pypy
19:42
rubdos has joined #pypy
19:48
marself has quit [Quit: WeeChat 2.8]
19:49
marself has joined #pypy
19:58
marself has quit [Quit: WeeChat 2.8]
19:58
marself has joined #pypy
20:00
marself has quit [Client Quit]
20:01
marself has joined #pypy
20:03
YannickJadoul has joined #pypy
20:05
marself has quit [Client Quit]
20:05
marself has joined #pypy
20:06
marself has quit [Client Quit]
20:06
marself has joined #pypy
20:10
<
YannickJadoul >
mattip (or anyone else): A discussion was started over at pybind11 about the minimally supported version
20:10
<
YannickJadoul >
I'm sure some actual PyPy input there would be great, if there's anything to add :-)
20:13
marself has quit [Quit: WeeChat 2.8]
20:13
marself has joined #pypy
20:17
marky1991 has joined #pypy
20:17
marky1991 has quit [Remote host closed the connection]
20:18
marky1991 has joined #pypy
20:19
marself has quit [Quit: WeeChat 2.8]
20:31
marky1991 has quit [Ping timeout: 265 seconds]
20:35
cthomson has joined #pypy
20:46
rfgpfeiffer has quit [Ping timeout: 244 seconds]
20:46
<
mattip >
using ppy2.7-v7.3.1 as a host platform for own and rpython tests on windows
20:46
<
mattip >
there are some new failures like this one
20:46
<
mattip >
about rawrefcount and weakrefs
20:48
<
mattip >
ahh, it also fails on linux the same way
20:50
<
mattip >
ahh, of course, it is missing a gc.collect()
20:52
<
arigato >
mattip: thanks for finding these issues
20:53
<
mattip >
I was just about to give up and ask for your help :)
20:55
speeder39_ has quit [Quit: Connection closed for inactivity]
21:06
<
YannickJadoul >
Thanks tos9 and mattip! Exactly what I wanted to hear :-)
21:07
<
mattip >
pybind11 is not a good match at all for pypy
21:08
<
YannickJadoul >
I know :-( But better some support than none?
21:08
<
mattip >
I wish Scipy did not include it for wrapping fft
21:12
cthomson has quit [Remote host closed the connection]
21:12
<
YannickJadoul >
:/ If there is something pybind11 can do about such things, it would be nice, but...
21:13
<
YannickJadoul >
The good news is that once HPy is more ready, we can try sneaking it in without users noticing? ;-)
21:23
cthomson has joined #pypy
21:28
<
mattip >
I switched the host pypy on win32 to last night's build
21:28
<
mattip >
and pushed a few trivial fixes so the default build will trigger
21:29
<
mattip >
maybe that will help?
21:31
marky1991 has joined #pypy
21:31
marky1991 has quit [Remote host closed the connection]
21:32
marky1991 has joined #pypy
21:44
otisolsen70_ has quit [Ping timeout: 256 seconds]
21:53
jacob22 has quit [Read error: Connection reset by peer]
21:56
cthomson has quit [Ping timeout: 245 seconds]
21:57
jacob22 has joined #pypy
22:10
yajadoul has joined #pypy
22:10
yajadoul has quit [Client Quit]
22:11
yajadoul has joined #pypy
22:13
YannickJadoul has quit [Ping timeout: 260 seconds]
22:16
oberstet has quit [Quit: Leaving]
22:35
yajadoul has quit [Quit: Leaving]