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.4k
Star
77.2k
Code
Issues
5k+
Pull requests
2.6k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
gh-123557: Limit the reading size from Unix sockets to same limit pipes use
- #123558
#123558
Closed
aplaikner
wants to merge 22 commits into
python:main
python/cpython:main
from
aplaikner:feature-smaller-socket-buffer-pull-request
aplaikner/cpython:feature-smaller-socket-buffer-pull-request
Copy head branch name to clipboard
Conversation
Commits
22
(22)
Checks
Files changed
Closed
gh-123557: Limit the reading size from Unix sockets to same limit pipes use
#123558
aplaikner
wants to merge 22 commits into
python:main
python/cpython:main
from
aplaikner:feature-smaller-socket-buffer-pull-request
aplaikner/cpython:feature-smaller-socket-buffer-pull-request
Copy head branch name to clipboard
Commits
Commits on Jul 3, 2024
Add clean code
aplaikner
committed
108e65b
View commit details
Copy full SHA for 108e65b
Browse repository at this point
Fix linting error & sysconf unsupported error
aplaikner
committed
37ca606
View commit details
Copy full SHA for 37ca606
Browse repository at this point
Merge branch 'main' into feature-smaller-pipe-buffer-pull-request
aplaikner
authored
df4f307
View commit details
Copy full SHA for df4f307
Browse repository at this point
📜🤖 Added by blurb_it.
blurb-it[bot]
authored
89936c2
View commit details
Copy full SHA for 89936c2
Browse repository at this point
Fix news
aplaikner
committed
31c65b4
View commit details
Copy full SHA for 31c65b4
Browse repository at this point
Make page size non static
aplaikner
committed
0a4e4a3
View commit details
Copy full SHA for 0a4e4a3
Browse repository at this point
Merge branch 'main' into feature-smaller-pipe-buffer-pull-request
aplaikner
authored
7afde51
View commit details
Copy full SHA for 7afde51
Browse repository at this point
Merge branch 'main' into feature-smaller-pipe-buffer-pull-request
aplaikner
authored
8d9b16e
View commit details
Copy full SHA for 8d9b16e
Browse repository at this point
Commits on Jul 4, 2024
Remove redundant call to pymin
aplaikner
committed
e6c64fe
View commit details
Copy full SHA for e6c64fe
Browse repository at this point
Commits on Jul 5, 2024
Shift pipe check to connection.py _recv
aplaikner
committed
936b601
View commit details
Copy full SHA for 936b601
Browse repository at this point
Make pipe size dependant on systems page size
aplaikner
committed
49d8adb
View commit details
Copy full SHA for 49d8adb
Browse repository at this point
Only execute fstat in case reading size is bigger than default pipe size
aplaikner
committed
43e19dd
View commit details
Copy full SHA for 43e19dd
Browse repository at this point
Commits on Jul 7, 2024
Update news message
aplaikner
committed
b0b86e5
View commit details
Copy full SHA for b0b86e5
Browse repository at this point
Make imports order alphabetical
aplaikner
committed
2b6ff24
View commit details
Copy full SHA for 2b6ff24
Browse repository at this point
Shift calculation for pipe size to existing if _winapi check
aplaikner
committed
e726f51
View commit details
Copy full SHA for e726f51
Browse repository at this point
Fix linting error
aplaikner
committed
59cff4d
View commit details
Copy full SHA for 59cff4d
Browse repository at this point
Merge branch 'main' into feature-smaller-pipe-buffer-pull-request
aplaikner
authored
da10f8e
View commit details
Copy full SHA for da10f8e
Browse repository at this point
Create constant for default number of pages per pipe
aplaikner
committed
94d4c4a
View commit details
Copy full SHA for 94d4c4a
Browse repository at this point
Commits on Jul 13, 2024
Extend pipes fix to Unix sockets
aplaikner
committed
ed7fdac
View commit details
Copy full SHA for ed7fdac
Browse repository at this point
Commits on Sep 1, 2024
Merge branch 'feature-smaller-socket-buffer-pull-request' into feature-smaller-socket-buffer
aplaikner
authored
54f3d5a
View commit details
Copy full SHA for 54f3d5a
Browse repository at this point
Merge pull request #1 from aplaikner/feature-smaller-socket-buffer
Show description for 481d6ee
aplaikner
authored
481d6ee
View commit details
Copy full SHA for 481d6ee
Browse repository at this point
📜🤖 Added by blurb_it.
blurb-it[bot]
authored
d130d8f
View commit details
Copy full SHA for d130d8f
Browse repository at this point
You can’t perform that action at this time.