00:12
Rhy0lite has quit [Quit: Leaving]
00:39
jvesely has joined #pypy
00:48
xcm has quit [Ping timeout: 260 seconds]
01:02
adamholmberg has joined #pypy
01:04
adamholmberg has quit [Remote host closed the connection]
01:15
epony has quit [Remote host closed the connection]
01:16
epony has joined #pypy
01:36
speeder39_ has joined #pypy
01:52
jvesely has quit [Quit: jvesely]
02:15
jcea has quit [Ping timeout: 260 seconds]
02:29
jcea has joined #pypy
03:00
xcm has joined #pypy
03:06
lritter has quit [Quit: Leaving]
03:16
jvesely has joined #pypy
04:10
jcea has quit [Quit: jcea]
04:24
dddddd has quit [Remote host closed the connection]
04:25
jvesely has quit [Remote host closed the connection]
05:16
speeder39_ has quit [Quit: Connection closed for inactivity]
05:46
alexge50_ has joined #pypy
05:50
alexge50 has quit [Ping timeout: 272 seconds]
05:59
_whitelogger has joined #pypy
06:48
xcm has quit [Remote host closed the connection]
06:51
xcm has joined #pypy
07:01
kanaka has quit [Ping timeout: 260 seconds]
07:05
kanaka has joined #pypy
07:17
adamholmberg has joined #pypy
07:21
xcm has quit [Remote host closed the connection]
07:22
xcm has joined #pypy
07:24
jacob22 has quit [Ping timeout: 240 seconds]
07:24
jvesely has joined #pypy
07:42
jvesely has quit [Quit: jvesely]
07:45
kingsley has quit [Ping timeout: 240 seconds]
07:51
jacob22 has joined #pypy
08:00
kingsley has joined #pypy
08:12
kingsley has quit [Read error: Connection reset by peer]
08:24
adamholmberg has quit [Remote host closed the connection]
08:32
oberstet has joined #pypy
08:43
xcm has quit [Remote host closed the connection]
08:44
xcm has joined #pypy
09:03
kenaan has quit [Read error: No route to host]
10:39
kenaan has joined #pypy
10:39
<
kenaan >
cfbolz default 67454ea967cb /pypy/objspace/std/: add missing reverse operations to set and frozenset objects
11:01
<
kenaan >
cfbolz py3.6 75200e919c58 /pypy/objspace/std/: merge default
11:31
adamholmberg has joined #pypy
11:37
adamholmberg has quit [Ping timeout: 272 seconds]
11:55
epony has quit [Quit: sysupgrade]
12:08
epony has joined #pypy
12:46
marky1991 has joined #pypy
12:59
dddddd has joined #pypy
13:06
Smigwell has joined #pypy
14:22
Rhy0lite has joined #pypy
14:33
adamholmberg has joined #pypy
14:37
adamholmberg has quit [Ping timeout: 248 seconds]
15:03
marky1991 has quit [Ping timeout: 245 seconds]
15:13
jcea has joined #pypy
15:14
marky1991 has joined #pypy
15:18
<
cfbolz >
arigato: yay, rpython bug!
15:18
jcea has quit [Ping timeout: 245 seconds]
15:18
<
cfbolz >
if you write such a range in rpython, it segfaults: for i in range(1, 255, sys.maxint)
15:18
<
cfbolz >
ah, maybe not the range itself, but it returns very weird values
15:33
jacob22 has quit [Ping timeout: 240 seconds]
15:34
kanaka has quit [Changing host]
15:34
kanaka has joined #pypy
15:40
adamholmberg has joined #pypy
15:40
adamholmberg has quit [Remote host closed the connection]
15:49
camelCaser has quit [Ping timeout: 272 seconds]
15:50
lritter has joined #pypy
15:51
speeder39_ has joined #pypy
15:52
jvesely has joined #pypy
15:53
camelCaser has joined #pypy
16:15
<
tos9 >
accidentally swapped the arguments I assume?
16:21
adamholmberg has joined #pypy
16:32
adamholmberg has quit [Remote host closed the connection]
16:47
adamholmberg has joined #pypy
16:51
<
cfbolz >
it's not real code, but a strange cpython test
16:52
<
cfbolz >
but the range shouldn't return random values
16:58
adamholmberg has quit [Remote host closed the connection]
17:03
marky1991 has quit [Ping timeout: 260 seconds]
17:07
adamholmberg has joined #pypy
17:12
adamholmberg has quit [Remote host closed the connection]
17:16
marky1991 has joined #pypy
17:24
adamholmberg has joined #pypy
17:29
<
mattip >
that server is managed by a cron job, so the link might dissapear if the cron job resets everything
17:29
adamholmberg has quit [Remote host closed the connection]
17:33
<
tos9 >
mattip: awesome!
17:33
<
mattip >
hmm, the header logo text is still not aligned with the menu items, and on mobile the "hamburger" menu does not open
17:33
<
tos9 >
mattip: it's missing an HTTP->HTTPS redirect if that's a thing you/we want?
17:34
<
tos9 >
(especially since?) e.g. the "What is PyPy" link links to the non-HTTPS version
17:34
<
mattip >
thanks. That is something the webserver should do, right? I see
http://www.pypy.org does not redirect either
17:35
<
tos9 >
yes if it's configured to do that
17:35
<
tos9 >
is it nginx in this case or what's doing the hosting
17:42
<
mattip >
yeah, looks like nginx
17:43
<
mattip >
the config is very simple, just a listne, server_name, and location
17:45
<
mattip >
the interweb says it needs a "return 301 https://$host$request_uri;"
17:50
<
tos9 >
sorry, got disconnected
17:50
<
tos9 >
yeah that (the 301 line)
18:00
jcea has joined #pypy
18:03
<
mattip >
ok, will keep that in mind when we ask the psf people to migrate the server away from the repo at bitbucket.org/pypy/pypy.org
18:04
<
kenaan >
arigo extradoc 85cb797d8a37 /sprintinfo/leysin-winter-2020/: Update
18:05
<
mattip >
at least speed.pypy.org is now managed by the salt repo not the chef one
18:07
<
arigato >
cfbolz: I think I know about this range() bug in RPython
18:08
<
arigato >
never got around to fixing it
18:08
<
cfbolz >
arigato: it's the cause of segfaults in mmap
18:08
<
cfbolz >
somemmap[1:None:sys.maxint] happily segfaults
18:08
<
cfbolz >
because there is a for range(start, stop, step) in the getitem
18:09
<
cfbolz >
ok, I am for disallowing with non-constant steps!=+-1
18:13
<
arigato >
OK, agreed
18:14
<
arigato >
I think the very last "i += step" may overflow but its value is never used
18:15
<
arigato >
unsure what C says about this case
18:15
<
arigato >
but I believe it says something like "the value in i is undefined, but nothing bad happens if you don't use it"
18:16
<
cfbolz >
arigato: no, I see different c code
18:17
* arigato
leaving, if you want me to fix, write it on the issue (not tonight for me, and feel free to)
18:17
<
cfbolz >
while curr < max: curr+=step
18:17
<
cfbolz >
And then curr becomes negative
18:17
speeder39_ has quit [Quit: Connection closed for inactivity]
18:19
Ai9zO5AP has joined #pypy
18:45
xcm has quit [Killed (moon.freenode.net (Nickname regained by services))]
18:46
xcm has joined #pypy
18:49
adamholmberg has joined #pypy
19:06
adamholmberg has quit [Remote host closed the connection]
19:09
adamholmberg has joined #pypy
19:10
rubdos has quit [Quit: WeeChat 2.4]
19:23
speeder39_ has joined #pypy
19:26
rubdos has joined #pypy
19:26
jacob22 has joined #pypy
19:27
xcm has quit [Remote host closed the connection]
19:28
xcm has joined #pypy
19:30
adamholm_ has joined #pypy
19:32
adamholmberg has quit [Ping timeout: 268 seconds]
19:36
Smigwell has quit [Ping timeout: 260 seconds]
19:38
FullTiltProspect has joined #pypy
19:38
FullTiltProspect has left #pypy [#pypy]
19:47
adamholm_ has quit [Remote host closed the connection]
19:48
adamholmberg has joined #pypy
19:52
adamholmberg has quit [Remote host closed the connection]
19:59
adamholmberg has joined #pypy
20:02
adamholmberg has quit [Remote host closed the connection]
20:04
rubdos has quit [Quit: WeeChat 2.4]
20:13
rubdos has joined #pypy
20:15
adamholmberg has joined #pypy
20:17
adamholmberg has quit [Remote host closed the connection]
20:35
salotz[m] has quit [*.net *.split]
20:35
Hodgestar has quit [*.net *.split]
20:35
tumbleweed has quit [*.net *.split]
20:35
fcanela has quit [*.net *.split]
20:35
hodge has joined #pypy
20:35
tumbleweed has joined #pypy
20:35
tumbleweed has quit [Changing host]
20:35
tumbleweed has joined #pypy
20:35
fcanela has joined #pypy
20:38
Rhy0lite has quit [Quit: Leaving]
20:45
oberstet has quit [Remote host closed the connection]
21:25
adamholmberg has joined #pypy
21:33
speeder39_ has quit [Quit: Connection closed for inactivity]
22:23
xcm has quit [Killed (cherryh.freenode.net (Nickname regained by services))]
22:25
xcm has joined #pypy
22:27
adamholmberg has quit [Remote host closed the connection]
22:35
marky1991 has quit [Remote host closed the connection]
22:35
marky1991 has joined #pypy
23:03
marky1991 has quit [Remote host closed the connection]
23:04
marky1991 has joined #pypy
23:08
HyP3r has joined #pypy
23:46
_whitelogger has joined #pypy
23:58
adamholmberg has quit [Remote host closed the connection]