[New-bugs-announce] [issue4893] Use separate thread support code under MS Windows CE

Ulrich Eckhardt report at bugs.python.org
Fri Jan 9 13:01:37 CET 2009


New submission from Ulrich Eckhardt <eckhardt at satorlaser.com>:

There is a separate file thread_wince.h for use with CE, but that is
firstly not used due to a missing macro definition and secondly it
doesn't compile as it is. The attached patch defines WINCE_THREADS for
CE and makes the file at least compile.

Note that this doesn't touch any working code, because the CE port is
currently broken anyway. Further, the changes compile, but since there
are various other bits and pieces still missing, it is impossible to
test it yet.

----------
components: Interpreter Core
files: python-2.7-wince-threads.0.patch
keywords: patch
messages: 79466
nosy: eckhardt
severity: normal
status: open
title: Use separate thread support code under MS Windows CE
versions: Python 2.7
Added file: http://bugs.python.org/file12663/python-2.7-wince-threads.0.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4893>
_______________________________________


More information about the New-bugs-announce mailing list