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 }}
lpyu001
/
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
Objects
on
codeobj
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 16, 2026
Fix _PyCode_New() failure cleanup for co_tlbc and replacement_locations
lpyu001
committed
1edbf3a
View commit details
Copy full SHA for 1edbf3a
View code at this point
Browse repository at this point
Commits on May 24, 2026
gh-150285: Fix too long docstrings in builtins (GH-150293)
Show description for e1e06be
serhiy-storchaka
authored
e1e06be
View commit details
Copy full SHA for e1e06be
View code at this point
Browse repository at this point
Commits on May 23, 2026
gh-145192: improve performance of `PySequence_GetSlice` (#145193)
eendebakpt
authored
dfeeee9
View commit details
Copy full SHA for dfeeee9
View code at this point
Browse repository at this point
gh-148450: `abc.register` needs to update `type_version` when `tp_flags` is changed (#148623)
cocolato
authored
e7eaed5
View commit details
Copy full SHA for e7eaed5
View code at this point
Browse repository at this point
Commits on May 20, 2026
gh-150146: Fix NULL dereference in `_Py_subs_parameters` (#150147)
sobolevn
authored
f621ba1
View commit details
Copy full SHA for f621ba1
View code at this point
Browse repository at this point
gh-149807: Fix hash(frozendict): compute (key, value) pair hash (#149841)
vstinner
authored
2443001
View commit details
Copy full SHA for 2443001
View code at this point
Browse repository at this point
PEP 810 - Update some error strings (#150126)
tjstum
authored
de9c32f
View commit details
Copy full SHA for de9c32f
View code at this point
Browse repository at this point
Commits on May 19, 2026
gh-150027: Avoid copying during construction of `frozenset` objects (GH-150028)
ZeroIntensity
authored
409fa8e
View commit details
Copy full SHA for 409fa8e
View code at this point
Browse repository at this point
gh-148829: Make sentinels' repr and module customizable (#149654)
Show description for 0821803
JelleZijlstra
authored
0821803
View commit details
Copy full SHA for 0821803
View code at this point
Browse repository at this point
Commits on May 18, 2026
gh-149816: fix thread safety of deletion of list slice (#149936)
kumaraditya303
authored
00ea776
View commit details
Copy full SHA for 00ea776
View code at this point
Browse repository at this point
gh-149816: fix `dict.clear()` race on split-table dict with non-embedded values (#149914)
kumaraditya303
authored
1692854
View commit details
Copy full SHA for 1692854
View code at this point
Browse repository at this point
Commits on May 16, 2026
gh-149816: Fix a race condition in `_PyBytes_FromList` with free-threading (#149909)
sobolevn
authored
46afba7
View commit details
Copy full SHA for 46afba7
View code at this point
Browse repository at this point
Commits on May 15, 2026
gh-149816: Fix race condition in `memoryview` with free-threading (#149858)
sobolevn
authored
1fdf033
View commit details
Copy full SHA for 1fdf033
View code at this point
Browse repository at this point
Commits on May 13, 2026
gh-148461: Use arc4random_buf() in mimalloc on Cygwin (#148462)
Show description for fdf064c
carlo-bramini
authored
fdf064c
View commit details
Copy full SHA for fdf064c
View code at this point
Browse repository at this point
gh-148906: fix performance scaling of descriptors on free-threading (#148915)
kumaraditya303
authored
94bca40
View commit details
Copy full SHA for 94bca40
View code at this point
Browse repository at this point
Commits on May 12, 2026
gh-149595: Remove the `sys._enablelegacywindowsfsencoding()` function (#149596)
Show description for 6a0be13
StanFromIreland
and
hugovk
authored
6a0be13
View commit details
Copy full SHA for 6a0be13
View code at this point
Browse repository at this point
gh-149676: Fix hash(frozendict | frozendict) (#149675)
Show description for f5fb491
KowalskiThomas
and
vstinner
authored
f5fb491
View commit details
Copy full SHA for f5fb491
View code at this point
Browse repository at this point
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
gh-144957: Fix lazy imports + module __getattr__ (GH-149624)
JelleZijlstra
authored
56171da
View commit details
Copy full SHA for 56171da
View code at this point
Browse repository at this point
gh-149402: Don't assume single-character type codes (struct/array/ctypes) (#149483)
Show description for ef87731
skirpichev
and
vstinner
authored
ef87731
View commit details
Copy full SHA for ef87731
View code at this point
Browse repository at this point
Commits on May 8, 2026
gh-100239: expose `sq_repeat` helpers for `BINARY_OP_EXTEND` (#148791)
NekoAsakura
authored
d2d24e4
View commit details
Copy full SHA for d2d24e4
View code at this point
Browse repository at this point
Commits on May 7, 2026
gh-149481: skip `FOR_ITER` inline specialization for Python `__next__` (#149491)
Show description for 49918f5
3 people
authored
49918f5
View commit details
Copy full SHA for 49918f5
View code at this point
Browse repository at this point
Commits on May 5, 2026
GH-143732: SEND specialization (GH-148963)
Show description for 70bd1c2
markshannon
authored
70bd1c2
View commit details
Copy full SHA for 70bd1c2
View code at this point
Browse repository at this point
gh-149216: Notify type watchers on heap type deallocation (GH-149236)
Show description for f6d16a0
anujbharambe
authored
f6d16a0
View commit details
Copy full SHA for f6d16a0
View code at this point
Browse repository at this point
gh-149044: Implement PEP 820 – PySlot: Unified slot system for the C API (GH-149055)
Show description for 508b498
encukou
and
ZeroIntensity
authored
508b498
View commit details
Copy full SHA for 508b498
View code at this point
Browse repository at this point
Commits on May 4, 2026
gh-148675: Remove F and D formats from array and memoryview (GH-149368)
vstinner
authored
5dd5c8b
View commit details
Copy full SHA for 5dd5c8b
View code at this point
Browse repository at this point
gh-148675: Add Zd/Zf formats to array, ctypes, memoryview, struct (#148676)
Show description for 6e6f905
vstinner
authored
6e6f905
View commit details
Copy full SHA for 6e6f905
View code at this point
Browse repository at this point
gh-143732: allow dict subclasses to be specialized (GH-148128)
kumaraditya303
authored
5847931
View commit details
Copy full SHA for 5847931
View code at this point
Browse repository at this point
Commits on May 3, 2026
GH-148189: Fix miscalculation of type-specific free list memory use (#148190)
Show description for 1fc2b38
MazinSharaf
and
blurb-it[bot]
authored
1fc2b38
View commit details
Copy full SHA for 1fc2b38
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-149171: Make TypeAliasType __module__ writable (#149172)
Show description for a65611e
ericmarkmartin
authored
a65611e
View commit details
Copy full SHA for a65611e
View code at this point
Browse repository at this point
Commits on May 1, 2026
gh-145497: Use same size of static_types array in all builds (GH-149139)
Show description for fcd53b6
encukou
authored
fcd53b6
View commit details
Copy full SHA for fcd53b6
View code at this point
Browse repository at this point
Commits on Apr 30, 2026
gh-144319: Use transparent huge pages via `madvise(MADV_HUGEPAGE)` in pymalloc (#144353)
maurycy
authored
5110738
View commit details
Copy full SHA for 5110738
View code at this point
Browse repository at this point
Commits on Apr 28, 2026
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 25, 2026
gh-134690: Removed deprecated `codetype.co_lnotab` (#134691)
sobolevn
authored
85d3bcd
View commit details
Copy full SHA for 85d3bcd
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.