00:06
Hasimir has joined #pypy
00:33
tbodt has joined #pypy
01:18
jamesaxl has joined #pypy
01:20
tbodt has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
01:21
tbodt has joined #pypy
01:41
marr has quit [Ping timeout: 265 seconds]
01:54
tbodt has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
02:01
Hasimir has quit [Remote host closed the connection]
02:40
ssbr` has quit [Ping timeout: 255 seconds]
02:52
ssbr` has joined #pypy
03:20
ArneBab_ has joined #pypy
03:25
ArneBab has quit [Ping timeout: 256 seconds]
05:42
guilherme has joined #pypy
05:45
dddddd has quit [Remote host closed the connection]
05:50
guilherme has quit [Remote host closed the connection]
05:50
guilherme has joined #pypy
05:55
guilherme has quit [Ping timeout: 264 seconds]
06:21
shell_za_190 has joined #pypy
06:21
shell_za_190 has quit [Remote host closed the connection]
07:34
AndrewBC has joined #pypy
08:22
amaury has joined #pypy
08:26
marr has joined #pypy
08:30
amaury has quit [Ping timeout: 264 seconds]
08:33
amaury has joined #pypy
08:58
amaury has quit [Ping timeout: 256 seconds]
09:02
kenaan_ has quit [Read error: No route to host]
09:40
badki998 has joined #pypy
09:40
badki998 has quit [Remote host closed the connection]
09:42
alf188 has joined #pypy
09:42
alf188 has quit [Remote host closed the connection]
09:47
re784 has joined #pypy
09:47
re784 has quit [Remote host closed the connection]
10:13
dddddd has joined #pypy
10:34
jcea has joined #pypy
11:14
marr has quit [Ping timeout: 264 seconds]
11:29
raynold has quit [Read error: Connection reset by peer]
11:31
ceridwen has quit [Ping timeout: 272 seconds]
11:32
raynold has joined #pypy
11:34
ceridwen has joined #pypy
12:20
marr has joined #pypy
12:25
Guest19580 has quit [Ping timeout: 256 seconds]
12:39
marvin_ has joined #pypy
12:49
marr has quit [Ping timeout: 248 seconds]
12:58
kenaan has joined #pypy
12:58
<
kenaan >
rlamy py3.5 ea2056d81509 /pypy/module/_cppyy/test/test_datatypes.py: fix test
13:12
exarkun has quit [Read error: Connection reset by peer]
13:13
exarkun has joined #pypy
13:23
<
kenaan >
rlamy default a560a9381f17 /pypy/module/cpyext/test/test_tupleobject.py: Fix test: missing incref
13:32
<
kenaan >
rlamy py3.5 ed6f48246238 /pypy/module/_continuation/interp_continuation.py: continulet pickling seems to be working
13:55
jcea has quit [Remote host closed the connection]
13:56
jcea has joined #pypy
14:07
raynold has quit [Quit: Connection closed for inactivity]
14:18
guilherme has joined #pypy
15:03
<
kenaan >
rlamy py3.5 413ffdce2e44 /pypy/module/pypyjit/test_pypy_c/: fix 2 tests
15:13
mattip has joined #pypy
15:17
guilherme has quit [Remote host closed the connection]
15:17
guilherme has joined #pypy
15:22
guilherme has quit [Ping timeout: 264 seconds]
15:33
danieljabailey has quit [Ping timeout: 246 seconds]
15:38
danieljabailey has joined #pypy
15:54
guilherme has joined #pypy
16:01
amaury has joined #pypy
16:35
Taggnostr2 has joined #pypy
16:36
Taggnostr has quit [Ping timeout: 248 seconds]
16:36
exarkun has quit [Ping timeout: 248 seconds]
16:37
exarkun has joined #pypy
16:52
amaury has quit [Quit: Konversation terminated!]
16:52
amaury has joined #pypy
17:33
realitix has joined #pypy
17:33
realitix has quit [Remote host closed the connection]
18:16
exarkun has quit [Ping timeout: 272 seconds]
18:17
exarkun has joined #pypy
18:58
getxsick has joined #pypy
18:59
getxsick has left #pypy [#pypy]
19:09
marr has joined #pypy
19:28
jcea has quit [Quit: jcea]
19:57
exarkun has quit [Ping timeout: 240 seconds]
19:57
exarkun has joined #pypy
20:17
guilherme has quit [Remote host closed the connection]
21:12
guilherme has joined #pypy
21:20
<
kenaan >
mattip buildbot 054832151c19 /bot2/pypybuildbot/builds.py: fix for non-windows build slaves without git
21:25
jamesaxl has quit [Quit: WeeChat 1.9.1]
21:26
<
kenaan >
rlamy py3.5 b1f6c07626d3 /pypy/module/_continuation/interp_pickle.py: fix translation
21:31
<
amaury >
bah, with PyPy, _random.seed(None) does not do what you think
21:32
<
amaury >
it's actually equivalent to seed(hash(None)
21:35
marvin_ has quit [Ping timeout: 248 seconds]
21:37
exarkun has quit [Ping timeout: 256 seconds]
21:38
exarkun has joined #pypy
21:40
<
Alex_Gaynor >
amaury: What do I think it should do? It sounds like nonsense to me :-)
21:40
bbot2 has quit [Quit: buildmaster reconfigured: bot disconnecting]
21:41
tbodt has joined #pypy
21:41
bbot2 has joined #pypy
21:41
<
amaury >
Alex_Gaynor: with no parameter, random.seed() uses the current system time.
21:42
<
amaury >
According to the docs, seed(None) should do the same thing
21:42
<
amaury >
and in random.py, the derived class will pass None to the base method
21:42
<
amaury >
This is new to 3.6 though
21:43
<
amaury >
in 3.5 and before, the method seed() is always overridden, and "correctly" uses time.time() * 256 to provide initial non-determinism
21:49
marvin_ has joined #pypy
21:52
bbot2 has quit [Quit: buildmaster reconfigured: bot disconnecting]
21:53
bbot2 has joined #pypy
21:56
guilherme has quit []
21:56
<
mattip >
win32 py3.5 -A tests are hanging somewhere, there is a pypy3.exe process that is hanging in the backround preventing the test runner from exiting
21:57
<
mattip >
once I kill the process with task manager the tests finish quickly
21:57
mattip has left #pypy ["bye"]
22:07
<
kenaan >
rlamy py3.5 3bdc752d4824 /pypy/module/_continuation/interp_continuation.py: backout ed6f48246238
22:07
<
kenaan >
rlamy py3.5 cf79d090d371 /: Fix test_gr_frame in test_greenlet.py
22:08
<
ronan >
hmm, maybe I messed up in 570c274
22:14
<
kenaan >
rlamy py3.5 774bffb126ce /pypy/module/cpyext/: hg merge default
22:29
mentalita has quit [Quit: Leaving]
22:29
mentalita has joined #pypy
22:52
jcea has joined #pypy
22:56
simpson has quit [K-Lined]
22:58
simpson has joined #pypy
23:42
astronavt has joined #pypy
23:45
<
ronan >
"Success:" \o/