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 }}
sethmlarson
/
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
optimizer_analysis.c
on
unicode-stringprep
User selector
All users
All time
Commit history
Commits on May 11, 2026
gh-145235: Make dict watcher API thread-safe for free-threaded builds (gh-145233)
Show description for 8a48959
yoney
authored
8a48959
View commit details
Copy full SHA for 8a48959
View code at this point
Browse repository at this point
Commits on May 3, 2026
gh-149217: Avoid adding dependencies on immutable, immortal classes in the JIT (GH149256)
Wulian233
authored
8a7edda
View commit details
Copy full SHA for 8a7edda
View code at this point
Browse repository at this point
Commits on Apr 27, 2026
GH-146073: Add fitness to executor dumps. (GH-148959)
markshannon
authored
276f474
View commit details
Copy full SHA for 276f474
View code at this point
Browse repository at this point
Commits on Apr 14, 2026
gh-148510: restore `func_version` check in `_LOAD_ATTR_PROPERTY_FRAME` (GH-148528)
NekoAsakura
authored
52a7f1b
View commit details
Copy full SHA for 52a7f1b
View code at this point
Browse repository at this point
Commits on Apr 12, 2026
gh-146261: JIT: protect against function version changes (#146300)
Show description for 6f7bb29
Fidget-Spinner
and
kumaraditya303
authored
6f7bb29
View commit details
Copy full SHA for 6f7bb29
View code at this point
Browse repository at this point
gh-148393: Use atomic ops on _ma_watcher_tag in free threading build (gh-148397)
Show description for 3ab94d6
colesbury
authored
3ab94d6
View commit details
Copy full SHA for 3ab94d6
View code at this point
Browse repository at this point
Commits on Apr 11, 2026
gh-131798: do not watch immutable types in JIT (#148383)
kumaraditya303
authored
ba1e1c1
View commit details
Copy full SHA for ba1e1c1
View code at this point
Browse repository at this point
gh-148211: decompose `_POP_TWO/_POP_CALL(_ONE/_TWO)` in JIT (GH-148377)
NekoAsakura
authored
9831dea
View commit details
Copy full SHA for 9831dea
View code at this point
Browse repository at this point
gh-148211: decompose `[_POP_TWO/_INSERT_2]_LOAD_CONST_INLINE_BORROW` in JIT (GH-148357)
NekoAsakura
authored
72006a7
View commit details
Copy full SHA for 72006a7
View code at this point
Browse repository at this point
Commits on Apr 10, 2026
gh-148171: Convert CALL_BUILTIN_FAST to leave inputs on the stack for refcount elimination in JIT (GH-148172)
Fidget-Spinner
authored
266247c
View commit details
Copy full SHA for 266247c
View code at this point
Browse repository at this point
gh-148211: decompose `[_POP_CALL_X/_SHUFFLE_2]_LOAD_CONST_INLINE_BORROW` in JIT (GH-148313)
NekoAsakura
authored
aea0b91
View commit details
Copy full SHA for aea0b91
View code at this point
Browse repository at this point
Commits on Apr 9, 2026
gh-148211: decompose `_INSERT_1_LOAD_CONST_INLINE(_BORROW)` in JIT (GH-148283)
NekoAsakura
authored
0f49232
View commit details
Copy full SHA for 0f49232
View code at this point
Browse repository at this point
gh-131798: fold super method lookups in JIT (#148231)
kumaraditya303
authored
458aca9
View commit details
Copy full SHA for 458aca9
View code at this point
Browse repository at this point
gh-148211: refactor bool to explicit uops in JIT (GH-148258)
NekoAsakura
authored
b5ccf00
View commit details
Copy full SHA for b5ccf00
View code at this point
Browse repository at this point
Commits on Apr 8, 2026
gh-148211: decompose `_POP_TOP_LOAD_CONST_INLINE(_BORROW)` in JIT (GH-148230)
NekoAsakura
authored
d2fa4b2
View commit details
Copy full SHA for d2fa4b2
View code at this point
Browse repository at this point
gh-148235: remove duplicate uops `_LOAD_CONST_UNDER_INLINE(_BORROW)` in JIT (GH-148236)
NekoAsakura
authored
7563585
View commit details
Copy full SHA for 7563585
View code at this point
Browse repository at this point
Commits on Apr 4, 2026
gh-148083: Prevent constant folding when lhs is container types (gh-148090)
corona10
authored
853dafe
View commit details
Copy full SHA for 853dafe
View code at this point
Browse repository at this point
gh-148083: Constant-fold _CONTAINS_OP_SET for frozenset (gh-148084)
corona10
authored
289f19a
View commit details
Copy full SHA for 289f19a
View code at this point
Browse repository at this point
Commits on Mar 30, 2026
gh-146558: JIT optimize dict access for objects with known hash (#146559)
kumaraditya303
authored
8e9d21c
View commit details
Copy full SHA for 8e9d21c
View code at this point
Browse repository at this point
Commits on Mar 26, 2026
gh-GH-131798: optimize jit attribute loads on immutable types (#146449)
kumaraditya303
authored
fc1f6b1
View commit details
Copy full SHA for fc1f6b1
View code at this point
Browse repository at this point
Commits on Mar 20, 2026
gh-146099: Optimize _GUARD_CODE_VERSION+IP via function version symbols (GH-146101)
Fidget-Spinner
authored
acfb452
View commit details
Copy full SHA for acfb452
View code at this point
Browse repository at this point
Commits on Mar 3, 2026
gh-145214: Narrow _GUARD_TOS_ANY_{SET,DICT} by using probable type (gh-145215)
corona10
authored
6908372
View commit details
Copy full SHA for 6908372
View code at this point
Browse repository at this point
Commits on Feb 19, 2026
GH-144651: Optimize the new uops added when recording values during tracing. (GH-144948)
Show description for 3f37b94
markshannon
authored
3f37b94
View commit details
Copy full SHA for 3f37b94
View code at this point
Browse repository at this point
Commits on Feb 14, 2026
fix warnings in jit builds (GH-144817)
chris-eibl
authored
caac966
View commit details
Copy full SHA for caac966
View code at this point
Browse repository at this point
Commits on Feb 9, 2026
gh-144623: Fix missing output uops in optimizer debug output (GH-144617)
cocolato
authored
988286e
View commit details
Copy full SHA for 988286e
View code at this point
Browse repository at this point
Commits on Feb 5, 2026
GH-144179: Use recorded values to make optimizer more robust (GH-144437)
Show description for b53fc7c
markshannon
authored
b53fc7c
View commit details
Copy full SHA for b53fc7c
View code at this point
Browse repository at this point
Commits on Feb 2, 2026
gh-144145: Revert PR#144122 for performance and potential bugs. (GH-144391)
Show description for ebbb2ca
cocolato
authored
ebbb2ca
View commit details
Copy full SHA for ebbb2ca
View code at this point
Browse repository at this point
Commits on Jan 30, 2026
gh-144145: Track nullness of properties in the Tier 2 JIT optimizer (GH-144122)
cocolato
authored
1dc12b2
View commit details
Copy full SHA for 1dc12b2
View code at this point
Browse repository at this point
Commits on Jan 29, 2026
gh-143946: Add more debug info in `optimize_uops` (GH-144262)
cocolato
authored
26996b5
View commit details
Copy full SHA for 26996b5
View code at this point
Browse repository at this point
Commits on Jan 25, 2026
gh-143995: Eliminate redundant refcounting in the JIT from LOAD_ATTR_MODULE (GH-143996)
aisk
authored
6e55337
View commit details
Copy full SHA for 6e55337
View code at this point
Browse repository at this point
Commits on Jan 24, 2026
gh-130415: Narrow types to constants in branches involving specialized comparisons with a constant (GH-144150)
reidenong
authored
6d972e0
View commit details
Copy full SHA for 6d972e0
View code at this point
Browse repository at this point
gh-144016: Fix bad stack assert in the JIT optimizer (GH-144019)
Fidget-Spinner
authored
ca99bfd
View commit details
Copy full SHA for ca99bfd
View code at this point
Browse repository at this point
Commits on Jan 22, 2026
GH-139109: Partial reworking of JIT data structures (GH-144105)
Show description for d77aaa7
markshannon
authored
d77aaa7
View commit details
Copy full SHA for d77aaa7
View code at this point
Browse repository at this point
gh-130415: Narrowing to constants in branches involving `is` comparisons with a constant (GH-143895)
reidenong
authored
0b08438
View commit details
Copy full SHA for 0b08438
View code at this point
Browse repository at this point
Commits on Jan 21, 2026
GH-138245: Perform boolean guards by testing a single bit, rather than a full pointer comparison. (GH-143810)
markshannon
authored
9eab67d
View commit details
Copy full SHA for 9eab67d
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.