[issue4893] Use separate thread support code under MS Windows CE
Ulrich Eckhardt
report at bugs.python.org
Sun Jan 11 17:36:36 CET 2009
Ulrich Eckhardt <eckhardt at satorlaser.com> added the comment:
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.
Added file: http://bugs.python.org/file12686/python-2.7-wince-threads.2.patch
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4893>
_______________________________________
More information about the Python-bugs-list
mailing list