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 Daniel.Farina
Recipients Daniel.Farina, Mark.Shannon, terry.reedy
Date 2012-05-26.21:29:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1338067760.27.0.78678193802.issue14903@psf.upfronthosting.co.za>
In-reply-to
Content
Unfortunately it's not so easy to upgrade the system's Python, however, it is something we might try.  The reproducing test case would appear to be akin to:

"import _socket"

And, within the gevent stack trace program, https://github.com/schmir/gevent/blob/master/gevent/monkey.py#L109

But to be precise, it is stuck at: https://github.com/heroku/WAL-E/blob/master/wal_e/cmd.py#L17.  None of this is very helpful, I realize, but this program (in this case, when archiving PostgreSQL write-ahead-log archives) is started up millions of times in a day, putting the defect rate at not far from the nominally figurative phrase "one in a million".
History
Date User Action Args
2012-05-26 21:29:20Daniel.Farinasetrecipients: + Daniel.Farina, terry.reedy, Mark.Shannon
2012-05-26 21:29:20Daniel.Farinasetmessageid: <1338067760.27.0.78678193802.issue14903@psf.upfronthosting.co.za>
2012-05-26 21:29:19Daniel.Farinalinkissue14903 messages
2012-05-26 21:29:19Daniel.Farinacreate