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
.
faster-cpython
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
27
Star
529
Code
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Tools
gdb
libpython.py
on
stackref-not-null
User selector
All users
All time
Commit history
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
bpo-46131: add fastpath for PyFloat_Check() (#30200)
mattip
authored
2ef06d4
View commit details
Copy full SHA for 2ef06d4
View code at this point
Browse repository at this point
Commits on Dec 7, 2021
bpo-45947: Place dict and values pointer at fixed (negative) offset just before GC header. (GH-29879)
Show description for 8319114
markshannon
authored
8319114
View commit details
Copy full SHA for 8319114
View code at this point
Browse repository at this point
Commits on Nov 21, 2021
Reactivate primary mechanism to retrieve frames in the gdb helpers (GH-29682)
pablogsal
authored
4cf6524
View commit details
Copy full SHA for 4cf6524
View code at this point
Browse repository at this point
Commits on Nov 10, 2021
bpo-45637: Fix cframe-based fallback in the gdb helpers (GH-29515)
pablogsal
authored
20205ad
View commit details
Copy full SHA for 20205ad
View code at this point
Browse repository at this point
Commits on Nov 9, 2021
bpo-45637: Remove broken fallback in gdb helpers to obtain frame variable (GH-29257)
pablogsal
authored
f4c0348
View commit details
Copy full SHA for f4c0348
View code at this point
Browse repository at this point
Commits on Oct 13, 2021
bpo-45340: Don't create object dictionaries unless actually needed (GH-28802)
Show description for a8b9350
markshannon
authored
a8b9350
View commit details
Copy full SHA for a8b9350
View code at this point
Browse repository at this point
Commits on Oct 9, 2021
bpo-45256: Remove the usage of the C stack in Python to Python calls (GH-28488)
Show description for b4903af
pablogsal
authored
b4903af
View commit details
Copy full SHA for b4903af
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.