[Patches] [ python-Patches-564549 ] error in weakref.WeakKeyDictionary

noreply@sourceforge.net noreply@sourceforge.net
Mon, 10 Jun 2002 13:00:56 -0700


Patches item #564549, was opened at 2002-06-04 16:09
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=564549&group_id=5470

Category: Modules
Group: Python 2.2.x
>Status: Closed
>Resolution: Accepted
Priority: 5
Submitted By: Erik Andersén (erik_andersen)
Assigned to: Nobody/Anonymous (nobody)
Summary: error in weakref.WeakKeyDictionary

Initial Comment:
WeakKeyDictionary([dict]) only worked if argument 
was omitted. Fixed by moving one line.

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

>Comment By: Guido van Rossum (gvanrossum)
Date: 2002-06-10 16:00

Message:
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).

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

Comment By: Martin v. Löwis (loewis)
Date: 2002-06-07 02:44

Message:
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. :-( )

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

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