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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.3k
Star
74.7k
Code
Issues
5k+
Pull requests
2.5k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Python
traceback.c
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 18, 2026
gh-113318: Fix @getter and @setter in Argument Clinic (GH-155778)
Show description for 915970c
serhiy-storchaka
authored
915970c
View commit details
Copy full SHA for 915970c
View code at this point
Browse repository at this point
Commits on Jul 3, 2026
gh-152903: Change PCWSTR to PWSTR in GetThreadDescription() typedef (#152904)
Show description for ac1acb6
carlo-bramini
authored
ac1acb6
View commit details
Copy full SHA for ac1acb6
View code at this point
Browse repository at this point
Commits on May 6, 2026
gh-145559: Add PyUnstable_DumpTraceback() and PyUnstable_DumpTracebackThreads() (#148145)
Show description for 646853d
3 people
authored
646853d
View commit details
Copy full SHA for 646853d
View code at this point
Browse repository at this point
Commits on Apr 30, 2026
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
Commits on Mar 13, 2026
gh-145792: Fix incorrect alloca allocation size in traceback.c (#145814)
VanshAgarwal24036
authored
59d9768
View commit details
Copy full SHA for 59d9768
View code at this point
Browse repository at this point
Commits on Jan 5, 2026
gh-143108: Don't instrument some faulthandler related functions for TSan (#143450)
colesbury
authored
7a572d9
View commit details
Copy full SHA for 7a572d9
View code at this point
Browse repository at this point
Commits on Dec 24, 2025
gh-143108: Don't instrument faulthandler.c for TSan (#143109)
Show description for 50ecd6b
colesbury
authored
50ecd6b
View commit details
Copy full SHA for 50ecd6b
View code at this point
Browse repository at this point
Commits on Dec 15, 2025
gh-142737: Handle lost `io.open` in `_Py_FindSourceFile` (GH-142747)
johnslavik
authored
f277781
View commit details
Copy full SHA for f277781
View code at this point
Browse repository at this point
Commits on Dec 7, 2025
gh-138122: Don't sample partial frame chains (#141912)
pablogsal
authored
d6d850d
View commit details
Copy full SHA for d6d850d
View code at this point
Browse repository at this point
Commits on Nov 27, 2025
gh-116008: Detect freed thread state in faulthandler (#141988)
Show description for d5d9e89
vstinner
authored
d5d9e89
View commit details
Copy full SHA for d5d9e89
View code at this point
Browse repository at this point
Commits on Nov 4, 2025
gh-140815: Fix faulthandler for invalid/freed frame (#140921)
Show description for a84181c
vstinner
authored
a84181c
View commit details
Copy full SHA for a84181c
View code at this point
Browse repository at this point
Commits on Oct 28, 2025
gh-125434: Fix non-ASCII thread names in faulthandler on Windows (#140700)
Show description for 80f20f5
vstinner
authored
80f20f5
View commit details
Copy full SHA for 80f20f5
View code at this point
Browse repository at this point
Commits on Oct 27, 2025
gh-125434: Display thread name in faulthandler on Windows (#140675)
vstinner
authored
313145e
View commit details
Copy full SHA for 313145e
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
Commits on Jul 29, 2025
gh-137185: Fix `_Py_DumpStack()` async signal safety (gh-137187)
Show description for 11a8652
colesbury
authored
11a8652
View commit details
Copy full SHA for 11a8652
View code at this point
Browse repository at this point
Commits on May 28, 2025
gh-108512: Add and use new replacements for PySys_GetObject() (GH-111035)
Show description for bac3fcb
serhiy-storchaka
authored
bac3fcb
View commit details
Copy full SHA for bac3fcb
View code at this point
Browse repository at this point
Commits on Apr 30, 2025
GH-124715: Move trashcan mechanism into `Py_Dealloc` (GH-132280)
markshannon
authored
44e4c47
View commit details
Copy full SHA for 44e4c47
View code at this point
Browse repository at this point
Commits on Apr 28, 2025
gh-127604: ensure `-ldl` is passed only once to the linker (#133071)
picnixz
authored
af3f6fc
View commit details
Copy full SHA for af3f6fc
View code at this point
Browse repository at this point
Commits on Apr 25, 2025
gh-127604: Only define dump_pointer() if CAN_C_BACKTRACE (#132897)
vstinner
authored
c292f7f
View commit details
Copy full SHA for c292f7f
View code at this point
Browse repository at this point
Commits on Apr 23, 2025
gh-127604: Replace dprintf() with _Py_write_noraise() (#132854)
vstinner
authored
402dba2
View commit details
Copy full SHA for 402dba2
View code at this point
Browse repository at this point
gh-127604: Allow faulthandler to dumpC stack on MacOS (#132841)
pablogsal
authored
1007aab
View commit details
Copy full SHA for 1007aab
View code at this point
Browse repository at this point
Commits on Apr 21, 2025
gh-127604: Add C stack dumps to `faulthandler` (#128159)
ZeroIntensity
authored
8dfa840
View commit details
Copy full SHA for 8dfa840
View code at this point
Browse repository at this point
Commits on Apr 12, 2025
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
Commits on Apr 4, 2025
gh-125434: Display thread name in faulthandler (#132016)
vstinner
authored
37d47d4
View commit details
Copy full SHA for 37d47d4
View code at this point
Browse repository at this point
Commits on Mar 20, 2025
gh-131238: Remove includes from pycore_interp.h (#131495)
Show description for b69da00
vstinner
authored
b69da00
View commit details
Copy full SHA for b69da00
View code at this point
Browse repository at this point
gh-128421: add critical section around `traceback.tb_next` (#131322)
kumaraditya303
authored
39b37b0
View commit details
Copy full SHA for 39b37b0
View code at this point
Browse repository at this point
Commits on Feb 25, 2025
gh-130163: Fix crashes related to PySys_GetObject() (GH-130503)
Show description for 0ef4ffe
serhiy-storchaka
authored
0ef4ffe
View commit details
Copy full SHA for 0ef4ffe
View code at this point
Browse repository at this point
Commits on Jan 27, 2025
gh-111178: fix UBSan failures in `Python/traceback.c` (GH-128259)
picnixz
authored
ced296d
View commit details
Copy full SHA for ced296d
View code at this point
Browse repository at this point
Commits on Jan 21, 2025
GH-128563: Add new frame owner type for interpreter entry frames (GH-129078)
Show description for f5b6356
markshannon
authored
f5b6356
View commit details
Copy full SHA for f5b6356
View code at this point
Browse repository at this point
Commits on Nov 27, 2024
gh-123967: Fix faulthandler for trampoline frames (#127329)
Show description for 58e334e
vstinner
authored
58e334e
View commit details
Copy full SHA for 58e334e
View code at this point
Browse repository at this point
Commits on Apr 12, 2024
gh-117764: Fix and add signatures for many builtins (GH-117769)
serhiy-storchaka
authored
3a8c1ca
View commit details
Copy full SHA for 3a8c1ca
View code at this point
Browse repository at this point
Commits on Apr 2, 2024
gh-117411: move PyFutureFeatures to pycore_symtable.h and make it private (#117412)
iritkatriel
authored
1d5479b
View commit details
Copy full SHA for 1d5479b
View code at this point
Browse repository at this point
Commits on Jan 16, 2024
GH-113655: Lower the C recursion limit on various platforms (GH-113944)
markshannon
authored
17b73ab
View commit details
Copy full SHA for 17b73ab
View code at this point
Browse repository at this point
Commits on Nov 10, 2023
Remove dead code left after gh-110721 (#111905)
serhiy-storchaka
authored
06c47a3
View commit details
Copy full SHA for 06c47a3
View code at this point
Browse repository at this point
Commits on Nov 2, 2023
Remove unnecessary includes (GH-111633)
serhiy-storchaka
authored
a12f624
View commit details
Copy full SHA for a12f624
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.