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
.
RustPython
/
RustPython
Public
Notifications
You must be signed in to change notification settings
Fork
1.5k
Star
22.3k
Code
Issues
298
Pull requests
107
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Rustls integration improvements
- #7946
#7946
Merged
youknowone
merged 11 commits into
RustPython:main
RustPython/RustPython:main
from
im-0:fix-rustls
im-0/RustPython:fix-rustls
Copy head branch name to clipboard
May 22, 2026
Conversation
Commits
11
(11)
Checks
Files changed
Merged
Rustls integration improvements
#7946
youknowone
merged 11 commits into
RustPython:main
RustPython/RustPython:main
from
im-0:fix-rustls
im-0/RustPython:fix-rustls
Copy head branch name to clipboard
Commits
Commits on May 21, 2026
Do not call `import socket` on each send()/recv() when using rustls
Show description for ad3060c
im-0
committed
ad3060c
View commit details
Copy full SHA for ad3060c
Browse repository at this point
Implement reading of at most one TLS record from socket
Show description for 7fa757d
im-0
committed
7fa757d
View commit details
Copy full SHA for 7fa757d
Browse repository at this point
Remove special handling of rustls "buffer full" errors
Show description for bc2dbf9
im-0
committed
bc2dbf9
View commit details
Copy full SHA for bc2dbf9
Browse repository at this point
Replace own TlsConnection with rustls::Connection
im-0
committed
023c754
View commit details
Copy full SHA for 023c754
Browse repository at this point
Fix waiting on a socket
Show description for e99f0c4
im-0
committed
e99f0c4
View commit details
Copy full SHA for e99f0c4
Browse repository at this point
Remove dead code from rustls glue
im-0
committed
e9e359c
View commit details
Copy full SHA for e9e359c
Browse repository at this point
Do not present rustls errors as OSError(0, "Success")
im-0
committed
7a10b53
View commit details
Copy full SHA for 7a10b53
Browse repository at this point
Remove infinite loop "detection" from rustls glue
Show description for 86ec36b
im-0
committed
86ec36b
View commit details
Copy full SHA for 86ec36b
Browse repository at this point
Add test for 1-byte max recv in TLS client
im-0
committed
fbe1f80
View commit details
Copy full SHA for fbe1f80
Browse repository at this point
Add regression test for https://github.com/RustPython/RustPython/issues/7891
im-0
committed
6905963
View commit details
Copy full SHA for 6905963
Browse repository at this point
Fix constants in rustls glue code
Show description for 6c0e292
im-0
committed
6c0e292
View commit details
Copy full SHA for 6c0e292
Browse repository at this point
You can’t perform that action at this time.