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 christian.heimes
Recipients abacabadabacaba, christian.heimes, larry, serhiy.storchaka
Date 2013-07-23.10:02:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1374573722.82.0.463401232157.issue17899@psf.upfronthosting.co.za>
In-reply-to
Content
That's a preliminary report I made a couple of days ago. I posted it on G+ for some friends, it got re-posted by the official Python account and gone viral on Twitter.

The interview is tonight. Coverity is probably going to create their own report after the interview.

The "save_errno" approach is a common technique and not a hack. On modern systems with threading support the errno variable is a carefully crafted macro that wraps an internal function + thread local storage. Several Python files like signalmodule, faulthandler and more are using save_errno.

Yes, we are pedantic. Sometimes it's not easy to cope with but we are creating a hell of a shiny piece of software. :)
History
Date User Action Args
2013-07-23 10:02:02christian.heimessetrecipients: + christian.heimes, larry, abacabadabacaba, serhiy.storchaka
2013-07-23 10:02:02christian.heimessetmessageid: <1374573722.82.0.463401232157.issue17899@psf.upfronthosting.co.za>
2013-07-23 10:02:02christian.heimeslinkissue17899 messages
2013-07-23 10:02:02christian.heimescreate