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 pitrou
Recipients giampaolo.rodola, pitrou, richard
Date 2010-08-16.00:19:41
SpamBayes Score 0.00014955043
Marked as misclassified No
Message-id <1281917982.87.0.0991927901846.issue9619@psf.upfronthosting.co.za>
In-reply-to
Content
> does test_smtpd register file descriptor 0 (stdin) in asyncore?

After some debug prints, it turns out to be the case.
One general problem is asyncore's global socket_map, which means it can leak between tests if some tests fail cleaning correctly after themselves.
History
Date User Action Args
2010-08-16 00:19:42pitrousetrecipients: + pitrou, richard, giampaolo.rodola
2010-08-16 00:19:42pitrousetmessageid: <1281917982.87.0.0991927901846.issue9619@psf.upfronthosting.co.za>
2010-08-16 00:19:41pitroulinkissue9619 messages
2010-08-16 00:19:41pitroucreate