[Patches] [ python-Patches-580411 ] move frame macros into ceval
noreply@sourceforge.net
noreply@sourceforge.net
Thu, 11 Jul 2002 21:04:01 -0700
Patches item #580411, was opened at 2002-07-12 00:04
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=580411&group_id=5470
Category: Core (C code)
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Neal Norwitz (nnorwitz)
Assigned to: Nobody/Anonymous (nobody)
Summary: move frame macros into ceval
Initial Comment:
There are some old macros in frameobject.h which are
only used in ceval.c. These macros are not prefixed
with Py and some aren't used at all.
This patch:
* removes all of the macros from frameobject.h
* moves the necessary macros into ceval.c
* gets rid of an extra level of macros
* uses co alias instead of f->f_code
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=580411&group_id=5470