[pypy-commit] pypy rpython-hash: Another test (fails for unrelated reasons so far)

2017-01-29 Thread arigo
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

[pypy-commit] pypy rpython-hash: Write the exact same logic as CPython. Write a test, which doesn't pass

2017-01-29 Thread arigo
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

[pypy-commit] pypy rpython-hash: in-progress: generate the random seed at runtime

2017-01-29 Thread arigo
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

[pypy-commit] pypy rpython-hash: A mechanism to add a function to call at program start-up. This version

2017-01-29 Thread arigo
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()

[pypy-commit] pypy rpython-hash: fix a bug found by the test (and also fix and improve the test itself)

2017-01-29 Thread arigo
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