Author: Laurence Tratt
Branch:
Changeset: r93578:8390220c0526
Date: 2017-12-26 14:39 +
http://bitbucket.org/pypy/pypy/changeset/8390220c0526/
Log:OpenBSD doesn't currently support vmprof.
diff --git a/rpython/rlib/rvmprof/cintf.py b/rpython/rlib/rvmprof/cintf.py
--- a/rpython/rlib/rvmpr
Author: Matti Picus
Branch: py3.5
Changeset: r93579:a4194a67868f
Date: 2017-12-26 19:55 +0200
http://bitbucket.org/pypy/pypy/changeset/a4194a67868f/
Log:make test fail not hang on win32
diff --git a/pypy/module/cpyext/test/test_eval.py
b/pypy/module/cpyext/test/test_eval.py
--- a/pypy/modul
Author: Matti Picus
Branch:
Changeset: r93580:678518de33f8
Date: 2017-12-26 23:13 +0200
http://bitbucket.org/pypy/pypy/changeset/678518de33f8/
Log:api.Py_DecRef and api.PyTuple_New no longer exist, work around for
tests
diff --git a/pypy/module/cpyext/test/test_tupleobject.py
b/pyp
Author: Armin Rigo
Branch:
Changeset: r93581:c166d499b6d8
Date: 2017-12-27 07:37 +0100
http://bitbucket.org/pypy/pypy/changeset/c166d499b6d8/
Log:Issue #2689
thread.Lock objects are weakrefable in CPython
diff --git a/pypy/module/thread/os_lock.py b/pypy/module/thread/os_lock.py
--
Author: Armin Rigo
Branch:
Changeset: r93582:ecedc8227476
Date: 2017-12-27 07:44 +0100
http://bitbucket.org/pypy/pypy/changeset/ecedc8227476/
Log:thread._local() should be weakrefable
diff --git a/pypy/module/thread/os_local.py b/pypy/module/thread/os_local.py
--- a/pypy/module/thread/os_lo
Author: Armin Rigo
Branch:
Changeset: r93583:cd23d604d4bc
Date: 2017-12-27 07:47 +0100
http://bitbucket.org/pypy/pypy/changeset/cd23d604d4bc/
Log:struct.Struct() objects should be weakrefable
diff --git a/pypy/module/struct/interp_struct.py
b/pypy/module/struct/interp_struct.py
--- a/pypy/