This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients V.E.O, amaury.forgeotdarc, brian.curtin, christian.heimes, m_python, mloskot, pitrou, tim.golden, tim.peters, vstinner
Date 2013-09-11.23:06:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1378940779.37.0.366976705889.issue17797@psf.upfronthosting.co.za>
In-reply-to
Content
> Shortly, is_valid_fd always returns true because fd < 0 is always
> false as my tests with Visual Studio 2012

Well, that's not all there is, is_valid_fd() does other checks before returning true.
History
Date User Action Args
2013-09-11 23:06:19pitrousetrecipients: + pitrou, tim.peters, amaury.forgeotdarc, vstinner, christian.heimes, tim.golden, brian.curtin, mloskot, V.E.O, m_python
2013-09-11 23:06:19pitrousetmessageid: <1378940779.37.0.366976705889.issue17797@psf.upfronthosting.co.za>
2013-09-11 23:06:19pitroulinkissue17797 messages
2013-09-11 23:06:19pitroucreate