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 roger.serwy
Recipients roger.serwy, terry.reedy
Date 2013-03-31.17:41:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1364751679.74.0.677764359927.issue17585@psf.upfronthosting.co.za>
In-reply-to
Content
Terry, I agree that the original patch introduces a buggy fileno and it "knows" too much about the internals of site.py which could change.

The attached patch modifies site.py, similar to how Nick Coghlan split the two function calls in a single try/except block into two separate try/except blocks. I tried to keep the change as small as possible to avoid introducing any unintended regressions. The change does pass the test suite on 3.4 on Linux.
History
Date User Action Args
2013-03-31 17:41:19roger.serwysetrecipients: + roger.serwy, terry.reedy
2013-03-31 17:41:19roger.serwysetmessageid: <1364751679.74.0.677764359927.issue17585@psf.upfronthosting.co.za>
2013-03-31 17:41:19roger.serwylinkissue17585 messages
2013-03-31 17:41:19roger.serwycreate