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 orsenthil
Recipients Erik.Günther, asvetlov, orsenthil
Date 2012-12-31.22:38:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1356993492.84.0.886039425735.issue16434@psf.upfronthosting.co.za>
In-reply-to
Content
Looks an invalid bug to me as well. request is a socket.socket object and has shutdown method taking a single argument. 
The error pasted in the report leads me to believe if the shutdown_request call is not thread-safe and it is ending up called shutdown method in the module instead of the proper shutdown method of the request object.
History
Date User Action Args
2012-12-31 22:38:12orsenthilsetrecipients: + orsenthil, asvetlov, Erik.Günther
2012-12-31 22:38:12orsenthilsetmessageid: <1356993492.84.0.886039425735.issue16434@psf.upfronthosting.co.za>
2012-12-31 22:38:12orsenthillinkissue16434 messages
2012-12-31 22:38:12orsenthilcreate