[issue27847] os.set_inheritable() looks to be broken on OpenIndiana, regression of Python 3.6

2017-06-27 Thread STINNER Victor
STINNER Victor added the comment: I'm not interested to work on OpenIndiana, and I consider that we should just remove the OpenIndiana buildbot, so I abandon this issue. -- resolution: -> out of date stage: -> resolved status: open -> closed ___ Py

[issue27847] os.set_inheritable() looks to be broken on OpenIndiana, regression of Python 3.6

2016-12-05 Thread Ned Deily
Changes by Ned Deily : -- nosy: +jcea ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/m

[issue27847] os.set_inheritable() looks to be broken on OpenIndiana, regression of Python 3.6

2016-12-05 Thread Ned Deily
Ned Deily added the comment: Although Victor initiated some discussions on python-dev about support for OpenIndiana and other Solaris-related derivatives, I don't we ever reached a consensus, no one has proposed a solution, and currently the OpenIndiana 3.6 buildbot is not functioning well (I'

[issue27847] os.set_inheritable() looks to be broken on OpenIndiana

2016-08-24 Thread STINNER Victor
Changes by STINNER Victor : -- nosy: +ned.deily priority: normal -> release blocker ___ Python tracker ___ ___ Python-bugs-list mailin

[issue27847] os.set_inheritable() looks to be broken on OpenIndiana, regression of Python 3.6

2016-08-24 Thread STINNER Victor
Changes by STINNER Victor : -- title: os.set_inheritable() looks to be broken on OpenIndiana -> os.set_inheritable() looks to be broken on OpenIndiana, regression of Python 3.6 ___ Python tracker _

[issue27847] os.set_inheritable() looks to be broken on OpenIndiana

2016-08-24 Thread STINNER Victor
STINNER Victor added the comment: Hum, the main difference between Python 3.5 and 3.6 is this optimization: changeset: 101039:d268f108ba80 user:Victor Stinner date:Sun Apr 17 16:51:52 2016 +0200 files: Python/fileutils.c description: Avoid fcntl() if possible in set_inhe

[issue27847] os.set_inheritable() looks to be broken on OpenIndiana

2016-08-24 Thread STINNER Victor
New submission from STINNER Victor: On Python 3.5, it seems ok: --- test_get_inheritable_cloexec (test.test_socket.InheritanceTest) ... ok test_set_inheritable (test.test_socket.InheritanceTest) ... ok test_set_inheritable_cloexec (test.test_socket.InheritanceTest) ... ok --- http://buildbot.pyth