Skip to content

bpo-43219: handle Solaris as well #27257

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

Merged
merged 1 commit into from
Jul 20, 2021
Merged

Conversation

kulikjak
Copy link
Contributor

@kulikjak kulikjak commented Jul 20, 2021

On Solaris (I checked this on Oracle and SmartOS), the error is:

NotADirectoryError: [Errno 20] Not a directory: 'not_a_dir/'

which I think belongs to the 'errors are not confusing' category with Windows and macOS.

https://bugs.python.org/issue43219

@gpshead gpshead added needs backport to 3.9 only security fixes needs backport to 3.10 only security fixes skip news labels Jul 20, 2021
@gpshead gpshead merged commit 6564656 into python:main Jul 20, 2021
@miss-islington
Copy link
Contributor

Thanks @kulikjak for the PR, and @gpshead for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10, 3.9.
🐍🍒⛏🤖

@miss-islington
Copy link
Contributor

Sorry @kulikjak and @gpshead, I had trouble checking out the 3.10 backport branch.
Please backport using cherry_picker on command line.
cherry_picker 6564656495d456a1bcc1aaa06abfc696209f37b2 3.10

@bedevere-bot
Copy link

GH-27267 is a backport of this pull request to the 3.9 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jul 20, 2021
(cherry picked from commit 6564656)

Co-authored-by: Jakub Kulík <Kulikjak@gmail.com>
@gpshead gpshead added needs backport to 3.10 only security fixes and removed needs backport to 3.10 only security fixes labels Jul 20, 2021
@miss-islington
Copy link
Contributor

Thanks @kulikjak for the PR, and @gpshead for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10.
🐍🍒⛏🤖

@bedevere-bot bedevere-bot removed the needs backport to 3.10 only security fixes label Jul 20, 2021
@bedevere-bot
Copy link

GH-27268 is a backport of this pull request to the 3.10 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jul 20, 2021
(cherry picked from commit 6564656)

Co-authored-by: Jakub Kulík <Kulikjak@gmail.com>
miss-islington added a commit that referenced this pull request Jul 20, 2021
(cherry picked from commit 6564656)


Co-authored-by: Jakub Kulík <Kulikjak@gmail.com>

Automerge-Triggered-By: GH:gpshead
miss-islington added a commit that referenced this pull request Jul 20, 2021
(cherry picked from commit 6564656)


Co-authored-by: Jakub Kulík <Kulikjak@gmail.com>

Automerge-Triggered-By: GH:gpshead
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip news tests Tests in the Lib/test dir
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants