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 }}
lpyu001
/
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
Modules
_remote_debugging
on
codeobj
User selector
All users
Datepicker
All time
Commit history
Commits on May 26, 2026
gh-149931: Fix memory leaks on failed realloc (#149932)
aisk
authored
ec23ec6
View commit details
Copy full SHA for ec23ec6
View code at this point
Browse repository at this point
Commits on May 25, 2026
gh-149619: Harden _remote_debugging error paths (#150349)
pablogsal
authored
a5be25d
View commit details
Copy full SHA for a5be25d
View code at this point
Browse repository at this point
Commits on May 24, 2026
gh-150285: Fix too long docstrings in the _remote_debugging module (GH-150289)
serhiy-storchaka
authored
cdc499a
View commit details
Copy full SHA for cdc499a
View code at this point
Browse repository at this point
Commits on May 20, 2026
gh-149584: Fix excessive overhead in the Tachyon profiler regarding the cache behavior (#149649)
Show description for 661df25
pablogsal
authored
661df25
View commit details
Copy full SHA for 661df25
View code at this point
Browse repository at this point
Commits on May 18, 2026
gh-149953: Fix null pointer dereference order in `code_objects.c` (#149956)
Show description for 0ed497a
Nezuko Agent
authored
0ed497a
View commit details
Copy full SHA for 0ed497a
View code at this point
Browse repository at this point
Commits on May 9, 2026
gh-149474: use `Py_fopen` in `Binary{Reader,Writer}` for audit hook and path-like support (#149524)
maurycy
authored
354ef33
View commit details
Copy full SHA for 354ef33
View code at this point
Browse repository at this point
Commits on May 8, 2026
gh-149521: Do not update `last_profiled_frame` if it's not changed (#149522)
maurycy
authored
d36e5b8
View commit details
Copy full SHA for d36e5b8
View code at this point
Browse repository at this point
Commits on May 5, 2026
gh-149009: Validate `thread_count` in `profiling.sampling` binary reader (#149147)
maurycy
authored
c266f0c
View commit details
Copy full SHA for c266f0c
View code at this point
Browse repository at this point
gh-146256: Add `--jsonl` collector to the `profiling.sampling` (#146257)
maurycy
authored
04ce318
View commit details
Copy full SHA for 04ce318
View code at this point
Browse repository at this point
gh-149230: `_remote_debugging`: Fix async-aware for tasks in non-main threads (#149235)
maurycy
authored
f025dba
View commit details
Copy full SHA for f025dba
View code at this point
Browse repository at this point
gh-149342: `_remote_debugging`: Fix binary profile corruption when sampling a (temporarily) empty stack (#149343)
maurycy
authored
6f8c964
View commit details
Copy full SHA for 6f8c964
View code at this point
Browse repository at this point
gh-149300: `_remote_debugging`: clean up magic and duplicate consts in the binary format helper (#149301)
maurycy
authored
9dca1ff
View commit details
Copy full SHA for 9dca1ff
View code at this point
Browse repository at this point
Commits on May 4, 2026
gh-146462: Add dict introspection debug offsets (#148633)
pablogsal
authored
8c79678
View commit details
Copy full SHA for 8c79678
View code at this point
Browse repository at this point
GH-148726: Add heap_size to generational GC (#149195)
sergey-miryanov
authored
e89568f
View commit details
Copy full SHA for e89568f
View code at this point
Browse repository at this point
Commits on May 2, 2026
GH-146527: Add get_gc_stats function to _remote_debugging (#148071)
sergey-miryanov
authored
39f123c
View commit details
Copy full SHA for 39f123c
View code at this point
Browse repository at this point
gh-149214: Fix non ascii characters in remote debugging (#149228)
pablogsal
authored
efcac6f
View commit details
Copy full SHA for efcac6f
View code at this point
Browse repository at this point
Commits on Apr 27, 2026
gh-148252: Avoid overflow in `_remote_debugging` binary reader bounds checks (#148972)
maurycy
authored
0efd679
View commit details
Copy full SHA for 0efd679
View code at this point
Browse repository at this point
Commits on Apr 25, 2026
gh-148989: `_remote_debugging`: Remove dead code, unnecessary gc state read (#148990)
Show description for b2f126c
maurycy
authored
b2f126c
View commit details
Copy full SHA for b2f126c
View code at this point
Browse repository at this point
Commits on Apr 13, 2026
gh-148252: Fix stack depth calculation in binary reader on 32-bit platforms (#148253)
Show description for eb4c78d
pablogsal
authored
eb4c78d
View commit details
Copy full SHA for eb4c78d
View code at this point
Browse repository at this point
gh-148178: Validate remote debug offset tables on load (#148187)
Show description for 289fd2c
pablogsal
authored
289fd2c
View commit details
Copy full SHA for 289fd2c
View code at this point
Browse repository at this point
Commits on Apr 11, 2026
Fix format string mismatch for `uint64_t` in `_remote_debugging/threads.c` (#148360)
StanFromIreland
authored
639f218
View commit details
Copy full SHA for 639f218
View code at this point
Browse repository at this point
Commits on Mar 31, 2026
gh-146615: Fix format specifiers in extension modules (GH-146617)
sunmy2019
authored
1c396e1
View commit details
Copy full SHA for 1c396e1
View code at this point
Browse repository at this point
Commits on Mar 24, 2026
gh-128341: Use _Py_ABI_SLOT in stdlib modules (#145770)
Show description for 1887a95
befeleme
and
vstinner
authored
1887a95
View commit details
Copy full SHA for 1887a95
View code at this point
Browse repository at this point
Commits on Mar 22, 2026
gh-146308: Fix error handling issues in _remote_debugging module (#146309)
pablogsal
authored
ae6adc9
View commit details
Copy full SHA for ae6adc9
View code at this point
Browse repository at this point
gh-135953: Properly obtain main thread identifier in Gecko Collector (#146045)
flowln
authored
a17301a
View commit details
Copy full SHA for a17301a
View code at this point
Browse repository at this point
Commits on Mar 21, 2026
GH-145667: Merge `GET_ITER` and `GET_YIELD_FROM_ITER` (GH-146120)
Show description for 879c85f
markshannon
authored
879c85f
View commit details
Copy full SHA for 879c85f
View code at this point
Browse repository at this point
Commits on Feb 26, 2026
gh-144316: Fix missing exception in _remote_debugging with debug=False (#144442)
taegyunkim
authored
c2d3d6b
View commit details
Copy full SHA for c2d3d6b
View code at this point
Browse repository at this point
Commits on Feb 10, 2026
gh-144563: Fix remote debugging with duplicate libpython mappings from ctypes (#144595)
Show description for 2c1ca6b
pablogsal
authored
2c1ca6b
View commit details
Copy full SHA for 2c1ca6b
View code at this point
Browse repository at this point
gh-144648: Improve libproc usage in _remote_debugging (#144649)
jmroot
authored
d2d2459
View commit details
Copy full SHA for d2d2459
View code at this point
Browse repository at this point
Commits on Jan 3, 2026
gh-138122: Skip threads on EPERM in blocking mode profiler (GH-143368)
Show description for 27434c6
pablogsal
authored
27434c6
View commit details
Copy full SHA for 27434c6
View code at this point
Browse repository at this point
Commits on Dec 27, 2025
gh-138122: fix AC warnings in `Modules/_remote_debugging/module.c` (#143218)
picnixz
authored
7726119
View commit details
Copy full SHA for 7726119
View code at this point
Browse repository at this point
gh-140739: Fix missing exception on allocation failure in BinaryWriter (#143204)
pablogsal
authored
5436289
View commit details
Copy full SHA for 5436289
View code at this point
Browse repository at this point
Commits on Dec 26, 2025
gh-140739: Fix crashes from corrupted remote memory (#143190)
pablogsal
authored
d3d4cf9
View commit details
Copy full SHA for d3d4cf9
View code at this point
Browse repository at this point
Commits on Dec 24, 2025
gh-138122: Extend binary profiling format with full source location and opcode (#143088)
Show description for 7c44f37
pablogsal
and
StanFromIreland
authored
7c44f37
View commit details
Copy full SHA for 7c44f37
View code at this point
Browse repository at this point
Commits on Dec 23, 2025
gh-138122: Add blocking mode for accurate stack traces in Tachyon (#142998)
pablogsal
authored
81c8eb8
View commit details
Copy full SHA for 81c8eb8
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.