index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Python
/
instrumentation.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
GH-106895: Raise a `ValueError` when attempting to disable events that cannot...
Mark Shannon
2023-07-27
1
-42/+37
*
GH-106897: Add `RERAISE` event to `sys.monitoring`. (GH-107291)
Mark Shannon
2023-07-27
1
-0/+1
*
gh-107082: Fix instruction size computation for ENTER_EXECUTOR (#107256)
Guido van Rossum
2023-07-25
1
-0/+7
*
GH-103082: Rename PY_MONITORING_EVENTS to _PY_MONITORING_EVENTS (#107069)
Victor Stinner
2023-07-22
1
-19/+19
*
gh-106320: Create pycore_modsupport.h header file (#106355)
Victor Stinner
2023-07-03
1
-0/+1
*
gh-106320: Use _PyInterpreterState_GET() (#106336)
Victor Stinner
2023-07-02
1
-6/+4
*
gh-106320: Remove _PyInterpreterState_Get() alias (#106321)
Victor Stinner
2023-07-01
1
-9/+9
*
GH-106012: Fix monitoring of static code objects (GH-106017)
Mark Shannon
2023-06-23
1
-13/+18
*
GH-91095: Specialize calls to normal Python classes. (GH-99331)
Mark Shannon
2023-06-22
1
-1/+1
*
GH-100987: Allow objects other than code objects as the "executable" of an in...
Mark Shannon
2023-06-14
1
-5/+5
*
GH-105229: Remove remaining two-codeunit superinstructions (GH-105326)
Mark Shannon
2023-06-08
1
-14/+0
*
GH-105229: Replace some superinstructions with single instruction equivalent....
Mark Shannon
2023-06-05
1
-3/+0
*
GH-104584: Plugin optimizer API (GH-105100)
Mark Shannon
2023-06-02
1
-14/+13
*
gh-103865: add monitoring support to LOAD_SUPER_ATTR (#103866)
Carl Meyer
2023-05-16
1
-0/+5
*
GH-103082: Filter LINE events in VM, to simplify tool implementation. (GH-104...
Mark Shannon
2023-05-12
1
-17/+102
*
gh-103845: Remove line & instruction instrumentations before adding them back...
Tian Gao
2023-05-03
1
-8/+33
*
GH-103082: Code cleanup in instrumentation code (#103474)
Mark Shannon
2023-04-29
1
-31/+34
*
gh-84436: Implement Immortal Objects (gh-19474)
Eddie Elizondo
2023-04-22
1
-2/+2
*
gh-103082: Fix shifted field initialization in `instrumentation.c` (GH-103561)
Oleg Iarygin
2023-04-21
1
-4/+4
*
Fix unused functions warnings in instrumentation.c (GH-103515)
Benjamin Peterson
2023-04-13
1
-0/+4
*
GH-103082: Turn on branch events for FOR_ITER instructions. (#103507)
Mark Shannon
2023-04-13
1
-0/+2
*
GH-103082: Implementation of PEP 669: Low Impact Monitoring for CPython (GH-1...
Mark Shannon
2023-04-12
1
-0/+2021