[pypy-dev] [pypy-commit] pypy py3k: Add a modifiable copy of opcode.py

holger krekel holger at merlinux.eu
Wed Oct 12 12:18:06 CEST 2011


On Wed, Oct 12, 2011 at 12:04 +0200, Antonio Cuni wrote:
> On 11/10/11 23:27, amauryfa wrote:
> >Author: Amaury Forgeot d'Arc<amauryfa at gmail.com>
> >Branch: py3k
> >Changeset: r47947:838f7aaf8802
> >Date: 2011-10-11 23:12 +0200
> >http://bitbucket.org/pypy/pypy/changeset/838f7aaf8802/
> >
> >Log:	Add a modifiable copy of opcode.py
> >
> >diff --git a/lib-python/3.2/opcode.py b/lib-python/modified-3.2/opcode.py
> >copy from lib-python/3.2/opcode.py
> >copy to lib-python/modified-3.2/opcode.py
> 
> 
> what about killing the * vs modified-* thing while we are at it?
> With mercurial it should be very easy to get a diff against the
> original one whenever we want.

+1.

We could make a tag for the original version i guess such that "hg diff
-r cpy271 ..." etc. would work.  Maybe also a little overview script that
lists all modified files and number of changed lines or so.

holger


More information about the pypy-dev mailing list