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 }}
mdboom
/
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
python-startup-time
User selector
All users
Datepicker
All time
Commit history
Commits on Apr 21, 2025
GH-130415: Improve the JIT's unneeded uop removal pass (GH-132333)
brandtbucher
authored
4f7f72c
View commit details
Copy full SHA for 4f7f72c
View code at this point
Browse repository at this point
Commits on Apr 19, 2025
gh-132399: ensure correct alignment of `PyInterpreterState` (#132428)
picnixz
authored
427e7fc
View commit details
Copy full SHA for 427e7fc
View code at this point
Browse repository at this point
gh-128398: improve error messages when incorrectly using `with` and `async with` (#132218)
Show description for 8a9c6c4
picnixz
authored
8a9c6c4
View commit details
Copy full SHA for 8a9c6c4
View code at this point
Browse repository at this point
gh-131591: Execute the source and not the file to avoid locking it in Windows (#132712)
Show description for c9a855a
pablogsal
authored
c9a855a
View commit details
Copy full SHA for c9a855a
View code at this point
Browse repository at this point
Commits on Apr 18, 2025
gh-132685: fix thread safety of `PyMember_GetOne` with `_Py_T_OBJECT` (#132690)
kumaraditya303
authored
7fd708b
View commit details
Copy full SHA for 7fd708b
View code at this point
Browse repository at this point
GH-131498: Replace single-element arrays with scalars in bytecodes.c (GH-132615)
brandtbucher
authored
40ae889
View commit details
Copy full SHA for 40ae889
View code at this point
Browse repository at this point
gh-132097: use a macro for semantically casting function pointers (#132406)
picnixz
authored
3793526
View commit details
Copy full SHA for 3793526
View code at this point
Browse repository at this point
gh-132643: use atomic load for dict in specializer (#132653)
kumaraditya303
authored
f3d877a
View commit details
Copy full SHA for f3d877a
View code at this point
Browse repository at this point
Remove duplicate includes: Python/importdl.c (#132623)
AA-Turner
authored
ea23c89
View commit details
Copy full SHA for ea23c89
View code at this point
Browse repository at this point
Commits on Apr 17, 2025
gh-131173: Improve exception handling during take_ownership processing (#132620)
Show description for 2283010
yoney
authored
2283010
View commit details
Copy full SHA for 2283010
View code at this point
Browse repository at this point
gh-130070: Fix `exec(<string>, closure=<non-None>)` unexpected path (#130071)
Show description for 954b2cf
johnslavik
and
sobolevn
authored
954b2cf
View commit details
Copy full SHA for 954b2cf
View code at this point
Browse repository at this point
Remove duplicate includes: Python/ast_opt.c (#132621)
AA-Turner
authored
d7df781
View commit details
Copy full SHA for d7df781
View code at this point
Browse repository at this point
Commits on Apr 16, 2025
gh-131798: Use `sym_new_type` instead of `sym_new_not_null` for `_BUILD_LIST`, `_BUILD_SLICE`, and `_BUILD_MAP` (GH-132434)
Show description for b9e88ff
Zheaoli
authored
b9e88ff
View commit details
Copy full SHA for b9e88ff
View code at this point
Browse repository at this point
Commits on Apr 15, 2025
gh-129987: Selectively re-enable SLP autovectorization of _PyEval_EvalFrameDefault (#132530)
Show description for c66ffcf
Yhg1s
authored
c66ffcf
View commit details
Copy full SHA for c66ffcf
View code at this point
Browse repository at this point
Commits on Apr 14, 2025
gh-124476: Fix decoding from the locale encoding in the C.UTF-8 locale (GH-132477)
serhiy-storchaka
authored
102f825
View commit details
Copy full SHA for 102f825
View code at this point
Browse repository at this point
GH-131498: Cases generator: Allow input and 'peek' variables to be modified (GH-132506)
markshannon
authored
844596c
View commit details
Copy full SHA for 844596c
View code at this point
Browse repository at this point
Commits on Apr 13, 2025
gh-131624: Fix posix_spawn tests failing on NetBSD with stack limit assertions (GH-131625)
Show description for c7f6535
furkanonder
authored
c7f6535
View commit details
Copy full SHA for c7f6535
View code at this point
Browse repository at this point
Commits on Apr 12, 2025
gh-131927: Prevent emitting optimizer warnings twice in the REPL (#131993)
tomasr8
authored
3d08c8a
View commit details
Copy full SHA for 3d08c8a
View code at this point
Browse repository at this point
gh-125434: Fix building on OpenBSD (GH-132393)
Show description for d4e2cdc
serhiy-storchaka
authored
d4e2cdc
View commit details
Copy full SHA for d4e2cdc
View code at this point
Browse repository at this point
gh-132399: fix invalid function signatures on the free-threaded build (#132400)
picnixz
authored
a81232c
View commit details
Copy full SHA for a81232c
View code at this point
Browse repository at this point
Commits on Apr 11, 2025
gh-132386: Fix a crash when passing a dict subclass to `exec` (GH-132412)
Show description for e6ef47a
tomasr8
authored
e6ef47a
View commit details
Copy full SHA for e6ef47a
View code at this point
Browse repository at this point
GH-127682: Only call `__iter__` once in generator expressions. (GH-132351)
markshannon
authored
d87e7f3
View commit details
Copy full SHA for d87e7f3
View code at this point
Browse repository at this point
gh-132261: Store annotations at hidden internal keys in the class dict (#132345)
JelleZijlstra
authored
07b8d31
View commit details
Copy full SHA for 07b8d31
View code at this point
Browse repository at this point
Commits on Apr 10, 2025
GH-131296: Suppress "unused label" warning for clang-cl closer to actual occurrence (GH-131900)
chris-eibl
authored
e5f68fd
View commit details
Copy full SHA for e5f68fd
View code at this point
Browse repository at this point
Fix a typo in Python/pylifecycle.c (#132350)
chu-mirror
authored
3d83c1e
View commit details
Copy full SHA for 3d83c1e
View code at this point
Browse repository at this point
gh-132336: Mark a few "slow path" functions used by the interpreter loop as noinline (#132337)
Show description for 619edb8
mpage
authored
619edb8
View commit details
Copy full SHA for 619edb8
View code at this point
Browse repository at this point
Commits on Apr 9, 2025
gh-128384: Use a context variable for warnings.catch_warnings (gh-130010)
Show description for d687900
nascheme
and
kumaraditya303
authored
d687900
View commit details
Copy full SHA for d687900
View code at this point
Browse repository at this point
GH-131798: Remove JIT guards for dict, frozenset, list, set, and tuple (GH-132289)
brandtbucher
authored
20926c7
View commit details
Copy full SHA for 20926c7
View code at this point
Browse repository at this point
gh-129987: Disable GCC SLP autovectorization for the interpreter loop on x86-64 (#132295)
Show description for 1f5682f
mpage
authored
1f5682f
View commit details
Copy full SHA for 1f5682f
View code at this point
Browse repository at this point
Commits on Apr 8, 2025
gh-112068: C API: Add support of nullable arguments in PyArg_Parse (GH-121303)
serhiy-storchaka
authored
f5f1ac8
View commit details
Copy full SHA for f5f1ac8
View code at this point
Browse repository at this point
GH-131798: Narrow the result of _CONTAINS_OP_DICT to bool in the JIT (GH-132269)
Show description for d753d8a
Zheaoli
and
tomasr8
authored
d753d8a
View commit details
Copy full SHA for d753d8a
View code at this point
Browse repository at this point
GH-131798: Narrow the result type of _BINARY_OP_SUBSCR_STR_INT to str in the JIT (GH-132153)
tomasr8
authored
71009cb
View commit details
Copy full SHA for 71009cb
View code at this point
Browse repository at this point
gh-50333: Deprecate support of non-tuple sequences in PyArg_ParseTuple() (GH-128374)
Show description for 0e4cf9c
serhiy-storchaka
authored
0e4cf9c
View commit details
Copy full SHA for 0e4cf9c
View code at this point
Browse repository at this point
gh-131998: Fix `NULL` dereference when using an unbound method descriptor in a specialized code path (#132000)
Show description for ac3c439
4 people
authored
ac3c439
View commit details
Copy full SHA for ac3c439
View code at this point
Browse repository at this point
gh-100239: more stats for BINARY_OP/SUBSCR specialization (#132230)
iritkatriel
authored
8c9ef8f
View commit details
Copy full SHA for 8c9ef8f
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.