Bugs item #1531003, was opened at 2006-07-29 15:57 Message generated for change (Comment added) made by fdrake 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: Closed >Resolution: Fixed Priority: 5 Submitted By: Fred L. Drake, Jr. (fdrake) >Assigned to: Fred L. Drake, Jr. (fdrake) 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: Fred L. Drake, Jr. (fdrake) Date: 2006-08-04 01:18 Message: Logged In: YES user_id=3066 Corresponding patch committed for the Python trunk (2.5; revision 51084), and the release24-maint branch (2.4.4; revision 51083). ---------------------------------------------------------------------- Comment By: Neal Norwitz (nnorwitz) Date: 2006-08-03 23: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 _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com