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.

Author xdegaye
Recipients Alex.Willmer, Roman.Evstifeev, eric.snow, ethan smith, ethan.furman, xdegaye, yan12125, zach.ware
Date 2016-11-21.15:40:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1479742804.7.0.24753545567.issue26865@psf.upfronthosting.co.za>
In-reply-to
Content
New issues raised upon testing on the Android API 24 emulator:
  issue #28683: bind() on a unix socket raises PermissionError on Android for a non-root user
  issue #28684: [asyncio] bind() on a unix socket raises PermissionError on Android for a non-root user
  issue #28746: cannot set_inheritable() for a file descriptor on Android
  issue #28759: access to mkfifo, mknod and hard links is controled by SELinux MAC on Android
  issue #28762: configure links with lockf and F_LOCK is not declared in Android API 24
  issue #28764: test_mailbox fails when run as a non-root user on Android API 24
History
Date User Action Args
2016-11-21 15:40:04xdegayesetrecipients: + xdegaye, ethan.furman, eric.snow, Roman.Evstifeev, zach.ware, Alex.Willmer, yan12125, ethan smith
2016-11-21 15:40:04xdegayesetmessageid: <1479742804.7.0.24753545567.issue26865@psf.upfronthosting.co.za>
2016-11-21 15:40:04xdegayelinkissue26865 messages
2016-11-21 15:40:04xdegayecreate