[Patches] [ python-Patches-580411 ] move frame macros into ceval

noreply@sourceforge.net noreply@sourceforge.net
Thu, 11 Jul 2002 21:16:56 -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: Accepted
Priority: 5
Submitted By: Neal Norwitz (nnorwitz)
>Assigned to: Neal Norwitz (nnorwitz)
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

----------------------------------------------------------------------

>Comment By: Tim Peters (tim_one)
Date: 2002-07-12 00:16

Message:
Logged In: YES 
user_id=31435

Nice!  Accepted and back to Neal.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=580411&group_id=5470