Download Microsoft C/C++ compiler for use with Python 2.6/2.7 ASAP

sturlamolden sturlamolden at yahoo.no
Wed Jul 7 16:35:33 EDT 2010


On 7 Jul, 22:26, Christian Heimes <li... at 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.






More information about the Python-list mailing list