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 }}
openSUSE-Python
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
1
Actions
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Python
on
llvm-version
User selector
All users
Datepicker
All time
Commit history
Commits on Oct 3, 2025
gh-139525: Don't specialize functions which have a modified vectorcall (#139524)
Show description for ff0cf0a
DinoV
authored
ff0cf0a
View commit details
Copy full SHA for ff0cf0a
View code at this point
Browse repository at this point
`Python/codecs.c`: Remove unused forward declaration (#139511)
StanFromIreland
authored
12805ef
View commit details
Copy full SHA for 12805ef
View code at this point
Browse repository at this point
gh-132042: Remove resolve_slotdups() to speedup class creation (#132156)
Show description for e6e376a
4 people
authored
e6e376a
View commit details
Copy full SHA for e6e376a
View code at this point
Browse repository at this point
Commits on Oct 1, 2025
Fix typo in tracemalloc.c (#139450)
vstinner
authored
5367875
View commit details
Copy full SHA for 5367875
View code at this point
Browse repository at this point
Commits on Sep 30, 2025
gh-139116: tracemalloc: Detach thread state when acquiring tables_lock (GH-139449)
Show description for 01157e0
encukou
and
ZeroIntensity
authored
01157e0
View commit details
Copy full SHA for 01157e0
View code at this point
Browse repository at this point
Commits on Sep 24, 2025
gh-139275: Fix compilation of Modules/_remote_debugging_module.c when the system doesn't have process_vm_readv (#139307)
pablogsal
authored
1963e70
View commit details
Copy full SHA for 1963e70
View code at this point
Browse repository at this point
gh-139231: Fix estimation of available stack size for recursion limit on macOS (GH-139232)
Show description for 7016044
rokm
authored
7016044
View commit details
Copy full SHA for 7016044
View code at this point
Browse repository at this point
gh-133171: Re-enable JUMP_BACKWARD to free-threading build (gh-137800)
corona10
authored
c4f21d7
View commit details
Copy full SHA for c4f21d7
View code at this point
Browse repository at this point
Commits on Sep 23, 2025
gh-67795: Accept any real numbers as timestamp and timeout (GH-139224)
Show description for 1a2e00c
serhiy-storchaka
authored
1a2e00c
View commit details
Copy full SHA for 1a2e00c
View code at this point
Browse repository at this point
gh-74857, PEP 538: Coerce POSIX locale to UTF-8 based locale (#139238)
vstinner
authored
e8382e5
View commit details
Copy full SHA for e8382e5
View code at this point
Browse repository at this point
Commits on Sep 19, 2025
gh-112729: Correctly fail when the process is out of memory during interpreter creation (GH-139164)
ZeroIntensity
authored
d06113c
View commit details
Copy full SHA for d06113c
View code at this point
Browse repository at this point
gh-138310: Adds sys.audit event for import_module (#138311)
Show description for 2fd43a1
lisroach
authored
2fd43a1
View commit details
Copy full SHA for 2fd43a1
View code at this point
Browse repository at this point
gh-126016: Remove bad assertion in `PyThreadState_Clear` (GH-139158)
Show description for 9243a4b
ZeroIntensity
authored
9243a4b
View commit details
Copy full SHA for 9243a4b
View code at this point
Browse repository at this point
Commits on Sep 18, 2025
gh-136003: Skip non-daemon threads when exceptions occur during finalization (GH-139129)
Show description for 3eec897
ZeroIntensity
authored
3eec897
View commit details
Copy full SHA for 3eec897
View code at this point
Browse repository at this point
gh-139109: Dynamic opcode targets (GH-139111)
Show description for a269e69
Fidget-Spinner
authored
a269e69
View commit details
Copy full SHA for a269e69
View code at this point
Browse repository at this point
gh-135755: Make Py_TAIL_CALL_INTERP macro private (#138981)
Show description for 6504f20
vstinner
authored
6504f20
View commit details
Copy full SHA for 6504f20
View code at this point
Browse repository at this point
gh-136003: Execute pre-finalization callbacks in a loop (GH-136004)
ZeroIntensity
authored
2191497
View commit details
Copy full SHA for 2191497
View code at this point
Browse repository at this point
GH-138378: Move globals-to-consts pass into main optimizer pass (GH-138379)
markshannon
authored
3b83257
View commit details
Copy full SHA for 3b83257
View code at this point
Browse repository at this point
Commits on Sep 17, 2025
gh-137838: Move _PyUOpInstruction buffer to PyInterpreterState (gh-138918)
corona10
authored
d873fb4
View commit details
Copy full SHA for d873fb4
View code at this point
Browse repository at this point
gh-138714: Don't assume next block has instructions when propagating line numbers (#138770)
Show description for e92599e
DinoV
and
iritkatriel
authored
e92599e
View commit details
Copy full SHA for e92599e
View code at this point
Browse repository at this point
gh-128639: Don't assume one thread in subinterpreter finalization with fixed daemon thread support (GH-134606)
Show description for a648813
ZeroIntensity
authored
a648813
View commit details
Copy full SHA for a648813
View code at this point
Browse repository at this point
gh-128627: Use __builtin_wasm_test_function_pointer_signature for Emscripten trampoline (#137470)
Show description for 2629ee4
hoodmane
authored
2629ee4
View commit details
Copy full SHA for 2629ee4
View code at this point
Browse repository at this point
Commits on Sep 16, 2025
gh-137433: Fix deadlock with stop-the-world and daemon threads (gh-137735)
Show description for 90fe325
colesbury
authored
90fe325
View commit details
Copy full SHA for 90fe325
View code at this point
Browse repository at this point
Commits on Sep 15, 2025
gh-132732: Clear errors in JIT optimizer on error (GH-136048)
Fidget-Spinner
authored
46f823b
View commit details
Copy full SHA for 46f823b
View code at this point
Browse repository at this point
GH-132732: Use pure op machinery to optimize various instructions with `_POP_TOP` and `_POP_TWO` (#137577)
savannahostrowski
authored
9c9a0f7
View commit details
Copy full SHA for 9c9a0f7
View code at this point
Browse repository at this point
gh-138886: Remove deprecated `PySys_ResetWarnOptions` C-API function (#138887)
sobolevn
authored
baf7470
View commit details
Copy full SHA for baf7470
View code at this point
Browse repository at this point
Commits on Sep 14, 2025
gh-136355: Deprecate `-b` and `-bb` CLI flags in 3.15 (#136363)
Show description for 1c984ba
3 people
authored
1c984ba
View commit details
Copy full SHA for 1c984ba
View code at this point
Browse repository at this point
Commits on Sep 12, 2025
gh-138661: fix data race in `PyCode_Addr2Line` (#138664)
kumaraditya303
authored
ea26f6d
View commit details
Copy full SHA for ea26f6d
View code at this point
Browse repository at this point
gh-138756: Fix leak of inittab memory in PyInitConfig_Free() (GH-138792)
vstinner
authored
3d521a6
View commit details
Copy full SHA for 3d521a6
View code at this point
Browse repository at this point
Commits on Sep 11, 2025
gh-138756: Fix memory leak in PyInitConfig_Free() (#138759)
Show description for 96dee64
vstinner
authored
96dee64
View commit details
Copy full SHA for 96dee64
View code at this point
Browse repository at this point
Commits on Sep 10, 2025
gh-138349: Fix crash when combining module-level annotation and listcomp (#138363)
JelleZijlstra
authored
7a6fd4a
View commit details
Copy full SHA for 7a6fd4a
View code at this point
Browse repository at this point
gh-138230: Remove dead code in code gen - codegen_check_annotation is only calle… (#138228)
Show description for 04c7f36
DinoV
authored
04c7f36
View commit details
Copy full SHA for 04c7f36
View code at this point
Browse repository at this point
Commits on Sep 9, 2025
gh-88886: Remove excessive encoding name normalization (GH-137167)
Show description for af58a6f
serhiy-storchaka
authored
af58a6f
View commit details
Copy full SHA for af58a6f
View code at this point
Browse repository at this point
gh-133143: Use _Py_ID for the other literals in sys (GH-138698)
Show description for a92aec1
encukou
authored
a92aec1
View commit details
Copy full SHA for a92aec1
View code at this point
Browse repository at this point
gh-137838: Fix JIT trace buffer overrun by increasing possible exit stubs (gh-138177)
corona10
authored
5edfe55
View commit details
Copy full SHA for 5edfe55
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.