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.2k
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-102192: Replace PyErr_Fetch/Restore etc by more efficient alternatives (in Objects/)
- #102218
#102218
Merged
iritkatriel
merged 25 commits into
python:main
python/cpython:main
from
iritkatriel:fetch-restore-objects
iritkatriel/cpython:fetch-restore-objects
Copy head branch name to clipboard
Mar 8, 2023
Conversation
Commits
25
(25)
Checks
Files changed
Merged
gh-102192: Replace PyErr_Fetch/Restore etc by more efficient alternatives (in Objects/)
#102218
iritkatriel
merged 25 commits into
python:main
python/cpython:main
from
iritkatriel:fetch-restore-objects
iritkatriel/cpython:fetch-restore-objects
Copy head branch name to clipboard
Commits
Commits on Feb 23, 2023
Objects/dictobject.c
iritkatriel
committed
f06d53a
View commit details
Copy full SHA for f06d53a
Browse repository at this point
Objects/frameobject.c
iritkatriel
committed
d5072bd
View commit details
Copy full SHA for d5072bd
Browse repository at this point
Objects/genobject.c
iritkatriel
committed
c40fc27
View commit details
Copy full SHA for c40fc27
Browse repository at this point
Objects/object.c
iritkatriel
committed
13cb48c
View commit details
Copy full SHA for 13cb48c
Browse repository at this point
Objects/odictobject.c
iritkatriel
committed
fde54d4
View commit details
Copy full SHA for fde54d4
Browse repository at this point
Objects/typeobject.c
iritkatriel
committed
8fd66a8
View commit details
Copy full SHA for 8fd66a8
Browse repository at this point
Objects/weakrefobject.c
iritkatriel
committed
d83af14
View commit details
Copy full SHA for d83af14
Browse repository at this point
Objects/exceptions.c
iritkatriel
committed
0298a04
View commit details
Copy full SHA for 0298a04
Browse repository at this point
Commits on Feb 24, 2023
put back the Py_DECREF(exc)
iritkatriel
committed
09f2ab6
View commit details
Copy full SHA for 09f2ab6
Browse repository at this point
Merge branch 'main' into fetch-restore-objects
iritkatriel
authored
0fef293
View commit details
Copy full SHA for 0fef293
Browse repository at this point
Commits on Feb 25, 2023
Merge branch 'main' into fetch-restore-objects
iritkatriel
authored
9b5b62a
View commit details
Copy full SHA for 9b5b62a
Browse repository at this point
Commits on Feb 26, 2023
Merge branch 'main' into fetch-restore-objects
iritkatriel
authored
6378d56
View commit details
Copy full SHA for 6378d56
Browse repository at this point
Commits on Feb 27, 2023
Merge branch 'main' into fetch-restore-objects
iritkatriel
authored
e11d73e
View commit details
Copy full SHA for e11d73e
Browse repository at this point
Merge branch 'main' into fetch-restore-objects
iritkatriel
authored
eb45902
View commit details
Copy full SHA for eb45902
Browse repository at this point
Commits on Feb 28, 2023
Merge branch 'main' into fetch-restore-objects
iritkatriel
authored
526e387
View commit details
Copy full SHA for 526e387
Browse repository at this point
Merge branch 'main' into fetch-restore-objects
iritkatriel
authored
a579bc4
View commit details
Copy full SHA for a579bc4
Browse repository at this point
Merge branch 'main' into fetch-restore-objects
iritkatriel
authored
e5bf89d
View commit details
Copy full SHA for e5bf89d
Browse repository at this point
Commits on Mar 1, 2023
Merge branch 'main' into fetch-restore-objects
iritkatriel
authored
0863f35
View commit details
Copy full SHA for 0863f35
Browse repository at this point
Commits on Mar 2, 2023
Merge branch 'main' into fetch-restore-objects
iritkatriel
authored
3f8b452
View commit details
Copy full SHA for 3f8b452
Browse repository at this point
Merge branch 'main' into fetch-restore-objects
iritkatriel
authored
7a436c9
View commit details
Copy full SHA for 7a436c9
Browse repository at this point
Commits on Mar 3, 2023
remove redundant null check and obsolete comments (Mark's review comments)
iritkatriel
committed
9b68505
View commit details
Copy full SHA for 9b68505
Browse repository at this point
Merge branch 'main' into fetch-restore-objects
iritkatriel
authored
c23baa2
View commit details
Copy full SHA for c23baa2
Browse repository at this point
Commits on Mar 6, 2023
Merge branch 'main' into fetch-restore-objects
iritkatriel
authored
44bead6
View commit details
Copy full SHA for 44bead6
Browse repository at this point
Merge branch 'main' into fetch-restore-objects
iritkatriel
authored
d592920
View commit details
Copy full SHA for d592920
Browse repository at this point
Commits on Mar 8, 2023
Merge branch 'main' into fetch-restore-objects
iritkatriel
authored
e136989
View commit details
Copy full SHA for e136989
Browse repository at this point
You can’t perform that action at this time.