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 loewis
Recipients eckhardt, loewis, mhammond
Date 2009-01-12.08:22:36
SpamBayes Score 0.02622987
Marked as misclassified No
Message-id <1231748557.33.0.532159711649.issue4893@psf.upfronthosting.co.za>
In-reply-to
Content
I see. Whether the call to PyThread_get_thread_ident comes before the
access to errno (in the original version) depends on the compiler, of
course. Also, this function should be trusted to not affect the last
error, since it can't fail.

I've added a comment to explain what the variables are good for, and
committed the patch as r68542, r68543.
History
Date User Action Args
2009-01-12 08:22:37loewissetrecipients: + loewis, mhammond, eckhardt
2009-01-12 08:22:37loewissetmessageid: <1231748557.33.0.532159711649.issue4893@psf.upfronthosting.co.za>
2009-01-12 08:22:36loewislinkissue4893 messages
2009-01-12 08:22:36loewiscreate