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
Type
/
to 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
gh-106290: Fix edge cases around uops
- #106319
#106319
Merged
gvanrossum
merged 13 commits into
python:main
python/cpython:main
from
gvanrossum:tweak-uops
gvanrossum/cpython:tweak-uops
Copy head branch name to clipboard
Jul 3, 2023
Conversation
Commits
13
(13)
Checks
Files changed
Merged
gh-106290: Fix edge cases around uops
#106319
gvanrossum
merged 13 commits into
python:main
python/cpython:main
from
gvanrossum:tweak-uops
gvanrossum/cpython:tweak-uops
Copy head branch name to clipboard
Commits
Commits on Jul 1, 2023
Add commented-out prints about why an op is not viable
gvanrossum
committed
a2216ce
View commit details
Copy full SHA for a2216ce
Browse repository at this point
Misc uops changes
Show description for 028b17d
gvanrossum
committed
028b17d
View commit details
Copy full SHA for 028b17d
Browse repository at this point
There's no reason to forbid unbound_local_error
Show description for 4a75f35
gvanrossum
committed
4a75f35
View commit details
Copy full SHA for 4a75f35
Browse repository at this point
Add a SET_IP uop at the top of a trace
Show description for 29a153f
gvanrossum
committed
29a153f
View commit details
Copy full SHA for 29a153f
Browse repository at this point
Fix gh-106290 (wrong line numbers in traceback)
Show description for 7944a80
gvanrossum
committed
7944a80
View commit details
Copy full SHA for 7944a80
Browse repository at this point
Rename SET_IP to SAVE_IP
Show description for c6ded69
gvanrossum
committed
c6ded69
View commit details
Copy full SHA for c6ded69
Browse repository at this point
Also fix prev_instr when deoptimizing
gvanrossum
committed
f6c9d52
View commit details
Copy full SHA for f6c9d52
Browse repository at this point
TEMPORARY -- turn on uops always
gvanrossum
committed
5b85a49
View commit details
Copy full SHA for 5b85a49
Browse repository at this point
Commits on Jul 2, 2023
Revert "TEMPORARY -- turn on uops always"
Show description for b2792db
gvanrossum
committed
b2792db
View commit details
Copy full SHA for b2792db
Browse repository at this point
Commits on Jul 3, 2023
Streamline debug output in optimizer.c
gvanrossum
committed
8a04a31
View commit details
Copy full SHA for 8a04a31
Browse repository at this point
Streamline debug output in ceval.c
gvanrossum
committed
118b324
View commit details
Copy full SHA for 118b324
Browse repository at this point
Fix stray #undef
Show description for f886d5b
gvanrossum
authored
f886d5b
View commit details
Copy full SHA for f886d5b
Browse repository at this point
Merge branch 'python:main' into tweak-uops
gvanrossum
authored
4816076
View commit details
Copy full SHA for 4816076
Browse repository at this point
You can’t perform that action at this time.