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
*
[3.12] gh-109371: Fix monitoring with instruction events set (gh-109385) (#10...
Miss Islington (bot)
2023-09-18
1
-1/+4
*
[3.12] GH-108976. Keep monitoring data structures valid during de-optimizatio...
Mark Shannon
2023-09-12
1
-55/+49
*
[3.12] GH-108390: Prevent non-local events being set with `sys.monitoring.set...
Mark Shannon
2023-09-05
1
-50/+97
*
[3.12] GH-107774: Add missing audit event for PEP 669 (GH-107775) (#107839)
Miss Islington (bot)
2023-08-11
1
-0/+3
*
[3.12] GH-107724: Fix the signature of `PY_THROW` callback functions. (GH-107...
Miss Islington (bot)
2023-08-11
1
-10/+0
*
[3.12] GH-106895: Raise a `ValueError` when attempting to disable events that...
Mark Shannon
2023-07-28
1
-42/+37
*
[3.12] GH-106897: Add `RERAISE` event to `sys.monitoring`. (GH-107291) (GH-10...
Mark Shannon
2023-07-28
1
-0/+1
*
[3.12] GH-103082: Rename PY_MONITORING_EVENTS to _PY_MONITORING_EVENTS (#1070...
Victor Stinner
2023-07-22
1
-19/+19
*
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