[New-bugs-announce] [issue12105] open() does not able to set flags, such as O_CLOEXEC

Марк Коренберг report at bugs.python.org
Wed May 18 21:11:29 CEST 2011


New submission from Марк Коренберг <socketpair at gmail.com>:

In Python3 I'm not able to use open('xxx', 're') as it does not call fopen() anymore. What about extra flags like 'e'=O_CLOEXEC?

P.S.
see issue12103 for list of needed flags

P.P.S
does 2to3 tool properly detect such cases?

----------
messages: 136259
nosy: mmarkk
priority: normal
severity: normal
status: open
title: open() does not able to set flags, such as O_CLOEXEC
type: behavior
versions: Python 3.1, Python 3.2, Python 3.3, Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12105>
_______________________________________


More information about the New-bugs-announce mailing list