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 pitrou
Recipients giampaolo.rodola, janssen, pitrou
Date 2010-04-24.22:10:43
SpamBayes Score 1.6907325e-07
Marked as misclassified No
Message-id <1272147045.41.0.0065871212946.issue8524@psf.upfronthosting.co.za>
In-reply-to
Content
I committed a fix+tests for the timeout value in r80456 (py3k) and r80457 (3.1). Apparently the socket objects' own dup() method doesn't try to retain anything else than the timeout.

I'm leaving this issue as "pending" in case criticism or better options are provided :)
History
Date User Action Args
2010-04-24 22:10:45pitrousetrecipients: + pitrou, janssen, giampaolo.rodola
2010-04-24 22:10:45pitrousetmessageid: <1272147045.41.0.0065871212946.issue8524@psf.upfronthosting.co.za>
2010-04-24 22:10:43pitroulinkissue8524 messages
2010-04-24 22:10:43pitroucreate