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 xdegaye
Recipients giampaolo.rodola, josiahcarlson, neologix, stutzbach, xdegaye
Date 2011-11-08.17:32:11
SpamBayes Score 2.7537405e-06
Marked as misclassified No
Message-id <1320773533.14.0.440579615875.issue13372@psf.upfronthosting.co.za>
In-reply-to
Content
When use_poll is True, test_handle_close in test_asyncore.py invokes
twice the handle_close() method.

The attached patch:

    modifies test_handle_close so that it fails when handle_close() is
    called more than once

    includes a fix that makes readwrite() behave like poll(): check
    that the dispatcher instance is still in the socket map, before
    calling the handle_xxx methods
History
Date User Action Args
2011-11-08 17:32:13xdegayesetrecipients: + xdegaye, josiahcarlson, giampaolo.rodola, stutzbach, neologix
2011-11-08 17:32:13xdegayesetmessageid: <1320773533.14.0.440579615875.issue13372@psf.upfronthosting.co.za>
2011-11-08 17:32:12xdegayelinkissue13372 messages
2011-11-08 17:32:12xdegayecreate