00:25
jvesely has quit [Quit: jvesely]
00:43
adamholmberg has joined #pypy
00:43
adamholmberg has quit [Remote host closed the connection]
00:44
adamholmberg has joined #pypy
00:48
adamholmberg has quit [Ping timeout: 240 seconds]
00:55
adamholmberg has joined #pypy
01:03
adamholmberg has joined #pypy
01:03
adamholmberg has quit [Remote host closed the connection]
01:03
adamholmberg has joined #pypy
01:03
adamholmberg has quit [Remote host closed the connection]
01:04
adamholmberg has joined #pypy
01:09
adamholmberg has quit [Ping timeout: 272 seconds]
01:11
adamholmberg has joined #pypy
01:11
adamholmberg has quit [Remote host closed the connection]
01:11
adamholmberg has joined #pypy
01:12
adamholmberg has quit [Remote host closed the connection]
01:12
adamholmberg has joined #pypy
01:12
adamholmberg has quit [Remote host closed the connection]
01:15
adamholmberg has joined #pypy
01:15
adamholmberg has quit [Remote host closed the connection]
01:15
adamholmberg has joined #pypy
01:20
adamholmberg has quit [Ping timeout: 265 seconds]
01:29
jvesely has joined #pypy
01:31
jvesely has quit [Read error: Connection reset by peer]
01:32
jvesely has joined #pypy
02:07
lritter has quit [Quit: Leaving]
02:08
dddddd has quit [Read error: Connection reset by peer]
02:31
jcea has quit [Quit: jcea]
02:50
i9zO5AP has quit [Ping timeout: 268 seconds]
02:55
i9zO5AP has joined #pypy
03:06
tsaka__ has joined #pypy
03:45
andi- has quit [Read error: Connection reset by peer]
03:51
andi- has joined #pypy
04:32
adamholmberg has joined #pypy
04:36
adamholmberg has quit [Ping timeout: 256 seconds]
05:24
wleslie has quit [Quit: ~~~ Crash in JIT!]
06:50
xcm has quit [Remote host closed the connection]
06:51
xcm has joined #pypy
07:01
xcm has quit [Killed (wilhelm.freenode.net (Nickname regained by services))]
07:02
xcm has joined #pypy
07:50
_whitelogger_ has joined #pypy
07:52
oberstet has quit [Read error: Connection reset by peer]
07:53
<
ammar2 >
mattip: thanks, I'll see if I can ping some people about it
07:57
adamholmberg has joined #pypy
08:02
adamholmberg has quit [Ping timeout: 260 seconds]
08:24
<
kenaan >
arigo cffi/cffi c6a071f57bf4 /doc/source/whatsnew.rst: Document the memory leak fix
08:31
oberstet has joined #pypy
08:40
oberstet has quit [Remote host closed the connection]
08:40
oberstet has joined #pypy
08:48
<
kenaan >
arigo cffi/cffi 336db19a4a94 /: Bump version number to 1.14.0
08:55
<
kenaan >
arigo cffi/cffi f2ec51ca7510 /testing/support.py: May fix test on OS/X
08:59
xcm has quit [Remote host closed the connection]
09:01
xcm has joined #pypy
09:01
<
kenaan >
arigo default 2a3fbcfca429 /: update to cffi/f2ec51ca7510
09:05
<
mattip >
sent a mail to the macOS buildbot maintainer, it seems to be unable to use mecurial
09:05
* arigato
fixes Issue #3166
09:05
<
arigato >
mattip: do you mean "unable to use git"?
09:07
<
mattip >
it cannot do any "hg" call:
09:07
<
arigato >
but that's new?
09:08
<
arigato >
misunderstood you, I thought you said the maintainer replied to you "I can't install mercurial"
09:10
<
mattip >
s390x is also broken. I contacted planrich.
09:33
<
kenaan >
arigo py3.6 f13039d71ef7 /pypy/objspace/std/: #3166 Obscure ordering-of-which-error-to-report-first issue
09:39
<
arigato >
I'm going to release cffi 1.14 with two memory-usage fixes
09:40
<
mattip >
do they affect pypy's backend?
09:40
<
arigato >
no, neither does
09:40
<
arigato >
rpython is better than C in avoiding memory leaks :-)
09:41
<
mattip >
as long as we are here and chatting about cffi, you caught that Feb 12 I intend on importing cffi to heptapod, right?
09:41
<
mattip >
that means there might be a few days of mess, and during that time hopefully no-one will change the state of the bitbucket repo
09:42
<
mattip >
and afterwards all development should move to heptapod
09:42
<
arigato >
yes, thank you
09:43
<
arigato >
do you have the authorizations to mark the main branch of cffi read-only, too?
09:46
<
arigato >
OK you should now be an admin
09:49
senyai has quit [Quit: Leaving]
10:27
slavfox has quit [Quit: killed]
10:27
the_drow[m] has quit [Quit: killed]
10:34
marvin has quit [Remote host closed the connection]
10:34
marvin has joined #pypy
10:36
marvin has quit [Remote host closed the connection]
10:37
marvin has joined #pypy
10:38
<
mattip >
yup, thanks
11:12
<
mattip >
kenaan is not showing it,but I updated the single-run benchmark branch, now all the benchmarks should run on python2.7, python3.6
11:21
<
mattip >
in case anyone wants to look at sphinx, you can do "python <profiling options> --fast -b sphinx" on that branch
11:22
<
mattip >
(it is one of the two benchmarks where we are slower than cpython, even with the JIT)
11:25
<
cfbolz >
mattip: can you show me your command line? I only get crashes
11:27
<
mattip >
did you pull benchmarks to latest HEAD on single-run?
11:29
<
cfbolz >
pytz is even in lib, but that's not on the path
11:31
<
mattip >
got it, there was a problem with the merge
11:33
<
mattip >
I didn't use a clean env to test the branch
11:33
<
kenaan >
mattip benchmarks[single-run] a6fedeeb3d70 /benchmarks.py: fix bad merge
11:34
<
cfbolz >
(I tried looking at sphinx in the past at some point, it's really hard)
11:35
<
cfbolz >
it's just a ton of code
11:36
<
mattip >
yeah, and hard to break apart into pieces
11:38
<
mattip >
a cprofile run shows we spend all the time in select.poll
11:39
<
cfbolz >
(I mostly looked at traces so far)
11:41
<
cfbolz >
mattip: can you paste the result you got too?
11:42
<
cfbolz >
(alone the fact that cprofile doesn't slow down the program massively is a red flag that something is pretty weird)
11:43
<
mattip >
right, it is an artifact of the test runner talking to the real process. I wasn't even really profiling the real thing. Ignore
11:56
slavfox has joined #pypy
11:56
salotz[m] has joined #pypy
11:56
the_drow[m] has joined #pypy
11:58
adamholmberg has joined #pypy
12:02
<
mattip >
this worked (on that branch)
12:02
<
mattip >
../pypy2-HEAD/bin/pypy runner.py --args "-mcProfile -o /tmp/sphinx.prof" --fast -b sphinx
12:04
adamholmberg has quit [Ping timeout: 272 seconds]
12:05
<
kenaan >
mattip benchmarks[single-run] 6f1745431542 /: update help for --args
12:17
dddddd has joined #pypy
12:45
CrazyPython has joined #pypy
14:06
CrazyPython has quit [Read error: Connection reset by peer]
14:07
adamholmberg has joined #pypy
14:13
Rhy0lite has joined #pypy
14:23
speeder39_ has joined #pypy
14:32
_whitelogger has joined #pypy
14:41
Ai9zO5AP has joined #pypy
14:41
i9zO5AP has quit [Ping timeout: 272 seconds]
14:43
CrazyPython has joined #pypy
14:57
CrazyPython has quit [Read error: Connection reset by peer]
15:14
<
kenaan >
mattip benchmarks[single-run] 1d835bfd140d /benchmarks.py: make sure sphinx benchmark runs use the same docutils
15:18
<
mattip >
the sphinx benchmark spends much of its time in docutils
15:19
<
mattip >
one interesting difference between cpython2.7 and pypy2.7 is the amount of incl time in docutils.nodes.traverse
15:20
<
mattip >
cpython2: 3.3 secs, pypy 32 secs. The self time and number of calls is similar
15:20
<
cfbolz >
mattip: see you soon :-)
15:24
CrazyPython has joined #pypy
15:42
<
arigato >
now releasing cffi 1.14
15:43
<
arigato >
we'll see what kind of major breakage we get this time
15:45
CrazyPython has quit [Read error: Connection reset by peer]
15:50
<
kenaan >
arigo cffi/cffi[release-1.14] 6a87aa6bf3f3 /: Release branch
15:50
<
kenaan >
arigo cffi/cffi[release-1.14] 694e7139131f /doc/source/installation.rst: md5/sha
15:50
<
kenaan >
arigo cffi/cffi[release-1.14] 1e69882a43d7 /.hgtags: Added tag v1.14.0 for changeset 694e7139131f
15:50
<
kenaan >
arigo cffi/cffi dd8402bc57e3 /: hg merge release-1.14
16:01
mattip has quit [Ping timeout: 240 seconds]
16:04
<
kenaan >
arigo cffi/cffi 41fecd428c08 /doc/source/whatsnew.rst: Move some whatsnew entries into the "Older version" heading
16:07
mattip has joined #pypy
16:10
jcea has joined #pypy
16:15
CrazyPython has joined #pypy
16:16
jcea has quit [Remote host closed the connection]
16:17
jcea has joined #pypy
17:24
atomizer_ is now known as atomizer
17:24
<
speeder39_ >
Anyone around
17:26
CrazyPython has quit [Read error: Connection reset by peer]
17:42
lritter has joined #pypy
17:45
<
cfbolz >
speeder39_: yup
17:46
<
speeder39_ >
How are you
17:46
<
speeder39_ >
Are you in the USA cfbolz?
17:50
CrazyPython has joined #pypy
17:51
tsaka__ has quit [Ping timeout: 272 seconds]
18:32
CrazyPython has quit [Ping timeout: 240 seconds]
19:27
tsaka__ has joined #pypy
19:38
tsaka__ has quit [Ping timeout: 272 seconds]
20:16
dustinm` has quit [Quit: Leaving]
20:18
Rhy0lite has quit [Quit: Leaving]
20:19
dustinm has joined #pypy
20:41
CrazyPython has joined #pypy
20:51
CrazyPython has quit [Read error: Connection reset by peer]
21:53
CrazyPython has joined #pypy
21:54
tsaka__ has joined #pypy
22:02
speeder39_ has quit [Quit: Connection closed for inactivity]
22:24
CrazyPython has quit [Read error: Connection reset by peer]
22:57
camelCaser has quit [Read error: Connection reset by peer]
22:58
camelCaser has joined #pypy
23:08
adamholmberg has quit [Remote host closed the connection]
23:19
xcm has quit [Remote host closed the connection]
23:21
xcm has joined #pypy
23:30
adamholmberg has joined #pypy
23:32
tsaka__ has quit [Ping timeout: 272 seconds]
23:44
adamholmberg has quit [Remote host closed the connection]
23:49
<
tos9 >
arigato: well my 2 test suites pass at least