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 sbt
Recipients ezio.melotti, sbt, terry.reedy
Date 2013-03-12.21:24:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1363123453.19.0.653163487755.issue17399@psf.upfronthosting.co.za>
In-reply-to
Content
> Both 3.2 and 3.3 give essentially the same traceback as 3.2 did before, 
> both with installed python and yesterdays debug builds.

It looks like on your machine socket handles are not correctly inherited by child processes -- I had assumed that they always would be.

I suppose to fix things for 3.2 and earlier it would be necessary to backport the functionality of socket.socket.share() and socket.fromshare() from 3.3.
History
Date User Action Args
2013-03-12 21:24:13sbtsetrecipients: + sbt, terry.reedy, ezio.melotti
2013-03-12 21:24:13sbtsetmessageid: <1363123453.19.0.653163487755.issue17399@psf.upfronthosting.co.za>
2013-03-12 21:24:13sbtlinkissue17399 messages
2013-03-12 21:24:13sbtcreate