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 kristjan.jonsson
Recipients amaury.forgeotdarc, dstanek, kristjan.jonsson, orsenthil, serhiy.storchaka
Date 2013-12-19.10:43:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1387449818.25.0.667610585347.issue7464@psf.upfronthosting.co.za>
In-reply-to
Content
Here it is.
Notice the incredible nesting depth in python 2.7.
The socket itself is found at
response.fp._sock.fp._sock
There are two socket._fileobjects in use!
History
Date User Action Args
2013-12-19 10:43:38kristjan.jonssonsetrecipients: + kristjan.jonsson, amaury.forgeotdarc, orsenthil, dstanek, serhiy.storchaka
2013-12-19 10:43:38kristjan.jonssonsetmessageid: <1387449818.25.0.667610585347.issue7464@psf.upfronthosting.co.za>
2013-12-19 10:43:38kristjan.jonssonlinkissue7464 messages
2013-12-19 10:43:38kristjan.jonssoncreate