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
Accelerator
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.2k
Star
74.3k
Code
Issues
5k+
Pull requests
2.5k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
bpo-38031: Fix a possible assertion failure in _io.FileIO()
- #15688
#15688
Merged
iritkatriel
merged 12 commits into
python:main
python/cpython:main
from
ZackerySpytz:bpo-38031-_io-FileIO-opener-crash
ZackerySpytz/cpython:bpo-38031-_io-FileIO-opener-crash
Copy head branch name to clipboard
Nov 25, 2022
Conversation
Commits
12
(12)
Checks
Files changed
Merged
bpo-38031: Fix a possible assertion failure in _io.FileIO()
#15688
iritkatriel
merged 12 commits into
python:main
python/cpython:main
from
ZackerySpytz:bpo-38031-_io-FileIO-opener-crash
ZackerySpytz/cpython:bpo-38031-_io-FileIO-opener-crash
Copy head branch name to clipboard
Commits
Commits on Sep 5, 2019
bpo-38031: Fix a possible assertion failure in _io.FileIO()
Show description for 59ed780
ZackerySpytz
committed
59ed780
View commit details
Copy full SHA for 59ed780
Browse repository at this point
Commits on Nov 23, 2022
Apply suggestions from code review
iritkatriel
authored
6c0deba
View commit details
Copy full SHA for 6c0deba
Browse repository at this point
Merge branch 'main' into bpo-38031-_io-FileIO-opener-crash
iritkatriel
authored
0352bbd
View commit details
Copy full SHA for 0352bbd
Browse repository at this point
fix test
iritkatriel
authored
28c6058
View commit details
Copy full SHA for 28c6058
Browse repository at this point
support.TESTFN --> os_helper.TESTFN
iritkatriel
authored
bc28d48
View commit details
Copy full SHA for bc28d48
Browse repository at this point
Merge branch 'main' into bpo-38031-_io-FileIO-opener-crash
iritkatriel
authored
8734352
View commit details
Copy full SHA for 8734352
Browse repository at this point
fix test
iritkatriel
authored
94a3f05
View commit details
Copy full SHA for 94a3f05
Browse repository at this point
Commits on Nov 24, 2022
Implement Victor's suggestions
iritkatriel
authored
b5ae5db
View commit details
Copy full SHA for b5ae5db
Browse repository at this point
fix issue number in comment.
iritkatriel
authored
793a8ad
View commit details
Copy full SHA for 793a8ad
Browse repository at this point
Merge branch 'main' into bpo-38031-_io-FileIO-opener-crash
iritkatriel
authored
9dcafa3
View commit details
Copy full SHA for 9dcafa3
Browse repository at this point
remove trailing whitespace
iritkatriel
authored
f05106d
View commit details
Copy full SHA for f05106d
Browse repository at this point
Commits on Nov 25, 2022
Modify a comment (that wasn't written by me) to make it adhere to PEP 8
ZackerySpytz
committed
0510958
View commit details
Copy full SHA for 0510958
Browse repository at this point
You can’t perform that action at this time.