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.3k
Star
75.6k
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
bpo-45636:
BINARY_OP
(third time's the charm)
- #29482
#29482
Merged
brandtbucher
merged 18 commits into
python:main
python/cpython:main
from
brandtbucher:binary-op-unified
brandtbucher/cpython:binary-op-unified
Copy head branch name to clipboard
Nov 11, 2021
Conversation
Commits
18
(18)
Checks
Files changed
Merged
bpo-45636:
BINARY_OP
(third time's the charm)
#29482
brandtbucher
merged 18 commits into
python:main
python/cpython:main
from
brandtbucher:binary-op-unified
brandtbucher/cpython:binary-op-unified
Copy head branch name to clipboard
Commits
Commits on Oct 27, 2021
Merge BINARY_*/INPLACE_* into BINARY_OP/INPLACE_OP
brandtbucher
committed
4b7125f
View commit details
Copy full SHA for 4b7125f
Browse repository at this point
Clean things up a bit
brandtbucher
committed
3a87083
View commit details
Copy full SHA for 3a87083
Browse repository at this point
Improve the new _PyNumber_*Op implementations
brandtbucher
committed
a2df29a
View commit details
Copy full SHA for a2df29a
Browse repository at this point
Add docs
brandtbucher
committed
1b8934e
View commit details
Copy full SHA for 1b8934e
Browse repository at this point
blurb add
brandtbucher
committed
3137973
View commit details
Copy full SHA for 3137973
Browse repository at this point
Fix API leak
brandtbucher
committed
9905549
View commit details
Copy full SHA for 9905549
Browse repository at this point
Commits on Oct 28, 2021
Clean up the nb_info struct
brandtbucher
committed
f697036
View commit details
Copy full SHA for f697036
Browse repository at this point
Clean up some comments
brandtbucher
committed
33f6e7c
View commit details
Copy full SHA for 33f6e7c
Browse repository at this point
Commits on Nov 5, 2021
Truly unify all binary ops
brandtbucher
committed
f9e388b
View commit details
Copy full SHA for f9e388b
Browse repository at this point
Commits on Nov 6, 2021
Fix BINARY_OP stats
brandtbucher
committed
f5b1923
View commit details
Copy full SHA for f5b1923
Browse repository at this point
Don't defer operators that can't be specialized
brandtbucher
committed
2a8072c
View commit details
Copy full SHA for 2a8072c
Browse repository at this point
Commits on Nov 8, 2021
Remove some old changes
brandtbucher
committed
6c6b78f
View commit details
Copy full SHA for 6c6b78f
Browse repository at this point
Clarify behavior for non-specializing operators
brandtbucher
committed
51c4b5f
View commit details
Copy full SHA for 51c4b5f
Browse repository at this point
Clean up dis.py a bit
brandtbucher
committed
f0d2056
View commit details
Copy full SHA for f0d2056
Browse repository at this point
Commits on Nov 9, 2021
Remove trailing whitespace
brandtbucher
authored
45e8502
View commit details
Copy full SHA for 45e8502
Browse repository at this point
Commits on Nov 10, 2021
Apply feedback from code review
brandtbucher
committed
8d23dad
View commit details
Copy full SHA for 8d23dad
Browse repository at this point
Merge branch 'binary-op-unified' of github.com:brandtbucher/cpython into binary-op-unified
brandtbucher
committed
490b8da
View commit details
Copy full SHA for 490b8da
Browse repository at this point
Fix a refleak during error handling
brandtbucher
committed
bea2cff
View commit details
Copy full SHA for bea2cff
Browse repository at this point
You can’t perform that action at this time.