[issue11618] Locks broken wrt timeouts on Windows

Martin v. Löwis report at bugs.python.org
Mon Apr 30 11:05:08 CEST 2012


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

As it stands, the patch is pointless, and can safely be rejected. We will just not have defined NTDDI_VERSION at NTDDI_VISTA for any foreseeable future, so all the Vista-specific code can be eliminated from the patch.

Python had been using dynamic checking for API "forever". In 2.5, there was a check for presence of GetFileAttributesExA; in 2.4, there was a check for CryptAcquireContextA.

----------

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


More information about the Python-bugs-list mailing list