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 gvanrossum
Recipients amaury.forgeotdarc, christian.heimes, gvanrossum
Date 2007-11-11.17:37:58
SpamBayes Score 0.023332192
Marked as misclassified No
Message-id <ca471dc20711110937j7133c521w57f9066d91072085@mail.gmail.com>
In-reply-to <1194749735.18.0.752284510402.issue1415@psf.upfronthosting.co.za>
Content
Hmm... In internal_close() there's still a test for self->fd >= 0. I'm
not sure if this is an oversight or intentional.

Also, I don't understand under what circumstances fds < 0 can occur. I
presume this is only on Windows. Can you point me to docs for this
fact?
History
Date User Action Args
2007-11-11 17:37:58gvanrossumsetspambayes_score: 0.0233322 -> 0.023332192
recipients: + gvanrossum, amaury.forgeotdarc, christian.heimes
2007-11-11 17:37:58gvanrossumlinkissue1415 messages
2007-11-11 17:37:58gvanrossumcreate