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 petri.lehtinen
Recipients berker.peksag, docs@python, ezio.melotti, giampaolo.rodola, gvanrossum, hheimbuerger, petri.lehtinen, pitrou, sbt, serhiy.storchaka
Date 2014-11-14.19:14:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1415992478.63.0.925885519925.issue16802@psf.upfronthosting.co.za>
In-reply-to
Content
To me, there's also a valid use case on Unix; A parent process forks and execs, wanting to share a socket to the executed child process. The best way for the child to create a socket object is to use the fileno parameter of socket.socket().
History
Date User Action Args
2014-11-14 19:14:38petri.lehtinensetrecipients: + petri.lehtinen, gvanrossum, pitrou, giampaolo.rodola, ezio.melotti, docs@python, sbt, berker.peksag, serhiy.storchaka, hheimbuerger
2014-11-14 19:14:38petri.lehtinensetmessageid: <1415992478.63.0.925885519925.issue16802@psf.upfronthosting.co.za>
2014-11-14 19:14:38petri.lehtinenlinkissue16802 messages
2014-11-14 19:14:38petri.lehtinencreate