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.6k
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-129149: Add fast path for medium-size integers in
PyLong_FromSsize_t()
- #129301
#129301
Merged
picnixz
merged 13 commits into
python:main
python/cpython:main
from
chris-eibl:gh-129149
chris-eibl/cpython:gh-129149
Copy head branch name to clipboard
Mar 13, 2025
Conversation
Commits
13
(13)
Checks
Files changed
Merged
gh-129149: Add fast path for medium-size integers in
PyLong_FromSsize_t()
#129301
picnixz
merged 13 commits into
python:main
python/cpython:main
from
chris-eibl:gh-129149
chris-eibl/cpython:gh-129149
Copy head branch name to clipboard
Commits
Commits on Jan 25, 2025
gh-129149: add macro PYLONG_FROM_INT
Show description for 37bddee
chris-eibl
committed
37bddee
View commit details
Copy full SHA for 37bddee
Browse repository at this point
Add UINT_TYPE to the macro PYLONG_FROM_INT.
Show description for b4ee2af
chris-eibl
committed
b4ee2af
View commit details
Copy full SHA for b4ee2af
Browse repository at this point
blurb it
chris-eibl
committed
cf9244c
View commit details
Copy full SHA for cf9244c
Browse repository at this point
Commits on Jan 26, 2025
Address Sergey's review
Show description for ed04f4a
chris-eibl
and
skirpichev
authored
ed04f4a
View commit details
Copy full SHA for ed04f4a
Browse repository at this point
Address Sergey's review
Show description for c59bef0
chris-eibl
and
skirpichev
authored
c59bef0
View commit details
Copy full SHA for c59bef0
Browse repository at this point
Address Sergey's review
Show description for 98b3668
chris-eibl
and
skirpichev
authored
98b3668
View commit details
Copy full SHA for 98b3668
Browse repository at this point
More stylistic syncs with PYLONG_FROM_UINT
chris-eibl
committed
ff57cf7
View commit details
Copy full SHA for ff57cf7
Browse repository at this point
Merge branch 'main' into gh-129149
skirpichev
authored
3a5152f
View commit details
Copy full SHA for 3a5152f
Browse repository at this point
Commits on Jan 29, 2025
Merge branch 'main' into gh-129149
chris-eibl
authored
8331f8b
View commit details
Copy full SHA for 8331f8b
Browse repository at this point
Commits on Mar 1, 2025
address PEP-7 by vertically aligning \
Show description for f0691c5
chris-eibl
committed
f0691c5
View commit details
Copy full SHA for f0691c5
Browse repository at this point
test more medium-size integers in all test_long_as*
chris-eibl
committed
261dcc5
View commit details
Copy full SHA for 261dcc5
Browse repository at this point
Merge branch 'main' into gh-129149
chris-eibl
authored
fda2844
View commit details
Copy full SHA for fda2844
Browse repository at this point
Commits on Mar 12, 2025
Merge branch 'main' into gh-129149
chris-eibl
authored
89ee42b
View commit details
Copy full SHA for 89ee42b
Browse repository at this point
You can’t perform that action at this time.