2018-02-26 15:52
cfbolz changed the topic of #pypy to: PyPy, the flexible snake (IRC logs:
https://botbot.me/freenode/pypy/ ) | use cffi for calling C | the secret reason for us trying to get PyPy users: to test the JIT well enough that we're somewhat confident about it
00:16
antocuni has quit [Ping timeout: 272 seconds]
00:53
marky1991 has quit [Read error: Connection reset by peer]
01:21
jcea has quit [Quit: jcea]
01:42
jacob22__ has quit [Ping timeout: 252 seconds]
01:52
adamholmberg has joined #pypy
01:58
lritter has quit [Ping timeout: 252 seconds]
01:59
lritter has joined #pypy
02:04
adamholmberg has quit [Remote host closed the connection]
02:04
adamholmberg has joined #pypy
02:05
adamholmberg has quit [Remote host closed the connection]
02:06
lritter has quit [Remote host closed the connection]
02:08
dddddd has quit [Remote host closed the connection]
02:45
TheAdversary has quit [Ping timeout: 245 seconds]
02:46
Hasimir has quit [Ping timeout: 250 seconds]
04:04
yaewa has joined #pypy
04:06
moei has quit [Ping timeout: 244 seconds]
04:27
beerbaron23 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
04:28
runciter_ has joined #pypy
04:28
yaewa has quit [Quit: Leaving...]
04:29
runciter has quit [Ping timeout: 244 seconds]
04:30
Cheery has quit [Ping timeout: 244 seconds]
04:31
DIRT has quit [Ping timeout: 244 seconds]
04:31
Cheery has joined #pypy
04:38
adamholmberg has joined #pypy
05:11
adamholmberg has quit [Remote host closed the connection]
05:13
runciter_ is now known as runciter
05:16
beerbaron23 has joined #pypy
05:59
jamesaxl has joined #pypy
06:22
tayfun26 has joined #pypy
06:32
realitix has joined #pypy
06:32
realitix has quit [Remote host closed the connection]
06:32
realitix has joined #pypy
07:06
moei has joined #pypy
07:36
<
kenaan >
mattip py3.5 1c4130fcccfa /lib-python/3/distutils/sysconfig_pypy.py: update nt scheme from cpython
07:36
<
kenaan >
mattip release-pypy3.5-6.x dc0bff39e4bb /lib-python/3/distutils/sysconfig_pypy.py: update nt scheme from cpython
07:39
<
mattip >
these changes allow the release win32 build to run numpy from gohlke with MKL
07:48
jacob22__ has joined #pypy
08:17
DIRT has joined #pypy
08:22
antocuni has joined #pypy
08:49
lesshaste has joined #pypy
08:49
jacob22__ has quit [Quit: Konversation terminated!]
09:03
antocuni has quit [Ping timeout: 252 seconds]
09:13
<
lesshaste >
I was reading the great 21 September blog post about cpyext
09:14
<
lesshaste >
where does the slowdown related to just accessing elements of a numpy array come into that list ?
09:30
<
mattip >
lesshaste: accessing elements via python, i.e. a[2,3] calls a.__getitem__(2, 3) which is a python call into a slot function in C
09:31
<
mattip >
so we need to do a python -> c crossing, then a c-> crossing to return the elements
09:43
beerbaron23 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
10:46
dddddd has joined #pypy
11:15
solarjoe4 has joined #pypy
11:16
solarjoe4 has quit [Client Quit]
11:23
marky1991 has joined #pypy
11:33
jcea has joined #pypy
11:45
DIRT has quit [Ping timeout: 272 seconds]
11:47
DIRT has joined #pypy
12:05
jacob22__ has joined #pypy
12:17
realitix has quit [Quit: realitix]
12:30
Rhy0lite has joined #pypy
12:40
<
kenaan >
mattip default 92acfaf3e806 /testrunner/lib_python_tests.py: record test durations - why is win32 so slow?
12:40
<
kenaan >
mattip py3.5 16a9478214da /testrunner/lib_python_tests.py: merge default into branch
12:50
adamholmberg has joined #pypy
13:03
<
kenaan >
mattip unicode-utf8-py3 07afb9936e34 /: merge py3.5 into branch
13:09
adamholmberg has quit [Remote host closed the connection]
13:10
adamholmberg has joined #pypy
13:14
adamholmberg has quit [Ping timeout: 268 seconds]
13:33
antocuni has joined #pypy
14:00
jacob22__ has quit [Quit: Konversation terminated!]
14:02
jacob22__ has joined #pypy
14:08
marky1991 has quit [Remote host closed the connection]
14:08
marky1991 has joined #pypy
14:10
lritter has joined #pypy
14:27
voja_ has joined #pypy
14:29
voja_ has quit [Remote host closed the connection]
14:31
<
kenaan >
mattip unicode-utf8-py3 df3f299804fc /pypy/module/posix/interp_posix.py: fix bad merge from unicode-utf8
14:37
themsay has joined #pypy
14:39
sh_smithGy has joined #pypy
14:39
manaswiniGc has joined #pypy
14:40
manaswiniGc has quit [Remote host closed the connection]
14:41
sh_smithGy has quit [Remote host closed the connection]
14:42
themsay has quit [Ping timeout: 246 seconds]
14:44
EelCaponeQr has joined #pypy
14:48
EelCaponeQr has quit [Remote host closed the connection]
14:51
adamholmberg has joined #pypy
15:02
adamholmberg has quit [Remote host closed the connection]
15:02
adamholmberg has joined #pypy
15:07
adamholmberg has quit [Ping timeout: 252 seconds]
15:09
IvanBlagdanjv has joined #pypy
15:14
IvanBlagdanjv has quit [Ping timeout: 252 seconds]
15:21
adamholmberg has joined #pypy
15:26
adamholmberg has quit [Remote host closed the connection]
15:27
adamholmberg has joined #pypy
15:28
tayfun26 has quit [Quit: tayfun26]
15:31
adamholmberg has quit [Ping timeout: 244 seconds]
15:34
jacob22__ has quit [Ping timeout: 244 seconds]
15:36
jacob22__ has joined #pypy
15:39
OGFjo has joined #pypy
15:39
OGFjo has quit [Killed (Sigyn (Spam is off topic on freenode.))]
15:45
BMO-noire has joined #pypy
15:50
BMO-noire has quit [Remote host closed the connection]
15:58
Zaab1t has joined #pypy
15:58
Guest3833 has joined #pypy
16:04
Guest3833 has quit [Remote host closed the connection]
16:10
wbnlW has joined #pypy
16:11
marky1991 has quit [Read error: Connection reset by peer]
16:11
wbnlW has quit [Remote host closed the connection]
16:11
marky1991 has joined #pypy
16:17
marky1991 has quit [Read error: Connection reset by peer]
16:17
marky1991 has joined #pypy
16:17
JimBuntugN has joined #pypy
16:18
raven-auWI has joined #pypy
16:18
marky1991 has quit [Read error: Connection reset by peer]
16:19
marky1991 has joined #pypy
16:19
JimBuntugN has quit [Remote host closed the connection]
16:21
raven-auWI has quit [Remote host closed the connection]
16:45
Guest53055 has joined #pypy
16:50
Guest53055 has quit [Remote host closed the connection]
16:51
antocuni has quit [Ping timeout: 246 seconds]
17:00
Thaodan_ has joined #pypy
17:09
Thaodan_ has quit [Ping timeout: 252 seconds]
17:12
bendlas[m] has quit [Ping timeout: 250 seconds]
17:12
bendlas[m] has joined #pypy
17:21
Kipras_ has joined #pypy
17:35
marky1991_2 has joined #pypy
17:38
marky1991 has quit [Ping timeout: 252 seconds]
17:53
gwest has joined #pypy
17:54
dddddd has quit [Remote host closed the connection]
17:59
gwest has quit [Remote host closed the connection]
18:05
arigato has joined #pypy
18:06
Zaab1t has quit [Quit: bye bye friends]
18:21
Guest36050 has joined #pypy
18:22
Guest36050 has quit [Remote host closed the connection]
18:26
marky1991_2 has quit [Remote host closed the connection]
18:26
marky1991_2 has joined #pypy
18:36
Guest12222 has joined #pypy
18:38
buspirate has joined #pypy
18:38
buspirate has quit [Remote host closed the connection]
18:40
Guest12222 has quit [Remote host closed the connection]
18:40
enoch85yk has joined #pypy
18:42
enoch85yk has quit [K-Lined]
18:50
tbmb has joined #pypy
18:55
tbmb has quit [Remote host closed the connection]
19:12
kevank has joined #pypy
19:16
kevank has quit [K-Lined]
19:31
Rhy0lite has quit [Quit: Leaving]
19:32
beerbaron23 has joined #pypy
19:46
infernix has quit [Ping timeout: 264 seconds]
19:54
marky1991_2 has quit [Ping timeout: 276 seconds]
19:54
infernix has joined #pypy
20:07
Moondhummn has joined #pypy
20:08
Moondhummn has quit [K-Lined]
20:25
Nephilum has joined #pypy
20:26
Nephilum has quit [Remote host closed the connection]
20:41
arigato has quit [Remote host closed the connection]
20:41
arigato has joined #pypy
20:58
dddddd has joined #pypy
21:03
forScience has joined #pypy
21:08
forScience has quit [Remote host closed the connection]
21:17
arigato has quit [Remote host closed the connection]
21:18
arigato has joined #pypy
21:33
jacob22__ has quit [Ping timeout: 276 seconds]
21:40
arigato has quit [Remote host closed the connection]
22:00
bbot2 has quit [Killed (Sigyn (Spam is off topic on freenode.))]
22:16
themsay has joined #pypy
22:18
themsay has quit [Read error: Connection reset by peer]
22:18
themsay has joined #pypy
22:19
themsay has quit [Read error: Connection reset by peer]
22:19
themsay has joined #pypy
22:24
themsay has quit [Ping timeout: 272 seconds]
22:27
nimaje has quit [Read error: Connection reset by peer]
22:31
nimaje has joined #pypy
22:46
jacob22__ has joined #pypy