-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
bpo-35633: test_lockf() fails with "PermissionError: [Errno 13] Permission denied" on AIX #11424
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
eamanu
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. News?
|
On 04/01/2019 13:32, Emmanuel Arias wrote:
eamanu approved this pull request.
LGTM. News?
afaik - for a 'test' a Misc/News blurb is not always needed. However,
just ask and I'll add something similar to the subject line.
|
|
Modified the PR per request (and also removed NEWS, so need "skip news" tag). Thx. |
nierob
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me
|
p.s. earlier it was said a blurb was not needed. If so, could someone please "skip news" label? |
|
Thanks @aixtools for the PR 🌮🎉.. I'm working now to backport this PR to: 3.7. |
|
Thanks! |
…ssion denied" on AIX (pythonGH-11424) [bpo-35633](https://bugs.python.org/issue35633): Fix a test regression introduced with [bpo-35189](https://bugs.python.org/issue35189) (PEP 475: fnctl functions are not retried if interrupted (EINTR)). Not only a blocking IO error needs to be ignored - permission errors also need to be ignored. p.s. - iirc as a "test" only correction a NEWS item is not required. If this is not correct - just mention, and I'll add a NEWS blurb. https://bugs.python.org/issue35633 (cherry picked from commit b94d4be) Co-authored-by: Michael Felt <[email protected]>
|
GH-11858 is a backport of this pull request to the 3.7 branch. |
…ssion denied" on AIX (GH-11424) [bpo-35633](https://bugs.python.org/issue35633): Fix a test regression introduced with [bpo-35189](https://bugs.python.org/issue35189) (PEP 475: fnctl functions are not retried if interrupted (EINTR)). Not only a blocking IO error needs to be ignored - permission errors also need to be ignored. p.s. - iirc as a "test" only correction a NEWS item is not required. If this is not correct - just mention, and I'll add a NEWS blurb. https://bugs.python.org/issue35633 (cherry picked from commit b94d4be) Co-authored-by: Michael Felt <[email protected]>
|
Thanks! |
bpo-35633: Fix a test regression introduced with bpo-35189 (PEP 475: fnctl functions are not retried if interrupted (EINTR)).
Not only a blocking IO error needs to be ignored - permission errors also need to be ignored.
p.s. - iirc as a "test" only correction a NEWS item is not required. If this is not correct - just mention, and I'll add a NEWS blurb.
https://bugs.python.org/issue35633