[issue28746] cannot set_inheritable() for a file descriptor on Android

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +860 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue28746] cannot set_inheritable() for a file descriptor on Android

2016-11-19 Thread Xavier de Gaye
Changes by Xavier de Gaye : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue28746] cannot set_inheritable() for a file descriptor on Android

2016-11-19 Thread Roundup Robot
Roundup Robot added the comment: New changeset 2fb2e3dc450e by Xavier de Gaye in branch '3.6': Issue #28746: Fix the set_inheritable() file descriptor method on platforms https://hg.python.org/cpython/rev/2fb2e3dc450e New changeset 3248782c3176 by Xavier de Gaye in branch 'default': Issue #28746

[issue28746] cannot set_inheritable() for a file descriptor on Android

2016-11-19 Thread Xavier de Gaye
Xavier de Gaye added the comment: It seems the code path run by Android is not tested by any of the buildbots. Patch attached. -- keywords: +patch stage: needs patch -> patch review Added file: http://bugs.python.org/file45547/set_inheritable.patch __

[issue28746] cannot set_inheritable() for a file descriptor on Android

2016-11-19 Thread Xavier de Gaye
New submission from Xavier de Gaye: test_socket on Android fails with: FAIL: test_set_inheritable (test.test_socket.InheritanceTest) -- Traceback (most recent call last): File "/sdcard/org.bitbucket.pyona/lib/python3.7/test/tes