Issue #19722: Added opcode.stack_effect(), which accurately

computes the stack effect of bytecode instructions.
This commit is contained in:
Larry Hastings 2013-11-23 14:49:22 -08:00
parent 8d0d369067
commit 3a9079742f
8 changed files with 177 additions and 8 deletions

View file

@ -596,6 +596,8 @@ class PyBuildExt(build_ext):
exts.append( Extension('_lsprof', ['_lsprof.c', 'rotatingtree.c']) )
# static Unicode character database
exts.append( Extension('unicodedata', ['unicodedata.c']) )
# _opcode module
exts.append( Extension('_opcode', ['_opcode.c']) )
# Modules with some UNIX dependencies -- on by default:
# (If you have a really backward UNIX, select and socket may not be