FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

WIP: Always pass errno argument for OSError subclasses by serhiy-storchaka · Pull Request #109720 · python/cpython · GitHub

/ cpython Public

WIP: Always pass errno argument for OSError subclasses - #109720

Draft
serhiy-storchaka wants to merge 1 commit into
python:mainfrom
serhiy-storchaka:errno-for-oserror-subclasses
Draft

WIP: Always pass errno argument for OSError subclasses#109720
serhiy-storchaka wants to merge 1 commit into
python:mainfrom
serhiy-storchaka:errno-for-oserror-subclasses

Conversation

Copy link
Copy Markdown
Member

It solves #109601, but covers not only TimeoutError, but other OSError subclasses.

With #109714 these changes will be unneeded (except that some calls may be improved to set filename), because errno and strerror will be set automatically. This PR is a demonstration of changes when do it explicitly. #109714 be accepted and we decide to apply these changes to older versions, this PR will be converted in a backport PR.

Copy link
Copy Markdown

This PR is stale because it has been open for 30 days with no activity.

github-actions Bot added the stale Stale PR or inactive for long period of time. label Apr 14, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

stale Stale PR or inactive for long period of time.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant


Back | FazBrowse Home | New Git URL