[issue5623] test_fdopen fails with vs2005, release build on Windows 2000

Amaury Forgeot d'Arc report at bugs.python.org
Tue Mar 31 22:59:36 CEST 2009


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

The problem with Windows 2000 is that it is not enough to distribute 
the CRT. For example, I am sure that a few months ago the version 
ending with .1433 was not present on my machine; the version in the 
system32 directory was .762 (the one shipped with vs2005 sp1).

Trying several sizes is a good idea IMO, and is not likely to segfault 
if we only try with a low fd (1 or 2). I'll try to come with a patch.

----------

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


More information about the Python-bugs-list mailing list