[New-bugs-announce] [issue28762] configure links with lockf and F_LOCK is not declared in Android API 24

Xavier de Gaye report at bugs.python.org
Mon Nov 21 05:19:49 EST 2016


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 <report at bugs.python.org>
<http://bugs.python.org/issue28762>
_______________________________________


More information about the New-bugs-announce mailing list