New submission from Xavier de Gaye:

The patch fixes the following error:

======================================================================
ERROR: test_lockf (test.test_posix.PosixTester)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/sdcard/org.bitbucket.pyona/lib/python3.7/test/test_posix.py", line 
195, in test_lockf
    posix.lockf(fd, posix.F_LOCK, 4)
AttributeError: module 'posix' has no attribute 'F_LOCK'

----------
assignee: xdegaye
components: Interpreter Core
files: test_posix_flock.patch
keywords: patch
messages: 281344
nosy: xdegaye
priority: normal
severity: normal
stage: patch review
status: open
title: configure links with lockf and F_LOCK is not declared in Android API 24
type: behavior
versions: Python 3.6, Python 3.7
Added file: http://bugs.python.org/file45582/test_posix_flock.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue28762>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to