[Python-bugs-list] [ python-Bugs-444201 ] Add Py-compile prefixes for getset

noreply@sourceforge.net noreply@sourceforge.net
Tue, 07 Aug 2001 10:32:48 -0700


Bugs item #444201, was opened at 2001-07-24 11:33
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=444201&group_id=5470

Category: type/class unification
Group: Python 2.2
>Status: Closed
>Resolution: Wont Fix
Priority: 5
Submitted By: Guido van Rossum (gvanrossum)
Assigned to: Guido van Rossum (gvanrossum)
Summary: Add Py-compile prefixes for getset

Initial Comment:
The getset structure should have a Py-prefixed name.
Ditto for structmember.


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

>Comment By: Guido van Rossum (gvanrossum)
Date: 2001-08-07 10:32

Message:
Logged In: YES 
user_id=6380

I think fixing this is not important.

The names affected here are structure tags and typedefs;
Python defines lots of those without proper Py prefixes, for
example a whole series of typedefs starting with 'unaryfunc'
in object.h.

If this was a problem we would have heard about it by now.

So I'm closing this with a "won't fix" resolution.

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

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