[Python-checkins] r83005 - in python/branches/py3k: Include/opcode.h Include/symtable.h Lib/test/test_line_tracing.py Lib/test/test_scope.py Lib/test/test_trace.py Objects/typeobject.c Python/ceval.c Python/compile.c Python/symtable.c

Nick Coghlan ncoghlan at gmail.com
Wed Jul 21 00:39:49 CEST 2010


On Wed, Jul 21, 2010 at 8:37 AM, benjamin.peterson
<python-checkins at python.org> wrote:
> Author: benjamin.peterson
> Date: Wed Jul 21 00:37:19 2010
> New Revision: 83005
>
> Log:
> move test_trace.py so as not to conflict with future tests for the trace module
>
> Added:
>   python/branches/py3k/Lib/test/test_line_tracing.py
>      - copied unchanged from r83003, /python/branches/py3k/Lib/test/test_trace.py
> Removed:
>   python/branches/py3k/Lib/test/test_trace.py
> Modified:
>   python/branches/py3k/Include/opcode.h
>   python/branches/py3k/Include/symtable.h
>   python/branches/py3k/Lib/test/test_scope.py
>   python/branches/py3k/Objects/typeobject.c
>   python/branches/py3k/Python/ceval.c
>   python/branches/py3k/Python/compile.c
>   python/branches/py3k/Python/symtable.c

I have a feeling this checkin picked up some experimental code you
were playing with locally...

Cheers,
Nick.

-- 
Nick Coghlan   |   ncoghlan at gmail.com   |   Brisbane, Australia


More information about the Python-checkins mailing list