On 7 Jul, 22:26, Christian Heimes <li...@cheimes.de> wrote:

> Don't forget errno! Every CRT might have its own errno thread local. I
> don't know how its handled on Windows but I suspect it suffers from the
> same problem.

The Windows API "errno" is GetLastError. But a delinquent CRT might
map GetLastError() to other integers.



-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to