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 christian.heimes
Recipients christian.heimes
Date 2008-05-05.11:27:34
SpamBayes Score 0.04730825
Marked as misclassified No
Message-id <1209986866.69.0.462896858511.issue2768@psf.upfronthosting.co.za>
In-reply-to
Content
os.fstat doesn't accept a file object with a fileno() method. This can
easily be fixed by using PyObject_AsFileDescriptor(). Other os.f*
methods may suffer from the same issue.
History
Date User Action Args
2008-05-05 11:27:47christian.heimessetspambayes_score: 0.0473083 -> 0.04730825
recipients: + christian.heimes
2008-05-05 11:27:46christian.heimessetspambayes_score: 0.0473083 -> 0.0473083
messageid: <1209986866.69.0.462896858511.issue2768@psf.upfronthosting.co.za>
2008-05-05 11:27:43christian.heimeslinkissue2768 messages
2008-05-05 11:27:37christian.heimescreate