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.

Author nascheme
Recipients
Date 2002-04-07.01:51:45
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=35752

Here's a quick implementation.  D.pop() is not as efficient
as it could be (it uses popitem and then promply deallocates
the item tuple).  I'm not sure it matters though.

Someone should probably check the refcounts.  I always screw
them up. :-)
History
Date User Action Args
2007-08-23 15:12:05adminlinkissue539949 messages
2007-08-23 15:12:05admincreate