[issue26863] android lacks some declarations for the posix module

2016-04-26 Thread Stefan Krah
Stefan Krah added the comment: Thanks again! -- assignee: -> skrah nosy: +skrah resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker ___ _

[issue26863] android lacks some declarations for the posix module

2016-04-26 Thread Roundup Robot
Roundup Robot added the comment: New changeset f4c6dab59cd8 by Stefan Krah in branch 'default': Issue #26863: HAVE_FACCESSAT should (currently) not be defined on Android. https://hg.python.org/cpython/rev/f4c6dab59cd8 -- nosy: +python-dev ___ Python t

[issue26863] android lacks some declarations for the posix module

2016-04-26 Thread Xavier de Gaye
Xavier de Gaye added the comment: Fixing a comment in previous patch. -- Added file: http://bugs.python.org/file42615/posixmodule.patch ___ Python tracker ___ ___

[issue26863] android lacks some declarations for the posix module

2016-04-26 Thread Xavier de Gaye
New submission from Xavier de Gaye: 'AT_EACCESS' is not declared although HAVE_FACCESSAT is defined 'I_PUSH' is not declared Patch attached. The patch does not take into account the fact that this may be fixed in future versions of android. -- components: Cross-Build files: posixmodule