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 }}
hyperkai
/
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
hyperkai-patch-1
User selector
All users
All time
Commit history
Commits on May 3, 2026
gh-149243: Check for recursion limits in `CALL_ALLOC_AND_ENTER_INIT` (#149310)
sobolevn
authored
726a17e
View commit details
Copy full SHA for 726a17e
View code at this point
Browse repository at this point
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
gh-143231: Add the module attribute to warnings.WarningMessage (GH-149298)
serhiy-storchaka
authored
00c4a94
View commit details
Copy full SHA for 00c4a94
View code at this point
Browse repository at this point
Commits on May 2, 2026
gh-148871: extend and improve `LOAD_COMMON_CONSTANT` (GH-148971)
NekoAsakura
authored
7c9ad27
View commit details
Copy full SHA for 7c9ad27
View code at this point
Browse repository at this point
gh-116021: Deprecate support for instantiating abstract AST nodes (#137865)
Show description for bdedc4a
3 people
authored
bdedc4a
View commit details
Copy full SHA for bdedc4a
View code at this point
Browse repository at this point
gh-149282: Fix `gc.c` compilation with `--enable-pystats` (#149283)
sobolevn
authored
98afa03
View commit details
Copy full SHA for 98afa03
View code at this point
Browse repository at this point
GH-146527: Add get_gc_stats function to _remote_debugging (#148071)
sergey-miryanov
authored
39f123c
View commit details
Copy full SHA for 39f123c
View code at this point
Browse repository at this point
gh-148380: remove all uses of `_PyType_LookupByVersion` in `optimizer_bytecodes.c` (GH-148394)
NekoAsakura
authored
2ca6333
View commit details
Copy full SHA for 2ca6333
View code at this point
Browse repository at this point
GH-126910: Add gdb support for unwinding JIT frames (#146071)
Show description for c7b7ca2
diegorusso
and
pablogsal
authored
c7b7ca2
View commit details
Copy full SHA for c7b7ca2
View code at this point
Browse repository at this point
Commits on May 1, 2026
gh-149204: add `_RROT_3` uop to reduce stack moves (GH-149205)
NekoAsakura
authored
0102c1d
View commit details
Copy full SHA for 0102c1d
View code at this point
Browse repository at this point
Commits on Apr 30, 2026
GH-148726: Forward-port generational GC. (GH-148746)
Show description for 1575a81
4 people
authored
1575a81
View commit details
Copy full SHA for 1575a81
View code at this point
Browse repository at this point
gh-149085: Add `max_threads` keyword to `faulthandler.dump_traceback()` (GH-149106)
Show description for 7686abe
efroemling
authored
7686abe
View commit details
Copy full SHA for 7686abe
View code at this point
Browse repository at this point
gh-149122: Fix refleak in codegen (GH-149179)
encukou
authored
4599335
View commit details
Copy full SHA for 4599335
View code at this point
Browse repository at this point
gh-149049: Fix jit binary op stack underflow (GH-149076)
eendebakpt
authored
7fe51ce
View commit details
Copy full SHA for 7fe51ce
View code at this point
Browse repository at this point
Commits on Apr 29, 2026
gh-149122: Fix segfault in compiler when certain builtin functions are passed a coroutine as arg (#149138)
iritkatriel
authored
16f292e
View commit details
Copy full SHA for 16f292e
View code at this point
Browse repository at this point
Commits on Apr 28, 2026
gh-148211: decompose `_SHUFFLE_3_LOAD_CONST_INLINE_BORROW` in JIT (GH-148816)
NekoAsakura
authored
2b6a137
View commit details
Copy full SHA for 2b6a137
View code at this point
Browse repository at this point
gh-148571: [JIT] Preserve family-head recorder layouts for specialized opcode families (GH-148730)
Show description for be968c7
cocolato
authored
be968c7
View commit details
Copy full SHA for be968c7
View code at this point
Browse repository at this point
gh-137600: Promote `ast` node constructor deprecation warnings to errors (#137601)
Show description for d2f506a
3 people
authored
d2f506a
View commit details
Copy full SHA for d2f506a
View code at this point
Browse repository at this point
gh-148829: Implement PEP 661 (#148831)
Show description for 29a92ab
4 people
authored
29a92ab
View commit details
Copy full SHA for 29a92ab
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
Fix typo in `ceval.c` error message (#148860)
Show description for 54a8921
Anonymous941
authored
54a8921
View commit details
Copy full SHA for 54a8921
View code at this point
Browse repository at this point
Commits on Apr 26, 2026
gh-146455: Fix O(N²) in add_const() after constant folding moved to CFG (#146456)
Show description for 5d41632
zSirius
authored
5d41632
View commit details
Copy full SHA for 5d41632
View code at this point
Browse repository at this point
Commits on Apr 25, 2026
gh-148973: fix segfault on mismatch between consts size and oparg in compiler (#148974)
iritkatriel
authored
c650b51
View commit details
Copy full SHA for c650b51
View code at this point
Browse repository at this point
Commits on Apr 24, 2026
Improve `hash()` builtin docstring with caveats. (GH-125229)
Show description for 665b7df
gpshead
authored
665b7df
View commit details
Copy full SHA for 665b7df
View code at this point
Browse repository at this point
gh-146073: Add fitness/exit quality mechanism for JIT trace frontend (GH-148089)
Show description for 618b726
cocolato
authored
618b726
View commit details
Copy full SHA for 618b726
View code at this point
Browse repository at this point
Commits on Apr 23, 2026
GH-126910: Build/link the JIT shim in the Python interpreter (#148872)
diegorusso
authored
9633c52
View commit details
Copy full SHA for 9633c52
View code at this point
Browse repository at this point
Commits on Apr 22, 2026
gh-148820: Fix _PyRawMutex use-after-free on spurious semaphore wakeup (gh-148852)
Show description for ad3c5b7
colesbury
authored
ad3c5b7
View commit details
Copy full SHA for ad3c5b7
View code at this point
Browse repository at this point
gh-142186: Allow all PEP-669 events to be per-code object and disableable (GH-146182)
Show description for 858e69e
P403n1x87
authored
858e69e
View commit details
Copy full SHA for 858e69e
View code at this point
Browse repository at this point
Commits on Apr 20, 2026
gh-148790: Eliminate redundant call to `_PyRuntime_Initialize` in `Py_InitializeEx` (GH-121628)
AraHaan
authored
789120e
View commit details
Copy full SHA for 789120e
View code at this point
Browse repository at this point
Commits on Apr 18, 2026
gh-148659: Export a few more functions required for external JITs (#148704)
Show description for d81599e
DinoV
authored
d81599e
View commit details
Copy full SHA for d81599e
View code at this point
Browse repository at this point
gh-148653: Fix some marshal errors related to recursive immutable objects (GH-148698)
Show description for 2e37d83
serhiy-storchaka
authored
2e37d83
View commit details
Copy full SHA for 2e37d83
View code at this point
Browse repository at this point
Commits on Apr 17, 2026
gh-146393: Remove special character in optimizer_bytecodes.c (#148693)
eendebakpt
authored
db3e990
View commit details
Copy full SHA for db3e990
View code at this point
Browse repository at this point
Commits on Apr 16, 2026
gh-146031: Allow keeping specialization enabled when specifying eval frame function (#146032)
Show description for c0af5c0
DinoV
authored
c0af5c0
View commit details
Copy full SHA for c0af5c0
View code at this point
Browse repository at this point
GH-146128: Fix AArch64 multi-instruction constants and relocations (GH-148598)
Show description for cecf564
markshannon
authored
cecf564
View commit details
Copy full SHA for cecf564
View code at this point
Browse repository at this point
GH-145668: Add FOR_ITER specialization for virtual iterators. Specialize GET_ITER. (GH-147967)
Show description for 600f4db
markshannon
authored
600f4db
View commit details
Copy full SHA for 600f4db
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.