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
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 }}
wrongnull
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Python
generated_cases.c.h
on
patch-4
User selector
All users
Datepicker
All time
Commit history
Commits on Mar 11, 2024
GH-116468: Use constants instead of `oparg` in stack effects when `oparg` is known to be a constant. (GH-116469)
markshannon
authored
4e5df20
View commit details
Copy full SHA for 4e5df20
View code at this point
Browse repository at this point
Commits on Mar 7, 2024
gh-116381: Remove bad specializations, add fail stats (GH-116464)
Show description for 41457c7
Fidget-Spinner
authored
41457c7
View commit details
Copy full SHA for 41457c7
View code at this point
Browse repository at this point
gh-116437: Use new C API PyDict_Pop() to simplify the code (GH-116438)
serhiy-storchaka
authored
72d3cc9
View commit details
Copy full SHA for 72d3cc9
View code at this point
Browse repository at this point
Commits on Mar 6, 2024
gh-116381: Specialize CONTAINS_OP (GH-116385)
Show description for 7114cf2
Fidget-Spinner
and
blurb-it[bot]
authored
7114cf2
View commit details
Copy full SHA for 7114cf2
View code at this point
Browse repository at this point
Commits on Mar 5, 2024
GH-115685: Split `_TO_BOOL_ALWAYS_TRUE` into micro-ops (GH-116352)
markshannon
authored
23db9c6
View commit details
Copy full SHA for 23db9c6
View code at this point
Browse repository at this point
Commits on Mar 1, 2024
gh-116098: Revert "gh-107674: Improve performance of `sys.settrace` (GH-114986)" (GH-116178)
Show description for 7895a61
gaogaotiantian
authored
7895a61
View commit details
Copy full SHA for 7895a61
View code at this point
Browse repository at this point
gh-115999: Disable the specializing adaptive interpreter in free-threaded builds (#116013)
Show description for 339c8e1
swtaarrs
authored
339c8e1
View commit details
Copy full SHA for 339c8e1
View code at this point
Browse repository at this point
Commits on Feb 29, 2024
GH-115802: JIT "small" code for Windows (GH-115964)
brandtbucher
authored
f0df35e
View commit details
Copy full SHA for f0df35e
View code at this point
Browse repository at this point
Commits on Feb 28, 2024
gh-107674: Improve performance of `sys.settrace` (GH-114986)
gaogaotiantian
authored
0a61e23
View commit details
Copy full SHA for 0a61e23
View code at this point
Browse repository at this point
Commits on Feb 23, 2024
gh-115778: Add `tierN` annotation for instruction definitions (#115815)
Show description for e4561e0
Eclips4
and
AlexWaygood
authored
e4561e0
View commit details
Copy full SHA for e4561e0
View code at this point
Browse repository at this point
Commits on Feb 22, 2024
GH-115651: Convert `LOAD_MODULE_ATTR` into `LOAD_INLINE_CONST` when the module is itself a constant. (GH-115711)
markshannon
authored
b348313
View commit details
Copy full SHA for b348313
View code at this point
Browse repository at this point
Commits on Feb 20, 2024
gh-115733: Fix crash involving exhausted list iterator (#115740)
Show description for 520403e
colesbury
authored
520403e
View commit details
Copy full SHA for 520403e
View code at this point
Browse repository at this point
gh-112175: Add `eval_breaker` to `PyThreadState` (#115194)
Show description for 0749244
swtaarrs
authored
0749244
View commit details
Copy full SHA for 0749244
View code at this point
Browse repository at this point
gh-115687: Split up guards from COMPARE_OP (GH-115688)
Fidget-Spinner
authored
dcba21f
View commit details
Copy full SHA for dcba21f
View code at this point
Browse repository at this point
GH-115457: Support splitting and replication of micro ops. (GH-115558)
markshannon
authored
626c414
View commit details
Copy full SHA for 626c414
View code at this point
Browse repository at this point
GH-112354: Initial implementation of warm up on exits and trace-stitching (GH-114142)
markshannon
authored
7b21403
View commit details
Copy full SHA for 7b21403
View code at this point
Browse repository at this point
Commits on Feb 15, 2024
gh-114626: add PyCFunctionFast and PyCFunctionFastWithKeywords (GH-114627)
Show description for 9e3729b
davidhewitt
and
encukou
authored
9e3729b
View commit details
Copy full SHA for 9e3729b
View code at this point
Browse repository at this point
Commits on Feb 14, 2024
gh-112087: Make __sizeof__ and listiter_{len, next} to be threadsafe (gh-114843)
corona10
authored
a2d4281
View commit details
Copy full SHA for a2d4281
View code at this point
Browse repository at this point
Commits on Feb 13, 2024
GH-113710: Backedge counter improvements. (GH-115166)
markshannon
authored
f9f6156
View commit details
Copy full SHA for f9f6156
View code at this point
Browse repository at this point
gh-114058: Foundations of the Tier2 redundancy eliminator (GH-115085)
Show description for 7cce857
4 people
authored
7cce857
View commit details
Copy full SHA for 7cce857
View code at this point
Browse repository at this point
Commits on Feb 12, 2024
GH-114695: Add `sys._clear_internal_caches` (GH-115152)
brandtbucher
authored
235cacf
View commit details
Copy full SHA for 235cacf
View code at this point
Browse repository at this point
Commits on Jan 24, 2024
GH-112354: `END_FOR` instruction to only pop one value. (GH-114247)
Show description for 981d172
markshannon
authored
981d172
View commit details
Copy full SHA for 981d172
View code at this point
Browse repository at this point
Commits on Jan 22, 2024
gh-113102: Fix typo in INSTRUMENTED_RESUME (GH-114349)
gvanrossum
authored
2f2ddab
View commit details
Copy full SHA for 2f2ddab
View code at this point
Browse repository at this point
Commits on Jan 12, 2024
GH-113860: Get rid of `_PyUOpExecutorObject` (GH-113954)
brandtbucher
authored
30e6cbd
View commit details
Copy full SHA for 30e6cbd
View code at this point
Browse repository at this point
Commits on Jan 11, 2024
GH-113853: Guarantee forward progress in executors (GH-113854)
markshannon
authored
55824d0
View commit details
Copy full SHA for 55824d0
View code at this point
Browse repository at this point
Commits on Jan 10, 2024
GH-113860: All executors are now defined in terms of micro ops. Convert counter executor to use uops. (GH-113864)
markshannon
authored
a0c9cf9
View commit details
Copy full SHA for a0c9cf9
View code at this point
Browse repository at this point
Commits on Jan 4, 2024
GH-113689: Fix broken handling of invalid executors (GH-113694)
brandtbucher
authored
35ef8cb
View commit details
Copy full SHA for 35ef8cb
View code at this point
Browse repository at this point
Commits on Jan 3, 2024
GH-113595: Don't enter invalid executor (GH-113596)
markshannon
authored
dc8df6e
View commit details
Copy full SHA for dc8df6e
View code at this point
Browse repository at this point
Commits on Dec 21, 2023
GH-111485: Delete the old generator code. (GH-113321)
markshannon
authored
723f4d6
View commit details
Copy full SHA for 723f4d6
View code at this point
Browse repository at this point
gh-111375: Use `NULL` rather than `None` in the exception stack to indicate that an exception was handled (#113302)
pR0Ps
authored
a2dd0e7
View commit details
Copy full SHA for a2dd0e7
View code at this point
Browse repository at this point
Commits on Dec 20, 2023
GH-111485: Generate instruction and uop metadata (GH-113287)
markshannon
authored
e96f260
View commit details
Copy full SHA for e96f260
View code at this point
Browse repository at this point
Commits on Dec 18, 2023
GH-111485: Break up instructions with unused cache entries into component micro-ops (GH-113169)
markshannon
authored
70d378c
View commit details
Copy full SHA for 70d378c
View code at this point
Browse repository at this point
GH-111485: Test the new cases generator (GH-113252)
markshannon
authored
7719035
View commit details
Copy full SHA for 7719035
View code at this point
Browse repository at this point
Commits on Dec 15, 2023
GH-111485: Mark some instructions as `TIER_ONE_ONLY` (GH-113155)
brandtbucher
authored
737d23f
View commit details
Copy full SHA for 737d23f
View code at this point
Browse repository at this point
Commits on Dec 12, 2023
GH-108866: Guarantee forward progress in executors. (GH-113006)
markshannon
authored
9560238
View commit details
Copy full SHA for 9560238
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.