Skip to content

Conversation

@aixtools
Copy link
Contributor

@aixtools aixtools commented Jan 3, 2019

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

Copy link
Contributor

@eamanu eamanu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. News?

@aixtools
Copy link
Contributor Author

aixtools commented Jan 4, 2019 via email

@aixtools aixtools changed the title bpo-35633: Fix test error introduced by bpo-35189 bpo-35633: test_lockf() fails with "PermissionError: [Errno 13] Permission denied" on AIX Jan 5, 2019
@aixtools
Copy link
Contributor Author

aixtools commented Jan 21, 2019

Modified the PR per request (and also removed NEWS, so need "skip news" tag).

Thx.

Copy link
Contributor

@nierob nierob left a 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

@aixtools
Copy link
Contributor Author

p.s. earlier it was said a blurb was not needed. If so, could someone please "skip news" label?

@miss-islington
Copy link
Contributor

Thanks @aixtools for the PR 🌮🎉.. I'm working now to backport this PR to: 3.7.
🐍🍒⛏🤖

@Mariatta
Copy link
Member

Thanks!

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Feb 14, 2019
…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]>
@bedevere-bot
Copy link

GH-11858 is a backport of this pull request to the 3.7 branch.

miss-islington added a commit that referenced this pull request Feb 14, 2019
…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]>
@nierob
Copy link
Contributor

nierob commented Feb 15, 2019

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants