Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.7k
Star
77.2k
Code
Issues
5k+
Pull requests
2.7k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
gh-102890: Fix error handling in posix.stat implementation
- #102891
#102891
Closed
chgnrdv
wants to merge 15 commits into
python:main
python/cpython:main
from
chgnrdv:posix_do_stat-fix-error-handling
Copy head branch name to clipboard
Conversation
Commits
15
(15)
Checks
Files changed
Closed
gh-102890: Fix error handling in posix.stat implementation
#102891
chgnrdv
wants to merge 15 commits into
python:main
python/cpython:main
from
chgnrdv:posix_do_stat-fix-error-handling
Copy head branch name to clipboard
Commits
Commits on Mar 21, 2023
Fix error handling in posix.stat implementation
Show description for ab7bd09
chgnrdv
committed
ab7bd09
View commit details
Copy full SHA for ab7bd09
Browse repository at this point
removed redundant braces
chgnrdv
committed
58815d2
View commit details
Copy full SHA for 58815d2
Browse repository at this point
Commits on Mar 22, 2023
moved test to separate case, restored braces, fixed inacurracy in `_pystat_fromstructstat` comment
chgnrdv
committed
d15c51b
View commit details
Copy full SHA for d15c51b
Browse repository at this point
added missing NULL check in `_pystat_fromstructstat`
chgnrdv
committed
1a559fd
View commit details
Copy full SHA for 1a559fd
Browse repository at this point
📜🤖 Added by blurb_it.
blurb-it[bot]
authored
8b7f79a
View commit details
Copy full SHA for 8b7f79a
Browse repository at this point
fixed NEWS entry
chgnrdv
authored
8199859
View commit details
Copy full SHA for 8199859
Browse repository at this point
fixed typo in NEWS entry
chgnrdv
authored
375ea1b
View commit details
Copy full SHA for 375ea1b
Browse repository at this point
removed useless NULL check
chgnrdv
committed
e9f5a10
View commit details
Copy full SHA for e9f5a10
Browse repository at this point
added one more check
chgnrdv
committed
821f9c5
View commit details
Copy full SHA for 821f9c5
Browse repository at this point
added more checks to `_pystat_fromstructstat`
chgnrdv
committed
2e0cabf
View commit details
Copy full SHA for 2e0cabf
Browse repository at this point
removed excess newlines
chgnrdv
committed
7d8a22b
View commit details
Copy full SHA for 7d8a22b
Browse repository at this point
reverted deletion of newline
chgnrdv
committed
e497b3a
View commit details
Copy full SHA for e497b3a
Browse repository at this point
Commits on Jun 2, 2023
* removed optional but complicating error checks
Show description for 2afde12
chgnrdv
committed
2afde12
View commit details
Copy full SHA for 2afde12
Browse repository at this point
reverted err check removal
chgnrdv
committed
434a6cd
View commit details
Copy full SHA for 434a6cd
Browse repository at this point
reverted newline deletion
chgnrdv
committed
bc93b67
View commit details
Copy full SHA for bc93b67
Browse repository at this point
You can’t perform that action at this time.