Author: Ronan Lamy
Branch:
Changeset: r93049:5e549a04ab94
Date: 2016-11-20 16:57 +
http://bitbucket.org/pypy/pypy/changeset/5e549a04ab94/
Log:Simplify code
diff --git a/rpython/annotator/dictdef.py b/rpython/annotator/dictdef.py
--- a/rpython/annotator/dictdef.py
+++ b/rpython/annotator
Author: Ronan Lamy
Branch:
Changeset: r89268:7ea1e9aea7b0
Date: 2016-12-29 18:24 +0100
http://bitbucket.org/pypy/pypy/changeset/7ea1e9aea7b0/
Log:Simplify code
diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py
--- a/pypy/module/cpyext/api.py
+++ b/pypy/module/cpyext/api.py
Author: Manuel Jacob
Branch:
Changeset: r81645:090cb15bfa02
Date: 2016-01-09 18:41 +0100
http://bitbucket.org/pypy/pypy/changeset/090cb15bfa02/
Log:Simplify code.
The code returns False in any case. Also, the transactionsafe
attribute is only ever used in the STM branch.
di
Author: Armin Rigo
Branch:
Changeset: r78235:ba1832c3fd9d
Date: 2015-06-21 21:38 +0200
http://bitbucket.org/pypy/pypy/changeset/ba1832c3fd9d/
Log:Simplify code
diff --git a/pypy/module/_cffi_backend/ctypeprim.py
b/pypy/module/_cffi_backend/ctypeprim.py
--- a/pypy/module/_cffi_backend/ctype
Author: Manuel Jacob
Branch:
Changeset: r68806:709d090d1c17
Date: 2014-01-21 14:31 +0100
http://bitbucket.org/pypy/pypy/changeset/709d090d1c17/
Log:Simplify code.
diff --git a/rpython/translator/driver.py b/rpython/translator/driver.py
--- a/rpython/translator/driver.py
+++ b/rpython/transla
Author: Alex Gaynor
Branch:
Changeset: r45493:b21405daef53
Date: 2011-07-11 17:40 -0700
http://bitbucket.org/pypy/pypy/changeset/b21405daef53/
Log:Simplify code and fix translation.
diff --git a/pypy/module/micronumpy/interp_numarray.py
b/pypy/module/micronumpy/interp_numarray.py
--- a/pyp