[Python-bugs-list] [ python-Bugs-595838 ] unnecessary static variable

noreply@sourceforge.net noreply@sourceforge.net
Thu, 15 Aug 2002 20:48:20 -0700


Bugs item #595838, was opened at 2002-08-15 23:32
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=595838&group_id=5470

Category: Python Interpreter Core
Group: Python 2.3
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Neal Norwitz (nnorwitz)
Assigned to: Guido van Rossum (gvanrossum)
Summary: unnecessary static variable

Initial Comment:
In typeobject.c:1011 (in type_new), buffer is static. 
It doesn't seem to need to be static as it's only
passed to Py_Mangle().

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

>Comment By: Guido van Rossum (gvanrossum)
Date: 2002-08-15 23:48

Message:
Logged In: YES 
user_id=6380

Oops, thanks, fxed! I don't know what I was thinking.

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

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