[ python-Bugs-1531003 ] __weaklist__ in typeobject.c
SourceForge.net
noreply at sourceforge.net
Fri Aug 4 05:45:54 CEST 2006
Bugs item #1531003, was opened at 2006-07-29 12:57
Message generated for change (Comment added) made by nnorwitz
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1531003&group_id=5470
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Python Interpreter Core
Group: Python 2.4
Status: Open
Resolution: None
Priority: 5
Submitted By: Fred L. Drake, Jr. (fdrake)
Assigned to: Nobody/Anonymous (nobody)
Summary: __weaklist__ in typeobject.c
Initial Comment:
typeobject.c:subtype_getweakref mentions __weaklist__
in an exception message that looks like it should refer
to __weakref__. This exists in both 2.4 and the trunk.
Fixing this should be just a matter of changing the
message text; I don't see any other references to
__weaklist__.
----------------------------------------------------------------------
>Comment By: Neal Norwitz (nnorwitz)
Date: 2006-08-03 20:45
Message:
Logged In: YES
user_id=33168
See patch 1534048
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1531003&group_id=5470
More information about the Python-bugs-list
mailing list