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
Date 2003-07-09.16:39:15
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=6380

The fd-as-object idea has dangers too:
there may be situations where you might be
passing a fd to some extension code and never
use it again yourself -- but losing the fd would
close it! Not a good thing.  (The simples
example of this would be os.close() itself. :-)

I don't think I can review the patch adequately;
as it is quite complex I recommend that you check
it in and the point python-dev and c.l.py.ann to it.
History
Date User Action Args
2007-08-23 14:14:17adminlinkissue761888 messages
2007-08-23 14:14:17admincreate