]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
SF patch # 580411, move frame macros from frameobject.h into ceval.c
authorNeal Norwitz <nnorwitz@gmail.com>
Sun, 14 Jul 2002 00:27:26 +0000 (00:27 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sun, 14 Jul 2002 00:27:26 +0000 (00:27 +0000)
commita81d220625ae5a157c3bdc72298939b56d2a6faa
tree0e429511cff57dab5525fa5ddec1ed32ca7c5133
parentb6d29b7856d25e382a024139d6599962c02b404b
SF patch # 580411, move frame macros from frameobject.h into ceval.c
remove unused macros
use co alias instead of f->f_code in macros
Include/frameobject.h
Python/ceval.c