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 josh.r
Recipients JoshN, josh.r, pitrou
Date 2016-04-06.19:32:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1459971177.01.0.969202829028.issue26703@psf.upfronthosting.co.za>
In-reply-to
Content
For source reference, the behavior for this case is to just copy out the file descriptor and stick it in a new socket object ( https://hg.python.org/cpython/file/3.5/Modules/socketmodule.c#l4289 ); no work is being done to somehow collaboratively manage the file descriptor to ensure it remains alive for the life of the socket object you're creating.
History
Date User Action Args
2016-04-06 19:32:57josh.rsetrecipients: + josh.r, pitrou, JoshN
2016-04-06 19:32:57josh.rsetmessageid: <1459971177.01.0.969202829028.issue26703@psf.upfronthosting.co.za>
2016-04-06 19:32:57josh.rlinkissue26703 messages
2016-04-06 19:32:56josh.rcreate