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
Python
instrumentation.c
on
stackref-not-null
User selector
All users
All time
Commit history
Commits on Oct 7, 2024
GH-116968: Remove branch from advance_backoff_counter (GH-124469)
markshannon
authored
f55273b
View commit details
Copy full SHA for f55273b
View code at this point
Browse repository at this point
Commits on Oct 1, 2024
gh-116750: Add clear_tool_id function to unregister events and callbacks (#124568)
gaogaotiantian
authored
5e0abb4
View commit details
Copy full SHA for 5e0abb4
View code at this point
Browse repository at this point
Commits on Aug 13, 2024
GH-122390: Replace `_Py_GetbaseOpcode` with `_Py_GetBaseCodeUnit` (GH-122942)
markshannon
authored
7a65439
View commit details
Copy full SHA for 7a65439
View code at this point
Browse repository at this point
Commits on Aug 8, 2024
gh-122247: Move instruction instrumentation sanity check after tracing check (#122251)
gaogaotiantian
authored
57d7c3e
View commit details
Copy full SHA for 57d7c3e
View code at this point
Browse repository at this point
Commits on Jun 13, 2024
gh-117657: Fix some simple races in instrumentation.c (GH-120118)
Show description for b1b61dc
Fidget-Spinner
authored
b1b61dc
View commit details
Copy full SHA for b1b61dc
View code at this point
Browse repository at this point
Commits on May 26, 2024
gh-111997: Fix argument count for LINE event and clarify type of argument counts. (#119179)
scoder
authored
70b07aa
View commit details
Copy full SHA for 70b07aa
View code at this point
Browse repository at this point
Commits on May 23, 2024
gh-119431: fix refleak in test_monitoring (#119444)
iritkatriel
authored
c85e352
View commit details
Copy full SHA for c85e352
View code at this point
Browse repository at this point
Commits on May 21, 2024
gh-118692: Avoid creating unnecessary StopIteration instances for monitoring (#119216)
iritkatriel
authored
6e9863d
View commit details
Copy full SHA for 6e9863d
View code at this point
Browse repository at this point
Commits on May 6, 2024
gh-118415: Fix issues with local tracing being enabled/disabled on a function (#118496)
DinoV
authored
00d913c
View commit details
Copy full SHA for 00d913c
View code at this point
Browse repository at this point
Commits on May 4, 2024
gh-111997: C-API for signalling monitoring events (#116413)
iritkatriel
authored
85af789
View commit details
Copy full SHA for 85af789
View code at this point
Browse repository at this point
Commits on May 3, 2024
gh-107674: Improve performance of `sys.settrace` (GH-117133)
Show description for 9c14ed0
gaogaotiantian
authored
9c14ed0
View commit details
Copy full SHA for 9c14ed0
View code at this point
Browse repository at this point
Commits on May 1, 2024
gh-118335: Configure Tier 2 interpreter at build time (#118339)
Show description for 7d83f7b
gvanrossum
authored
7d83f7b
View commit details
Copy full SHA for 7d83f7b
View code at this point
Browse repository at this point
Commits on Apr 30, 2024
gh-117657: Fix small issues with instrumentation and TSAN (#118064)
Show description for 4a1cf66
DinoV
authored
4a1cf66
View commit details
Copy full SHA for 4a1cf66
View code at this point
Browse repository at this point
Commits on Apr 29, 2024
gh-107674: Lazy load line number to improve performance of tracing (GH-118127)
gaogaotiantian
authored
375c94c
View commit details
Copy full SHA for 375c94c
View code at this point
Browse repository at this point
Commits on Apr 19, 2024
gh-116818: Make `sys.settrace`, `sys.setprofile`, and monitoring thread-safe (#116775)
Show description for 07525c9
DinoV
authored
07525c9
View commit details
Copy full SHA for 07525c9
View code at this point
Browse repository at this point
Commits on Apr 9, 2024
gh-107674: Remove some unnecessary code in instrumentation code (GH-117393)
gaogaotiantian
authored
5718324
View commit details
Copy full SHA for 5718324
View code at this point
Browse repository at this point
Commits on Apr 4, 2024
gh-116968: Reimplement Tier 2 counters (#117144)
Show description for 060a96f
gvanrossum
authored
060a96f
View commit details
Copy full SHA for 060a96f
View code at this point
Browse repository at this point
Commits on Mar 4, 2024
gh-115832: Fix instrumentation version mismatch during interpreter shutdown (#115856)
Show description for 0adfa84
swtaarrs
authored
0adfa84
View commit details
Copy full SHA for 0adfa84
View code at this point
Browse repository at this point
Commits on Mar 1, 2024
gh-116098: Revert "gh-107674: Improve performance of `sys.settrace` (GH-114986)" (GH-116178)
Show description for 7895a61
gaogaotiantian
authored
7895a61
View commit details
Copy full SHA for 7895a61
View code at this point
Browse repository at this point
Commits on Feb 28, 2024
gh-107674: Improve performance of `sys.settrace` (GH-114986)
gaogaotiantian
authored
0a61e23
View commit details
Copy full SHA for 0a61e23
View code at this point
Browse repository at this point
Commits on Feb 26, 2024
gh-115168: Add pystats counter for invalidated executors (GH-115169)
mdboom
authored
b05afdd
View commit details
Copy full SHA for b05afdd
View code at this point
Browse repository at this point
Commits on Feb 20, 2024
gh-112175: Add `eval_breaker` to `PyThreadState` (#115194)
Show description for 0749244
swtaarrs
authored
0749244
View commit details
Copy full SHA for 0749244
View code at this point
Browse repository at this point
Commits on Jan 5, 2024
GH-113486: Do not emit spurious PY_UNWIND events for optimized calls to classes. (GH-113680)
markshannon
authored
0ae60b6
View commit details
Copy full SHA for 0ae60b6
View code at this point
Browse repository at this point
Commits on Nov 3, 2023
gh-103615: Use local events for opcode tracing (GH-109472)
Show description for e0afed7
gaogaotiantian
authored
e0afed7
View commit details
Copy full SHA for e0afed7
View code at this point
Browse repository at this point
Commits on Oct 30, 2023
gh-110481: Implement biased reference counting (gh-110764)
colesbury
authored
6dfb8fe
View commit details
Copy full SHA for 6dfb8fe
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 Oct 23, 2023
GH-109369: Add machinery for deoptimizing tier2 executors, both individually and globally. (GH-110384)
markshannon
authored
52e902c
View commit details
Copy full SHA for 52e902c
View code at this point
Browse repository at this point
Commits on Oct 4, 2023
GH-109369: Merge all eval-breaker flags and monitoring version into one word. (GH-109846)
markshannon
authored
bf4bc36
View commit details
Copy full SHA for bf4bc36
View code at this point
Browse repository at this point
Commits on Sep 22, 2023
GH-107265: Add missing deoptimizations for ENTER_EXECUTOR's original opcode (GH-109420)
gaogaotiantian
authored
d5611f2
View commit details
Copy full SHA for d5611f2
View code at this point
Browse repository at this point
Commits on Sep 18, 2023
gh-109371: Fix monitoring with instruction events set (gh-109385)
gaogaotiantian
authored
412f5e8
View commit details
Copy full SHA for 412f5e8
View code at this point
Browse repository at this point
Commits on Sep 13, 2023
GH-105848: Replace KW_NAMES + CALL with LOAD_CONST + CALL_KW (GH-109300)
brandtbucher
authored
22e65ee
View commit details
Copy full SHA for 22e65ee
View code at this point
Browse repository at this point
Commits on Sep 11, 2023
gh-109039: Branch prediction for Tier 2 interpreter (#109038)
Show description for bcce5e2
gvanrossum
authored
bcce5e2
View commit details
Copy full SHA for bcce5e2
View code at this point
Browse repository at this point
GH-108976. Keep monitoring data structures valid during de-optimization during callback. (GH-109131)
markshannon
authored
4a69301
View commit details
Copy full SHA for 4a69301
View code at this point
Browse repository at this point
Commits on Sep 7, 2023
gh-109094: remove unnecessary updates of frame->prev_instr in instrumentation functions (#109076)
iritkatriel
authored
9639696
View commit details
Copy full SHA for 9639696
View code at this point
Browse repository at this point
gh-107265: Remove all ENTER_EXECUTOR when execute _Py_Instrument (gh-108539)
corona10
authored
3bfa24e
View commit details
Copy full SHA for 3bfa24e
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.