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 christian.heimes
Recipients christian.heimes, giampaolo.rodola, vstinner
Date 2018-01-29.13:20:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1517232000.3.0.467229070634.issue32706@psf.upfronthosting.co.za>
In-reply-to
Content
Some tests still use asyncore to test TLS. Yes, that's old asyncore, not asyncio. I suggest that we replace asyncore with a threaded test server from test_ssl.
History
Date User Action Args
2018-01-29 13:20:00christian.heimessetrecipients: + christian.heimes, vstinner, giampaolo.rodola
2018-01-29 13:20:00christian.heimessetmessageid: <1517232000.3.0.467229070634.issue32706@psf.upfronthosting.co.za>
2018-01-29 13:20:00christian.heimeslinkissue32706 messages
2018-01-29 13:20:00christian.heimescreate