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: error in weakref.WeakKeyDictionary
Type: Stage:
Components: Extension Modules Versions: Python 2.2
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: Nosy List: erik_andersen, gvanrossum, loewis
Priority: normal Keywords: patch

Created on 2002-06-04 20:09 by erik_andersen, last changed 2022-04-10 16:05 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
corr erik_andersen, 2002-06-09 21:03 changes + new testcases
Messages (3)
msg40216 - (view) Author: Erik Andersén (erik_andersen) Date: 2002-06-04 20:09
WeakKeyDictionary([dict]) only worked if argument 
was omitted. Fixed by moving one line.
msg40217 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2002-06-07 06:44
Logged In: YES 
user_id=21627

There's no uploaded file!  You have to check the
checkbox labeled "Check to Upload & Attach File"
when you upload a file.

Please try again.

(This is a SourceForge annoyance that we can do
nothing about. :-( )
msg40218 - (view) Author: Guido van Rossum (gvanrossum) * (Python committer) Date: 2002-06-10 20:00
Logged In: YES 
user_id=6380

Thanks for the fix. Your developer skills need improvement,
though! :-)

- You submitted a reverse patch

- The test suite you posted contains a syntax error (you
can't use '=' to test for equality) and a bug (dict[o]
should be 364, not 3).
History
Date User Action Args
2022-04-10 16:05:23adminsetgithub: 36694
2002-06-04 20:09:29erik_andersencreate