]> granicus.if.org Git - python/commit
Issue 4804. Add a function to test the validity of file descriptors on Windows,...
authorKristján Valur Jónsson <kristjan@ccpgames.com>
Tue, 10 Feb 2009 13:32:24 +0000 (13:32 +0000)
committerKristján Valur Jónsson <kristjan@ccpgames.com>
Tue, 10 Feb 2009 13:32:24 +0000 (13:32 +0000)
commit6a743d3694fb5138f5eab393c172c3b6789b0383
treebf47b632ad93844f4d50d35df88c38b70ee731f9
parente71fc8711289a2f748f6dd207d3953622a30abf7
Issue 4804.  Add a function to test the validity of file descriptors on Windows, and stop using global runtime settings to silence the warnings / assertions.
Include/fileobject.h
Modules/_fileio.c
Modules/posixmodule.c
Objects/exceptions.c