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 xdegaye
Date 2016-11-21.10:19:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1479723589.5.0.525775136475.issue28762@psf.upfronthosting.co.za>
In-reply-to
Content
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'
History
Date User Action Args
2016-11-21 10:19:49xdegayesetrecipients: + xdegaye
2016-11-21 10:19:49xdegayesetmessageid: <1479723589.5.0.525775136475.issue28762@psf.upfronthosting.co.za>
2016-11-21 10:19:49xdegayelinkissue28762 messages
2016-11-21 10:19:49xdegayecreate