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 }}
jsbueno
/
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
on
feature-json-array-hook
User selector
All users
Datepicker
All time
Commit history
Commits on Mar 26, 2026
gh-131798: JIT: split call method and call builtin opcodes into smaller uops (#146463)
kumaraditya303
authored
bfdaa3c
View commit details
Copy full SHA for bfdaa3c
View code at this point
Browse repository at this point
gh-145876: Do not mask AttributeErrors raised during dictionary unpacking (GH-145906)
Show description for 0e54305
serhiy-storchaka
authored
0e54305
View commit details
Copy full SHA for 0e54305
View code at this point
Browse repository at this point
gh-145866: Convert `DICT_UPDATE` to leave its inputs on the stack to be cleaned up by `_POP_TOP` (GH-146190)
Sacul0457
authored
1516c26
View commit details
Copy full SHA for 1516c26
View code at this point
Browse repository at this point
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
gh-145866: Convert `_CALL_INTRINSIC_2` to leave its inputs on the stack to be cleaned up by `_POP_TOP` (GH-146262)
KevinH15291
authored
f5364ae
View commit details
Copy full SHA for f5364ae
View code at this point
Browse repository at this point
Commits on Mar 25, 2026
gh-146244: Fix initconfig.c SET_ITEM macro leaks dict on expression failure (GH-146246)
Wulian233
authored
9343518
View commit details
Copy full SHA for 9343518
View code at this point
Browse repository at this point
gh-146386: fix missing `va_end` in `_abiinfo_raise` in `modsupport.c` (#146387)
A0su
authored
04bd543
View commit details
Copy full SHA for 04bd543
View code at this point
Browse repository at this point
gh-146369: Ensure `PYTHON_LAZY_IMPORTS=none` overrides `__lazy_modules__` (#146371)
hugovk
authored
d0e66ef
View commit details
Copy full SHA for d0e66ef
View code at this point
Browse repository at this point
gh-146355: Fix `main_module` ref leak in `_PyRun_SimpleStringFlagsWithName` (#146356)
A0su
authored
08f6b33
View commit details
Copy full SHA for 08f6b33
View code at this point
Browse repository at this point
Commits on Mar 24, 2026
gh-128341: Use _Py_ABI_SLOT in stdlib modules (#145770)
Show description for 1887a95
befeleme
and
vstinner
authored
1887a95
View commit details
Copy full SHA for 1887a95
View code at this point
Browse repository at this point
gh-146306: JIT: Optimize float operations by mutating uniquely-referenced operands in place (GH-146307)
Show description for 951675c
eendebakpt
and
claude
authored
951675c
View commit details
Copy full SHA for 951675c
View code at this point
Browse repository at this point
gh-145866: Convert `DICT_MERGE` to leave its inputs on the stack to be cleaned up by `_POP_TOP` (GH-146329)
NekoAsakura
authored
6d73bc2
View commit details
Copy full SHA for 6d73bc2
View code at this point
Browse repository at this point
Commits on Mar 23, 2026
gh-144319: obtain SeLockMemoryPrivilege on Windows (#144928)
chris-eibl
authored
306c556
View commit details
Copy full SHA for 306c556
View code at this point
Browse repository at this point
gh-146197: Include a bit more information in sys._emscripten_info.runtime (#146346)
hoodmane
authored
7dc2f52
View commit details
Copy full SHA for 7dc2f52
View code at this point
Browse repository at this point
gh-135871: Reload lock internal state while spinning in `PyMutex_LockTimed` (gh-146064)
Show description for daa159f
dpdani
authored
daa159f
View commit details
Copy full SHA for daa159f
View code at this point
Browse repository at this point
Commits on Mar 22, 2026
gh-143414: Implement unique reference tracking for JIT, optimize unpacking of such tuples (GH-144300)
Show description for e36f8db
reidenong
and
Fidget-Spinner
authored
e36f8db
View commit details
Copy full SHA for e36f8db
View code at this point
Browse repository at this point
gh-146261: Fix bug in `_Py_uop_sym_set_func_version` (GH-146291)
Sacul0457
authored
1ceb1fb
View commit details
Copy full SHA for 1ceb1fb
View code at this point
Browse repository at this point
Commits on Mar 21, 2026
GH-145667: Merge `GET_ITER` and `GET_YIELD_FROM_ITER` (GH-146120)
Show description for 879c85f
markshannon
authored
879c85f
View commit details
Copy full SHA for 879c85f
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 19, 2026
gh-131798: JIT: optimize _LOAD_COMMON_CONSTANT (GH-146104)
trdthg
authored
98977ca
View commit details
Copy full SHA for 98977ca
View code at this point
Browse repository at this point
gh-145866: Convert `SET_UPDATE` to leave its inputs on the stack to be cleaned up by `_POP_TOP` (GH-145979)
Sacul0457
authored
0d37e42
View commit details
Copy full SHA for 0d37e42
View code at this point
Browse repository at this point
Commits on Mar 18, 2026
gh-146092: Handle _PyFrame_GetFrameObject() failures properly (#146124)
Show description for e1e4852
vstinner
authored
e1e4852
View commit details
Copy full SHA for e1e4852
View code at this point
Browse repository at this point
gh-144888: JIT executor bloom filter wide-type optimization and function Inlining (GH-146114)
cocolato
authored
6fe91a9
View commit details
Copy full SHA for 6fe91a9
View code at this point
Browse repository at this point
gh-146092: Fix error handling in _BINARY_OP_ADD_UNICODE opcode (#146117)
Show description for 1e4ed93
vstinner
authored
1e4ed93
View commit details
Copy full SHA for 1e4ed93
View code at this point
Browse repository at this point
Commits on Mar 17, 2026
gh-145779: Improve classmethod/staticmethod scaling in free-threaded build (#145826)
Show description for e0f7c10
colesbury
authored
e0f7c10
View commit details
Copy full SHA for e0f7c10
View code at this point
Browse repository at this point
gh-146058: Fix _GUARD_CODE_VERSION_* (GH-146060)
Fidget-Spinner
authored
966fc81
View commit details
Copy full SHA for 966fc81
View code at this point
Browse repository at this point
gh-131798: Optimize `_ITER_CHECK_RANGE` and `_ITER_CHECK_LIST` in the JIT (GH-144583)
Sacul0457
authored
1efd993
View commit details
Copy full SHA for 1efd993
View code at this point
Browse repository at this point
Commits on Mar 16, 2026
gh-127958: Trace from RESUME in the JIT (GH-145905)
Fidget-Spinner
authored
3d0824a
View commit details
Copy full SHA for 3d0824a
View code at this point
Browse repository at this point
gh-144888: Replace bloom filter linked lists with continuous arrays to optimize executor invalidating performance (GH-145873)
cocolato
authored
81ef1b7
View commit details
Copy full SHA for 81ef1b7
View code at this point
Browse repository at this point
gh-146018: Disable over-aggressive optimization for _GUARD_CODE_VERSION (GH-145923)
Fidget-Spinner
authored
182aea2
View commit details
Copy full SHA for 182aea2
View code at this point
Browse repository at this point
gh-145866: Convert `CALL_INTRINSIC_1` to leave its inputs on the stack to be cleaned up by `_POP_TOP`. (GH-145964)
Sacul0457
authored
37121ef
View commit details
Copy full SHA for 37121ef
View code at this point
Browse repository at this point
Commits on Mar 15, 2026
gh-145990: sort `--help-env` sections by environment variable name (GH-145997)
Show description for 83edae3
gpshead
authored
83edae3
View commit details
Copy full SHA for 83edae3
View code at this point
Browse repository at this point
gh-145990: Sort `python --help-xoptions` by option name (GH-145991)
Show description for b062f39
gpshead
authored
b062f39
View commit details
Copy full SHA for b062f39
View code at this point
Browse repository at this point
gh-122575: gh-142349: fix sys.flags tuple size (it unintentionally increased) (GH-145988)
Show description for 4a71946
gpshead
authored
4a71946
View commit details
Copy full SHA for 4a71946
View code at this point
Browse repository at this point
Commits on Mar 14, 2026
gh-134584: Eliminate redundant refcounting in JIT for `MATCH_CLASS` (GH-144821)
Sacul0457
authored
798070d
View commit details
Copy full SHA for 798070d
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.