[pypy-commit] pypy default: remove dead code

2019-08-20 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r97228:863f304d4d70 Date: 2019-08-20 20:44 +0100 http://bitbucket.org/pypy/pypy/changeset/863f304d4d70/ Log:remove dead code diff --git a/pypy/objspace/std/dictmultiobject.py b/pypy/objspace/std/dictmultiobject.py --- a/pypy/objspace/std/dictmultiobjec

[pypy-commit] pypy default: remove dead code

2019-02-17 Thread mattip
Author: Matti Picus Branch: Changeset: r96041:4e661aec658f Date: 2019-02-17 16:41 +0200 http://bitbucket.org/pypy/pypy/changeset/4e661aec658f/ Log:remove dead code diff --git a/pypy/interpreter/unicodehelper.py b/pypy/interpreter/unicodehelper.py --- a/pypy/interpreter/unicodehelper.py +++

[pypy-commit] pypy default: remove dead code for argtypes and standalone

2016-03-06 Thread loganchien
Author: Logan Chien Branch: Changeset: r82830:524f77883111 Date: 2016-03-06 23:08 +0800 http://bitbucket.org/pypy/pypy/changeset/524f77883111/ Log:remove dead code for argtypes and standalone diff --git a/rpython/translator/interactive.py b/rpython/translator/interactive.py --- a/rpython/t

[pypy-commit] pypy default: Remove dead code: Bookkeeper._find_current_op()

2016-02-15 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r82271:4bec5c63bc9e Date: 2016-02-15 17:42 + http://bitbucket.org/pypy/pypy/changeset/4bec5c63bc9e/ Log:Remove dead code: Bookkeeper._find_current_op() diff --git a/rpython/annotator/bookkeeper.py b/rpython/annotator/bookkeeper.py --- a/rpython/anno

[pypy-commit] pypy default: Remove dead code

2014-02-23 Thread arigo
Author: Armin Rigo Branch: Changeset: r69281:5dc7a91fe1e3 Date: 2014-02-23 09:18 +0100 http://bitbucket.org/pypy/pypy/changeset/5dc7a91fe1e3/ Log:Remove dead code diff --git a/rpython/jit/codewriter/jtransform.py b/rpython/jit/codewriter/jtransform.py --- a/rpython/jit/codewriter/jtransfor

[pypy-commit] pypy default: Remove dead code.

2014-01-21 Thread Manuel Jacob
Author: Manuel Jacob Branch: Changeset: r68807:89c0969caec9 Date: 2014-01-21 14:35 +0100 http://bitbucket.org/pypy/pypy/changeset/89c0969caec9/ Log:Remove dead code. diff --git a/rpython/translator/driver.py b/rpython/translator/driver.py --- a/rpython/translator/driver.py +++ b/rpython/tran

[pypy-commit] pypy default: Remove dead code.

2014-01-13 Thread Manuel Jacob
Author: Manuel Jacob Branch: Changeset: r68635:42c053667504 Date: 2014-01-13 14:18 +0100 http://bitbucket.org/pypy/pypy/changeset/42c053667504/ Log:Remove dead code. diff --git a/rpython/translator/unsimplify.py b/rpython/translator/unsimplify.py --- a/rpython/translator/unsimplify.py +++ b/

[pypy-commit] pypy default: Remove dead code

2013-05-24 Thread rguillebert
Author: Romain Guillebert Branch: Changeset: r64541:b98e6b4ac4ef Date: 2013-05-24 17:10 +0200 http://bitbucket.org/pypy/pypy/changeset/b98e6b4ac4ef/ Log:Remove dead code diff --git a/pypy/module/micronumpy/test/test_dtypes.py b/pypy/module/micronumpy/test/test_dtypes.py --- a/pypy/module/m

[pypy-commit] pypy default: remove dead code (plus some random import cleanup)

2012-12-01 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r59187:2c343bdf8b7c Date: 2012-12-01 13:06 -0800 http://bitbucket.org/pypy/pypy/changeset/2c343bdf8b7c/ Log:remove dead code (plus some random import cleanup) diff --git a/pypy/objspace/fake/checkmodule.py b/pypy/objspace/fake/checkmodule.py --- a/pyp

[pypy-commit] pypy default: Remove dead code.

2012-03-28 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: Changeset: r54046:3b48363cff78 Date: 2012-03-28 23:24 +0200 http://bitbucket.org/pypy/pypy/changeset/3b48363cff78/ Log:Remove dead code. Q: Where does it come from? A: from CPython: Python/ast.c Q: Why this code in CPython? A: In file Gram