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 aguiar, pitrou
Date 2009-03-13.23:02:09
SpamBayes Score 1.4697886e-09
Marked as misclassified No
Message-id <1236985349.23.0.586247139407.issue5396@psf.upfronthosting.co.za>
In-reply-to
Content
I don't think we will try to support O_DIRECT. First, it is a rather
platform-specific flag. Second, Python's memory allocator doesn't allow
specifying an arbitrary alignment value. Third, I don't even think
O_DIRECT can make a positive difference in a Python program (the open()
manpage actually warns against likely performance degradation when using
O_DIRECT).
So I'm closing this bug, sorry.
History
Date User Action Args
2009-03-13 23:02:29pitrousetrecipients: + pitrou, aguiar
2009-03-13 23:02:29pitrousetmessageid: <1236985349.23.0.586247139407.issue5396@psf.upfronthosting.co.za>
2009-03-13 23:02:10pitroulinkissue5396 messages
2009-03-13 23:02:09pitroucreate