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

2011-05-19 Thread Марк Коренберг
Марк Коренберг added the comment: Why not to implement 'e' letter in py3k ? In systems where O_CLOEXEC is not supported in open(), flag should be set non-atomically using fcntl. To exclude races (in concurrent threads), this two ops should be done under lock (GIL?) -- _

[issue12127] Inconsistent leading zero treatment

2011-05-19 Thread Petri Lehtinen
Petri Lehtinen added the comment: There's a good rationale against supporting leading zeros in integer literals in PEP 3127: http://www.python.org/dev/peps/pep-3127/#removal-of-old-octal-syntax -- nosy: +petri.lehtinen versions: +Python 3.2 ___

[issue3754] cross-compilation support for python build

2011-05-19 Thread Greg Hellings
Changes by Greg Hellings : -- nosy: +Greg.Hellings ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.p

[issue1054041] Python doesn't exit with proper resultcode on SIGINT

2011-05-19 Thread Petri Lehtinen
Changes by Petri Lehtinen : -- nosy: +petri.lehtinen ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://m

<    1   2