[pypy-commit] pypy py3.6: hg merge default

2019-12-16 Thread arigo
Author: Armin Rigo Branch: py3.6 Changeset: r98301:ae244c1519cf Date: 2019-12-16 19:09 +0100 http://bitbucket.org/pypy/pypy/changeset/ae244c1519cf/ Log:hg merge default diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -59,3 +59,5 @@ 5da45ced70e515f94686be0df47c59abd1348ebc rele

[pypy-commit] pypy default: oops, fix for 853267f08f60: the final update of cached_types should occur while

2019-12-16 Thread arigo
Author: Armin Rigo Branch: Changeset: r98302:36cf5ebfa3ec Date: 2019-12-16 19:25 +0100 http://bitbucket.org/pypy/pypy/changeset/36cf5ebfa3ec/ Log:oops, fix for 853267f08f60: the final update of cached_types should occur while we still have the lock (maybe it works anyway because of

[pypy-commit] pypy py3.6: hg merge default

2019-12-16 Thread arigo
Author: Armin Rigo Branch: py3.6 Changeset: r98303:15207108964c Date: 2019-12-16 19:26 +0100 http://bitbucket.org/pypy/pypy/changeset/15207108964c/ Log:hg merge default diff --git a/pypy/module/_cffi_backend/realize_c_type.py b/pypy/module/_cffi_backend/realize_c_type.py --- a/pypy/module/_