Author: Ronan Lamy
Branch:
Changeset: r97801:183ffc0a3903
Date: 2019-10-17 18:26 +0100
http://bitbucket.org/pypy/pypy/changeset/183ffc0a3903/
Log:Correctly swallow exceptions happening inside PyDict_GetItem()
(#3098)
diff --git a/pypy/module/cpyext/dictobject.py b/pypy/module/cpyext
Author: Ronan Lamy
Branch: py3.6
Changeset: r97802:2126ee5b7acd
Date: 2019-10-17 18:28 +0100
http://bitbucket.org/pypy/pypy/changeset/2126ee5b7acd/
Log:hg merge default
diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py
--- a/pypy/interpreter/baseobjspace.py
+++
Author: Ronan Lamy
Branch:
Changeset: r97803:099433b77539
Date: 2019-10-17 18:53 +0100
http://bitbucket.org/pypy/pypy/changeset/099433b77539/
Log:Avoid invalid escapes in strings: they cause SyntaxWarnings in py3.6
(#3097)
diff --git a/lib_pypy/pyrepl/historical_reader.py
b/lib_pyp
Author: Carl Friedrich Bolz-Tereick
Branch:
Changeset: r97805:f27546b858f9
Date: 2019-10-17 23:22 +0200
http://bitbucket.org/pypy/pypy/changeset/f27546b858f9/
Log:issue #3099: allow reloading of subclasses of module
diff --git a/pypy/module/imp/importing.py b/pypy/module/imp/importing.py
--
Author: Armin Rigo
Branch:
Changeset: r97806:d81c769a2353
Date: 2019-10-18 08:29 +0200
http://bitbucket.org/pypy/pypy/changeset/d81c769a2353/
Log:Arguably, clarify the logic. The real motivation is a gcc bug, see
issue #3086
diff --git a/rpython/jit/backend/aarch64/opassembler.py
b