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 socketpair
Recipients giampaolo.rodola, socketpair
Date 2011-02-21.04:44:57
SpamBayes Score 0.14181061
Marked as misclassified No
Message-id <1298263497.73.0.51350976502.issue11257@psf.upfronthosting.co.za>
In-reply-to
Content
--- asyncore.py	2010-09-15 22:18:21.000000000 +0600
+++ asyncore.py	2011-02-21 09:43:15.033839614 +0500
@@ -58,7 +58,7 @@
 try:
     socket_map
 except NameError:
-    socket_map = {}
+    socket_map = weakref.WeakValueDictionary()
 
 def _strerror(err):
     try:
History
Date User Action Args
2011-02-21 04:44:57socketpairsetrecipients: + socketpair, giampaolo.rodola
2011-02-21 04:44:57socketpairsetmessageid: <1298263497.73.0.51350976502.issue11257@psf.upfronthosting.co.za>
2011-02-21 04:44:57socketpairlinkissue11257 messages
2011-02-21 04:44:57socketpaircreate