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, bquinlan, xdegaye
Date 2016-05-04.09:06:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1462352776.41.0.0951290324103.issue26924@psf.upfronthosting.co.za>
In-reply-to
Content
On android:

root@generic_x86:/data/local/tmp # python
Python 3.6.0a0 (default:811ccdee6f87+, May  4 2016, 10:31:14) 
[GCC 4.9 20140827 (prerelease)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from _multiprocessing import sem_unlink
>>> sem_unlink('foo')
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
OSError: [Errno 38] Function not implemented
>>>
History
Date User Action Args
2016-05-04 09:06:16xdegayesetrecipients: + xdegaye, bquinlan, Alex.Willmer
2016-05-04 09:06:16xdegayesetmessageid: <1462352776.41.0.0951290324103.issue26924@psf.upfronthosting.co.za>
2016-05-04 09:06:16xdegayelinkissue26924 messages
2016-05-04 09:06:16xdegayecreate