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.2k
Star
74.3k
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
Tools
gdb
libpython.py
on
main
User selector
All users
All time
Commit history
Commits on Jul 24, 2026
gh-154580: Fix python-gdb.py pretty-printing non-ASCII strings in non-UTF-8 locales (GH-154581)
Show description for 6cb93bd
serhiy-storchaka
and
claude
authored
6cb93bd
View commit details
Copy full SHA for 6cb93bd
View code at this point
Browse repository at this point
Commits on Mar 4, 2026
gh-141510: Add frozendict support to python-gdb.py (#145511)
vstinner
authored
72b3e37
View commit details
Copy full SHA for 72b3e37
View code at this point
Browse repository at this point
Commits on Jan 8, 2026
gh-142095: Use thread local frame info in `py-bt` and `py-bt-full` when available (gh-143371)
Show description for 49c3b0a
colesbury
and
vstinner
authored
49c3b0a
View commit details
Copy full SHA for 49c3b0a
View code at this point
Browse repository at this point
Commits on Jan 29, 2025
gh-127119: Faster check for small ints in long_dealloc (GH-127620)
eendebakpt
authored
a292216
View commit details
Copy full SHA for a292216
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 5, 2024
gh-115999: Fix gdb support for libpython.so after thread-local bytecode change (#126440)
Show description for bbfd9c9
Yhg1s
authored
bbfd9c9
View commit details
Copy full SHA for bbfd9c9
View code at this point
Browse repository at this point
Commits on Nov 4, 2024
gh-115999: Implement thread-local bytecode and enable specialization for `BINARY_OP` (#123926)
Show description for 2e95c5b
mpage
authored
2e95c5b
View commit details
Copy full SHA for 2e95c5b
View code at this point
Browse repository at this point
Commits on Sep 12, 2024
gh-123923: Defer refcounting for `f_executable` in `_PyInterpreterFrame` (#123924)
Show description for b2afe2a
colesbury
authored
b2afe2a
View commit details
Copy full SHA for b2afe2a
View code at this point
Browse repository at this point
Commits on Aug 21, 2024
GH-115776: Allow any fixed sized object to have inline values (GH-123192)
markshannon
authored
a4fd7aa
View commit details
Copy full SHA for a4fd7aa
View code at this point
Browse repository at this point
Commits on Jun 26, 2024
gh-117139: Convert the evaluation stack to stack refs (#118450)
Show description for 22b0de2
Fidget-Spinner
and
markshannon
authored
22b0de2
View commit details
Copy full SHA for 22b0de2
View code at this point
Browse repository at this point
Commits on May 2, 2024
gdb/libpython.py: Update PyLongObjectPtr docstring (GH-118438)
Andrej730
authored
f8e088d
View commit details
Copy full SHA for f8e088d
View code at this point
Browse repository at this point
Commits on Apr 2, 2024
GH-115776: Embed the values array into the object, for "normal" Python objects. (GH-116115)
markshannon
authored
c32dc47
View commit details
Copy full SHA for c32dc47
View code at this point
Browse repository at this point
Commits on Mar 20, 2024
GH-108362: Incremental Cycle GC (GH-116206)
markshannon
authored
1530932
View commit details
Copy full SHA for 1530932
View code at this point
Browse repository at this point
Commits on Feb 7, 2024
GH-108362: Revert "GH-108362: Incremental GC implementation (GH-108038)" (#115132)
Show description for 8a3c499
markshannon
authored
8a3c499
View commit details
Copy full SHA for 8a3c499
View code at this point
Browse repository at this point
Commits on Feb 5, 2024
GH-108362: Incremental GC implementation (GH-108038)
markshannon
authored
36518e6
View commit details
Copy full SHA for 36518e6
View code at this point
Browse repository at this point
Commits on Feb 1, 2024
gh-112529: Remove PyGC_Head from object pre-header in free-threaded build (#114564)
Show description for 587d480
colesbury
authored
587d480
View commit details
Copy full SHA for 587d480
View code at this point
Browse repository at this point
Commits on Oct 26, 2023
gh-109094: replace frame->prev_instr by frame->instr_ptr (#109095)
iritkatriel
authored
67a91f7
View commit details
Copy full SHA for 67a91f7
View code at this point
Browse repository at this point
Commits on Jun 14, 2023
GH-100987: Allow objects other than code objects as the "executable" of an internal frame. (GH-105727)
Show description for 7199584
markshannon
authored
7199584
View commit details
Copy full SHA for 7199584
View code at this point
Browse repository at this point
gdb libpython.py: Remove compatibility code (#105739)
Show description for 0316063
vstinner
authored
0316063
View commit details
Copy full SHA for 0316063
View code at this point
Browse repository at this point
Commits on Jun 1, 2023
gh-105156: Cleanup usage of old Py_UNICODE type (#105158)
Show description for 7d07e58
vstinner
authored
7d07e58
View commit details
Copy full SHA for 7d07e58
View code at this point
Browse repository at this point
Commits on Mar 22, 2023
GH-101291: Rearrange the size bits in PyLongObject (GH-102464)
Show description for 7559f5f
markshannon
authored
7559f5f
View commit details
Copy full SHA for 7559f5f
View code at this point
Browse repository at this point
Commits on Jan 30, 2023
GH-101291: Refactor the `PyLongObject` struct into object header and PyLongValue struct. (GH-101292)
markshannon
authored
c1b1f51
View commit details
Copy full SHA for c1b1f51
View code at this point
Browse repository at this point
Commits on Jan 3, 2023
gh-89419: gdb: fix bug causing `AttributeError` in py-locals when no frame is available (#100611)
eli-schwartz
authored
8586949
View commit details
Copy full SHA for 8586949
View code at this point
Browse repository at this point
Commits on Nov 10, 2022
GH-96421: Insert shim frame on entry to interpreter (GH-96319)
Show description for 1e197e6
markshannon
authored
1e197e6
View commit details
Copy full SHA for 1e197e6
View code at this point
Browse repository at this point
Commits on Aug 24, 2022
GH-96177: Move GIL and eval breaker code out of ceval.c into ceval_gil.c. (GH-96204)
markshannon
authored
a4a9f2e
View commit details
Copy full SHA for a4a9f2e
View code at this point
Browse repository at this point
Commits on Aug 15, 2022
GH-95707: Fix uses of `Py_TPFLAGS_MANAGED_DICT` (GH-95854)
Show description for 3ef3c63
markshannon
authored
3ef3c63
View commit details
Copy full SHA for 3ef3c63
View code at this point
Browse repository at this point
Commits on Aug 1, 2022
GH-95245: Store object values and dict pointers in single tagged pointer. (GH-95278)
markshannon
authored
de388c0
View commit details
Copy full SHA for de388c0
View code at this point
Browse repository at this point
Commits on May 12, 2022
gh-92536: PEP 623: Remove wstr and legacy APIs from Unicode (GH-92537)
methane
authored
f9c9354
View commit details
Copy full SHA for f9c9354
View code at this point
Browse repository at this point
Commits on Apr 21, 2022
GH-88116: Use a compact format to represent end line and column offsets. (GH-91666)
Show description for 944fffe
markshannon
authored
944fffe
View commit details
Copy full SHA for 944fffe
View code at this point
Browse repository at this point
Commits on Apr 16, 2022
gh-91595: fix the comparison of character and integer by using ord() (#91596)
Show description for 9300b6d
sweetStreet
and
blurb-it[bot]
authored
9300b6d
View commit details
Copy full SHA for 9300b6d
View code at this point
Browse repository at this point
Commits on Apr 7, 2022
bpo-47177: Replace `f_lasti` with `prev_instr` (GH-32208)
brandtbucher
authored
ef6a482
View commit details
Copy full SHA for ef6a482
View code at this point
Browse repository at this point
Commits on Mar 15, 2022
Tools/gdb: Drop code to support Python 2. (GH-31717)
methane
authored
52f6ce3
View commit details
Copy full SHA for 52f6ce3
View code at this point
Browse repository at this point
Commits on Mar 1, 2022
bpo-46845: Reduce dict size when all keys are Unicode (GH-31564)
methane
authored
9833bb9
View commit details
Copy full SHA for 9833bb9
View code at this point
Browse repository at this point
Commits on Jan 5, 2022
bpo-45256: Don't track the exact depth of each `InterpreterFrame` (GH-30372)
brandtbucher
authored
332e6b9
View commit details
Copy full SHA for 332e6b9
View code at this point
Browse repository at this point
Commits on Dec 19, 2021
Revert "bpo-46131: add fastpath for PyFloat_Check() (GH-30200)" (GH-30208)
Show description for 29ea68b
rhettinger
authored
29ea68b
View commit details
Copy full SHA for 29ea68b
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.