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 eckhardt
Recipients eckhardt, loewis, mhammond
Date 2009-01-11.16:36:33
SpamBayes Score 0.0067128157
Marked as misclassified No
Message-id <1231691796.58.0.891270457894.issue4893@psf.upfronthosting.co.za>
In-reply-to
Content
Okay, hopefully this patch is final. The last one was using 'errno' in
debug mode, but under CE using CreateThread() it should use
GetLastError(). I also took the liberty of saving that error information
for both variants directly after creating the thread fails, so
intermediate calls don't clobber that value.
History
Date User Action Args
2009-01-11 16:36:37eckhardtsetrecipients: + eckhardt, loewis, mhammond
2009-01-11 16:36:36eckhardtsetmessageid: <1231691796.58.0.891270457894.issue4893@psf.upfronthosting.co.za>
2009-01-11 16:36:35eckhardtlinkissue4893 messages
2009-01-11 16:36:35eckhardtcreate