00:03
antocuni has quit [Ping timeout: 268 seconds]
00:07
jcea has quit [Ping timeout: 252 seconds]
00:54
jcea has joined #pypy
01:11
jcea has quit [Quit: jcea]
03:55
dddddd has quit [Remote host closed the connection]
04:20
_whitelogger has joined #pypy
04:26
_whitelogger has joined #pypy
06:35
_whitelogger has joined #pypy
07:38
Ai9zO5AP has quit [Ping timeout: 248 seconds]
07:41
EWDurbin has quit [*.net *.split]
07:41
string has quit [*.net *.split]
07:41
stillinbeta has quit [*.net *.split]
07:41
kiprasz has quit [*.net *.split]
07:42
shodan45 has quit [*.net *.split]
07:44
kipras`away has joined #pypy
07:47
agronholm has quit [*.net *.split]
07:47
altendky has quit [*.net *.split]
07:47
hexa- has quit [*.net *.split]
07:47
mjacob has quit [*.net *.split]
07:47
andi- has quit [*.net *.split]
07:47
cjwelborn has quit [*.net *.split]
07:47
kirma has quit [*.net *.split]
07:52
altendky has joined #pypy
07:52
hexa- has joined #pypy
07:52
mjacob has joined #pypy
07:52
kirma has joined #pypy
07:52
cjwelborn has joined #pypy
07:52
agronholm has joined #pypy
07:53
hexa- has quit [Max SendQ exceeded]
07:53
stillinbeta has joined #pypy
07:53
shodan45 has joined #pypy
07:53
string has joined #pypy
07:53
EWDurbin has joined #pypy
07:53
andi- has joined #pypy
07:55
hexa- has joined #pypy
08:52
alawrence has joined #pypy
09:57
xcm has quit [Remote host closed the connection]
09:59
xcm has joined #pypy
10:07
Ai9zO5AP has joined #pypy
10:12
jacob22 has quit [Quit: Konversation terminated!]
10:13
jacob22 has joined #pypy
10:27
andi- has quit [Ping timeout: 250 seconds]
10:39
<
kenaan >
fijal copystrcontents-in-rewrite d43e7d5dd376 /: New branch to play with rewriting copystrcontent
11:21
jcea has joined #pypy
11:38
andi- has joined #pypy
12:16
antocuni has joined #pypy
12:24
lritter has joined #pypy
12:40
dddddd has joined #pypy
12:41
nedbat has quit [Ping timeout: 250 seconds]
12:42
EWDurbin has quit [Ping timeout: 248 seconds]
12:42
stillinbeta has quit [Ping timeout: 248 seconds]
12:43
stillinbeta has joined #pypy
12:43
dansan has quit [Remote host closed the connection]
12:44
altendky has quit [Ping timeout: 252 seconds]
12:44
Taggnostr has quit [Ping timeout: 250 seconds]
12:45
dansan has joined #pypy
12:46
Taggnostr has joined #pypy
12:46
shodan45 has quit [Remote host closed the connection]
12:46
EWDurbin has joined #pypy
12:47
altendky has joined #pypy
12:47
nedbat has joined #pypy
12:49
avakdh has quit [Ping timeout: 250 seconds]
12:49
avakdh has joined #pypy
12:50
shodan45 has joined #pypy
12:51
Taggnostr has quit [Ping timeout: 252 seconds]
12:54
Taggnostr has joined #pypy
13:34
string has quit [Ping timeout: 248 seconds]
13:35
nedbat has quit [Ping timeout: 252 seconds]
13:38
string has joined #pypy
13:43
nedbat has joined #pypy
13:43
kipras has quit [Ping timeout: 272 seconds]
13:43
kipras has joined #pypy
13:49
Rhy0lite has joined #pypy
14:18
dustinm has joined #pypy
14:44
forgottenone has joined #pypy
15:03
kiwi_88 has joined #pypy
15:03
kiwi_88 has quit [Remote host closed the connection]
15:04
kiwi_20 has joined #pypy
15:10
forgottenone has quit [Quit: Konversation terminated!]
15:18
kiwi_20 has left #pypy [#pypy]
15:18
kiwi_20 has joined #pypy
15:26
<
kiwi_20 >
Hi, we accidentally uploaded a vmprof profile to vmprof.com (`--web`), who could we contact to have it removed? Thank you
15:30
<
antocuni >
kiwi_20: you should contact fijal
15:31
<
antocuni >
(maciej fijalkowski)
15:32
<
kiwi_20 >
antocuni: Ok, I have sent him a message, thank you
15:36
<
antocuni >
you're welcome
15:37
<
arigato >
"did you know" time: the syntax class A: ... with literally dot-dot-dot is valid syntax nowadays
15:38
<
antocuni >
arigato: I'm sure that if we try enough, we can come up with a nice way to exploit this syntax to make some weird API
15:39
<
arigato >
well it defeats my style of writing "..." left and right in python files as placeholders for not-complete-yet source
15:39
<
arigato >
or it would if I wrote Python 3
15:40
<
antocuni >
"while ...: " it's a nice pattern for an infinite loop :)
15:41
<
arigato >
ok I see, "..." is just the Ellipsis object
15:41
<
antocuni >
yes, and bool(...) is True of course
15:41
<
arigato >
so even a line with just "..." on it is perfectly valid and ignored
15:42
* arigato
</complain>
15:44
<
antocuni >
>>> builtins.Ellipsis = 42
15:44
<
antocuni >
Ellipsis
15:44
<
arigato >
I guess it's a LOAD_CONST
15:44
<
antocuni >
too bad, it would be open a whole load of opportunities if you could change it
15:48
<
arigato >
>>> ....x
15:48
<
arigato >
AttributeError: 'ellipsis' object has no attribute 'x'
15:51
<
fijal >
w're entering perl territory here
15:58
<
antocuni >
I fear that python crossed that border years ago :(
16:34
<
RemoteFox >
is there any prefered way how to do a GUI in a language written in rpython?
16:56
ambv has joined #pypy
16:59
Rhy0lite has quit [Quit: Leaving]
17:08
alawrence has quit [Ping timeout: 256 seconds]
17:18
<
simpson >
RemoteFox: I can outline a couple possible paths; I don't think that there's an established best practice yet.
17:19
<
simpson >
Actually, now that I really think about it, basically all of the options boil down to rffi'ing some GUI library in C, or doing networking from your target language.
17:24
antocuni has quit [Ping timeout: 246 seconds]
17:43
azrdev has joined #pypy
18:11
<
kenaan >
arigo cffi/cffi 5aa806ec6d00 /: Simplify the implementation, cut down the explanations, and allow accessing multiple items instead of just one in...
18:34
<
kenaan >
arigo cffi/cffi ff1afa334366 /c/test_c.py: on py.py, bytearray buffers are not emulated well enough
18:41
<
kenaan >
arigo cffi/cffi 90d267a96234 /: bump version number to 1.13
18:50
<
kenaan >
arigo default d9c0166080e4 /pypy/module/_cffi_backend/: ffi.from_buffer("type *")
18:50
<
kenaan >
arigo default cbe1542365b6 /: update to cffi/90d267a96234
18:59
alawrence has joined #pypy
19:09
antocuni has joined #pypy
20:05
Kipras_ has joined #pypy
20:07
jcea1 has joined #pypy
20:14
nedbat_ has joined #pypy
20:15
kipras has quit [*.net *.split]
20:15
nedbat has quit [*.net *.split]
20:15
jcea has quit [*.net *.split]
20:15
jcea1 is now known as jcea
20:53
jacob22 has quit [Quit: Konversation terminated!]
20:54
jacob22 has joined #pypy
21:13
marvin has quit [Remote host closed the connection]
21:14
marvin_ has joined #pypy
21:37
Cheery has quit [Ping timeout: 245 seconds]
21:44
Cheery has joined #pypy
23:01
nedbat_ is now known as nedbat
23:22
lritter has quit [Quit: Leaving]
23:31
alawrence has quit [Ping timeout: 256 seconds]
23:45
xcm has quit [Remote host closed the connection]
23:46
xcm has joined #pypy
23:50
antocuni has quit [Ping timeout: 252 seconds]
23:59
glyph has quit [Quit: End of line.]