]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Remove the UNARY_CONVERT opcode (was used for backticks). Also bumped up the
authorBrett Cannon <bcannon@gmail.com>
Fri, 25 Aug 2006 05:05:30 +0000 (05:05 +0000)
committerBrett Cannon <bcannon@gmail.com>
Fri, 25 Aug 2006 05:05:30 +0000 (05:05 +0000)
commite2e23ef97da1ce44c604d86d1f21c2701d7e581f
treebca7dc409238d532748ec23f9ffb89c7d4f99e01
parent5f5cfd121db044b5adf5d9da29fed0d31fec1814
Remove the UNARY_CONVERT opcode (was used for backticks).  Also bumped up the
import MAGIC number.
12 files changed:
Doc/lib/libdis.tex
Include/Python-ast.h
Include/opcode.h
Lib/compiler/pycodegen.py
Lib/opcode.py
Parser/Python.asdl
Python/Python-ast.c
Python/ast.c
Python/ceval.c
Python/import.c
Python/peephole.c
Python/symtable.c