[Patches] [ python-Patches-686601 ] Remove unncessary casts for PyEval_GetFrame()

SourceForge.net noreply@sourceforge.net
Fri, 14 Feb 2003 09:48:08 -0800


Patches item #686601, was opened at 2003-02-14 10:42
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=686601&group_id=5470

Category: Core (C code)
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Ben Laurie (benl)
Assigned to: Guido van Rossum (gvanrossum)
Summary: Remove unncessary casts for PyEval_GetFrame()

Initial Comment:
PyEval_GetFrame()'s type is known, there's no need to
cast it.


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

>Comment By: Guido van Rossum (gvanrossum)
Date: 2003-02-14 12:48

Message:
Logged In: YES 
user_id=6380

I'm fine with this, even though it changes a public API (and
hence might break 3rd party extensions). Neil, since you
showed some interest, feel free to check it in (assuming it
passes the test suit :-).

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

Comment By: Ben Laurie (benl)
Date: 2003-02-14 12:37

Message:
Logged In: YES 
user_id=14333

Patch attached (and I swear I ticked the damn box the first
time)

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

Comment By: Neal Norwitz (nnorwitz)
Date: 2003-02-14 10:54

Message:
Logged In: YES 
user_id=33168

There's no uploaded file!  You have to check the
checkbox labeled "Check to Upload & Attach File"
when you upload a file.

Please try again.

(This is a SourceForge annoyance that we can do
nothing about. :-( )

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

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