00:14
_whitelogger has joined #pypy
00:18
<
energizer >
"Bypassing the __getattribute__() machinery in this fashion provides significant scope for speed optimisations within the interpreter, at the cost of some flexibility in the handling of special methods (the special method must be set on the class object itself in order to be consistently invoked by the interpreter)."
https://docs.python.org/3/reference/datamodel.html#special-lookup
00:21
<
energizer >
So in CPython, it would be too slow if implicit attribute looked up on x's metaclass.__getattribute__ . Would it also be too slow in pypy?
00:37
jcea has quit [Ping timeout: 240 seconds]
00:41
kipras has quit [Read error: Connection reset by peer]
01:13
Cullran has joined #pypy
01:13
Cullran has left #pypy [#pypy]
01:26
_whitelogger has joined #pypy
01:33
hugomg has joined #pypy
01:53
hugomg has quit [Remote host closed the connection]
01:53
hugomg has joined #pypy
01:54
hugomg has quit [Client Quit]
02:20
jcea has joined #pypy
02:29
Guest33 has joined #pypy
02:31
Guest33 has quit [Remote host closed the connection]
02:59
_whitelogger has joined #pypy
03:08
Boothyanka has joined #pypy
03:08
Boothyanka has left #pypy [#pypy]
03:13
jcea has quit [Quit: jcea]
03:31
dddddd has quit [Remote host closed the connection]
03:39
bailecoffin has joined #pypy
03:39
bailecoffin has left #pypy [#pypy]
03:46
yaewa has joined #pypy
03:47
moei has quit [Ping timeout: 245 seconds]
04:21
xcm has quit [Remote host closed the connection]
04:22
xcm has joined #pypy
04:36
Ai9zO5AP has joined #pypy
06:55
<
kenaan >
Julian Berman zlib-copying-third-time-a-charm 4ae1b51c0133 /pypy/module/zlib/interp_zlib.py: Immediately free the z_stream after flushing a decompressobj. Matches what CPython...
06:55
<
kenaan >
Julian Berman zlib-copying-third-time-a-charm 1c38b412ceb1 /pypy/module/zlib/interp_zlib.py: Notice when we're copying a flushed decompressobj too. Hopefully we go green. Othe...
06:57
<
kenaan >
Julian Berman zlib-copying-third-time-a-charm a95cf340ec7c /pypy/doc/whatsnew-head.rst: Whatsnew.
07:16
<
zaytsev >
mattip_: hi i think i have found the problem, your slave is not set up cleanly for 140. i've reinstalled 140 on my image and microsoft docs say stuff should be located there - VS140COMNTOOLS=C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\Tools\
07:16
<
zaytsev >
and it is located there indeed. curious if the bild now will run throguh
07:22
mattip has joined #pypy
07:26
<
zaytsev >
mattip_: ok it didn't work, so i added an extra bin, and it seems to make your detection code happy, but i'm afraid your detection code is simply wrong and setuptools will complain
07:28
<
mattip >
zaytsev: what exactly did you change? The PATH environment variable?
08:15
iomari has quit [Ping timeout: 250 seconds]
08:41
Ai9zO5AP has quit [Read error: Connection reset by peer]
08:42
Ai9zO5AP has joined #pypy
09:00
<
zaytsev >
mattip: nope the VS140COMNTOOLS one, more details later
09:19
oberstet has joined #pypy
09:39
mattip has quit [Remote host closed the connection]
09:48
mattip has joined #pypy
10:15
zmt01 has joined #pypy
10:16
zmt00 has quit [Ping timeout: 240 seconds]
10:25
mattip has quit [Remote host closed the connection]
10:26
<
kenaan >
antocuni pypy.org[extradoc] 80d526951b3b /source/download.txt: add sha256 for pypy2.7-7.0-win32
10:39
mattip has joined #pypy
10:40
antocuni has joined #pypy
10:43
mattip has quit [Remote host closed the connection]
10:54
jcea has joined #pypy
10:58
antocuni has quit [Ping timeout: 250 seconds]
11:13
<
kenaan >
stian math-improvements 9bb63f07b007 /pypy/objspace/std/intobject.py: Fix for issue #2946 ?
12:54
marky1991 has joined #pypy
13:01
danieljabailey has quit [Ping timeout: 272 seconds]
13:16
dddddd has joined #pypy
13:27
marky1991 has quit [Ping timeout: 268 seconds]
13:41
Rhy0lite has joined #pypy
14:35
Remi_M has quit [Quit: See you!]
14:37
Remi_M has joined #pypy
15:18
marky1991 has joined #pypy
15:28
Ai9zO5AP has quit [Ping timeout: 240 seconds]
15:30
Ai9zO5AP has joined #pypy
15:47
marky1991 has quit [Ping timeout: 244 seconds]
16:11
marky1991 has joined #pypy
16:16
marky1991 has quit [Remote host closed the connection]
16:19
marky1991 has joined #pypy
17:03
xcm has quit [Remote host closed the connection]
17:04
xcm has joined #pypy
17:38
Zaab1t has joined #pypy
19:01
Zaab1t has quit [Quit: bye bye friends]
19:05
themsay has quit [Ping timeout: 268 seconds]
19:07
kipras has joined #pypy
19:32
zmt01 is now known as zmt00
19:46
xcm has quit [Remote host closed the connection]
19:48
xcm has joined #pypy
19:51
mattip has joined #pypy
19:54
xcm has quit [Remote host closed the connection]
19:55
xcm has joined #pypy
19:55
Rhy0lite has quit [Quit: Leaving]
20:23
themsay has joined #pypy
20:24
marky1991 has quit [Ping timeout: 246 seconds]
20:30
marky1991 has joined #pypy
20:33
marky1991 has quit [Remote host closed the connection]
20:34
marky1991 has joined #pypy
20:35
marky1991 has quit [Remote host closed the connection]
20:38
tinix has joined #pypy
21:14
danieljabailey has joined #pypy
21:22
<
tinix >
are there any known memory leaks in pypy when using eventlet?
21:49
marky1991 has joined #pypy
21:50
marky1991 has quit [Remote host closed the connection]
21:50
marky1991 has joined #pypy
21:52
<
tinix >
anyone else using pypy w/ eventlet?
21:52
<
tinix >
and i mean seriously, not as a toy. in production, using it...
22:27
antocuni has joined #pypy
22:50
_aegis__ is now known as
_aegis_
22:51
<
_aegis_ >
where is os.fork() defined in pypy?
22:52
<
Alex_Gaynor >
pypy/module/posix/
22:53
<
Alex_Gaynor >
except that just defers to the rpython implementation, let's see where tha tis...
22:54
<
_aegis_ >
ah thanks
23:02
<
_aegis_ >
seems like the macos MAP_JIT flag might break pypy's fork somehow <_<
23:10
antocuni has quit [Ping timeout: 252 seconds]
23:13
mattip has quit [Remote host closed the connection]
23:19
ronan has joined #pypy
23:26
<
_aegis_ >
isinstance() is kinda slow