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, vincent-nexedi
Date 2018-10-15.08:36:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1539592608.77.0.788709270274.issue34747@psf.upfronthosting.co.za>
In-reply-to
Content
How did you run into the issue? There is no reason to ever replace the context of a listening socket. The context setter is designed for SNI-based virtual hosting to replace the context of a bound server-side connection. You never change the listening socket.

We can probably fix the issue, though.
History
Date User Action Args
2018-10-15 08:36:48christian.heimessetrecipients: + christian.heimes, vincent-nexedi
2018-10-15 08:36:48christian.heimessetmessageid: <1539592608.77.0.788709270274.issue34747@psf.upfronthosting.co.za>
2018-10-15 08:36:48christian.heimeslinkissue34747 messages
2018-10-15 08:36:48christian.heimescreate