This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Typo in weakref error message
Type: Stage:
Components: Interpreter Core Versions: Python 2.5
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: fdrake Nosy List: ctl, fdrake, nnorwitz
Priority: normal Keywords: patch

Created on 2006-08-03 18:36 by ctl, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
weakref-text.diff ctl, 2006-08-03 18:36 error message patch
Messages (3)
msg50826 - (view) Author: Christopher Tur Lesniewski-Laas (ctl) Date: 2006-08-03 18:36
An error message in Objects/typeobject.c mistakenly refers to
__weaklist__, which does not exist.  The intent was most likely
__weakref__.
msg50827 - (view) Author: Neal Norwitz (nnorwitz) * (Python committer) Date: 2006-08-04 03:45
Logged In: YES 
user_id=33168

See bug 1531003
msg50828 - (view) Author: Fred Drake (fdrake) (Python committer) Date: 2006-08-04 05:18
Logged In: YES 
user_id=3066

Committed for the Python trunk (2.5; revision 51084), and
the release24-maint branch (2.4.4; revision 51083).

Thanks!
History
Date User Action Args
2022-04-11 14:56:19adminsetgithub: 43771
2006-08-03 18:36:43ctlcreate