Author: Armin Rigo
Branch: rpython-hash
Changeset: r89826:0138d2b39b12
Date: 2017-01-28 18:52 +0100
http://bitbucket.org/pypy/pypy/changeset/0138d2b39b12/
Log:Another test (fails for unrelated reasons so far)
diff --git a/rpython/rlib/test/test_rweakvaldict.py
b/rpython/rlib/test/test_rweak
Author: Armin Rigo
Branch: rpython-hash
Changeset: r89829:6df13d671d16
Date: 2017-01-29 18:50 +0100
http://bitbucket.org/pypy/pypy/changeset/6df13d671d16/
Log:Write the exact same logic as CPython. Write a test, which doesn't
pass so far.
diff --git a/rpython/rlib/rsiphash.py b/rpyth
Author: Armin Rigo
Branch: rpython-hash
Changeset: r89828:746716a29381
Date: 2017-01-29 18:10 +0100
http://bitbucket.org/pypy/pypy/changeset/746716a29381/
Log:in-progress: generate the random seed at runtime
diff --git a/rpython/rlib/objectmodel.py b/rpython/rlib/objectmodel.py
--- a/rpython
Author: Armin Rigo
Branch: rpython-hash
Changeset: r89827:7b2e8a4c0b4b
Date: 2017-01-29 17:45 +0100
http://bitbucket.org/pypy/pypy/changeset/7b2e8a4c0b4b/
Log:A mechanism to add a function to call at program start-up. This
version uses different trade-offs than call_initial_function()
Author: Armin Rigo
Branch: rpython-hash
Changeset: r89830:bf4314421560
Date: 2017-01-29 22:51 +0100
http://bitbucket.org/pypy/pypy/changeset/bf4314421560/
Log:fix a bug found by the test (and also fix and improve the test
itself)
diff --git a/rpython/rlib/rsiphash.py b/rpython/rlib/r