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.
Created on 2012年04月24日 16:36 by pino, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| fcntl_h_constants.diff | pino, 2012年04月24日 16:36 | review | ||
| Messages (4) | |||
|---|---|---|---|
| msg159168 - (view) | Author: Pino Toscano (pino) | Date: 2012年04月24日 16:36 | |
The posix module exposes already quite some O_* constants, but it misses few POSIX ones (see [1]), but it misses O_EXEC, O_SEARCH, and O_TTY_INIT. The attached patch adds them. [1] http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/fcntl.h.html |
|||
| msg159183 - (view) | Author: Jesús Cea Avión (jcea) * (Python committer) | Date: 2012年04月24日 18:20 | |
I will take care of this. |
|||
| msg159189 - (view) | Author: Jesús Cea Avión (jcea) * (Python committer) | Date: 2012年04月24日 18:46 | |
I add some other constants too. |
|||
| msg159191 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2012年04月24日 19:00 | |
New changeset 34de406f566d by Jesus Cea in branch 'default': Issue #14661: posix module: add O_EXEC, O_SEARCH, O_TTY_INIT http://hg.python.org/cpython/rev/34de406f566d New changeset 2023f48b32b6 by Jesus Cea in branch 'default': Closes Issue #14661: posix module: add O_EXEC, O_SEARCH, O_TTY_INIT (I add some Solaris constants too) http://hg.python.org/cpython/rev/2023f48b32b6 |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:29 | admin | set | github: 58866 |
| 2012年04月24日 19:01:20 | jcea | set | status: open -> closed resolution: fixed stage: patch review -> resolved |
| 2012年04月24日 19:00:49 | python-dev | set | nosy:
+ python-dev messages: + msg159191 |
| 2012年04月24日 18:46:49 | jcea | set | messages: + msg159189 |
| 2012年04月24日 18:20:51 | jcea | set | assignee: jcea messages: + msg159183 nosy: + jcea |
| 2012年04月24日 17:40:57 | pitrou | set | nosy:
+ neologix stage: patch review |
| 2012年04月24日 16:36:20 | pino | create | |