[issue4893] Use separate thread support code under MS Windows CE

Martin v. Löwis report at bugs.python.org
Mon Jan 12 09:22:37 CET 2009


Martin v. Löwis <martin at v.loewis.de> added the comment:

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.

----------
resolution:  -> accepted
status: open -> closed

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


More information about the Python-bugs-list mailing list