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 giampaolo.rodola
Recipients giampaolo.rodola, r.david.murray, vinay.sajip
Date 2011-04-30.01:03:58
SpamBayes Score 9.477847e-06
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
The fact that you need to keep two separate maps makes me think that the approach you have in mind might be wrong, as in - that's something you usually don't want to do -. The fact that asyncore uses a global socket map is surely unfortunate, but it's something you rarely want to deal with, therefore changing the __init__ notation of those classes is debatable at least.
What are you trying to achieve exactly?
History
Date User Action Args
2011-04-30 01:03:58giampaolo.rodolasetrecipients: + giampaolo.rodola, vinay.sajip, r.david.murray
2011-04-30 01:03:58giampaolo.rodolasetmessageid: <[email protected]>
2011-04-30 01:03:58giampaolo.rodolalinkissue11959 messages
2011-04-30 01:03:58giampaolo.rodolacreate