FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
gh-111997: C-API for signalling monitoring events by iritkatriel · Pull Request #116413 · python/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.3k
Star
74.9k
Code
Issues
5k+
Pull requests
2.6k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
gh-111997: C-API for signalling monitoring events
- #116413
#116413
Merged
iritkatriel
merged 102 commits into
python:main
python/cpython:main
from
iritkatriel:monitoring-capi
iritkatriel/cpython:monitoring-capi
Copy head branch name to clipboard
May 4, 2024
Conversation
Commits
102
(102)
Checks
Files changed
Merged
gh-111997: C-API for signalling monitoring events
#116413
iritkatriel
merged 102 commits into
python:main
python/cpython:main
from
iritkatriel:monitoring-capi
iritkatriel/cpython:monitoring-capi
Copy head branch name to clipboard
Commits
Commits on Mar 6, 2024
gh-111997: C-API for signalling monitoring events
iritkatriel
committed
b2d19c3
View commit details
Copy full SHA for b2d19c3
Browse repository at this point
remove unnecessary events and add a basic test
iritkatriel
committed
1b9487c
View commit details
Copy full SHA for 1b9487c
Browse repository at this point
enhance test
iritkatriel
committed
150011a
View commit details
Copy full SHA for 150011a
Browse repository at this point
Commits on Mar 7, 2024
enable disable tests. api test functions return the new 'active' value
iritkatriel
committed
ebc36b5
View commit details
Copy full SHA for ebc36b5
Browse repository at this point
Merge remote-tracking branch 'upstream/main' into monitoring-capi
iritkatriel
committed
1ad872c
View commit details
Copy full SHA for 1ad872c
Browse repository at this point
update PCbuild
iritkatriel
committed
34179c1
View commit details
Copy full SHA for 34179c1
Browse repository at this point
use int
iritkatriel
committed
3c9f8bb
View commit details
Copy full SHA for 3c9f8bb
Browse repository at this point
Commits on Mar 11, 2024
implement _PyMonitoringScopeBegin and add CodeLike type
iritkatriel
committed
344fd26
View commit details
Copy full SHA for 344fd26
Browse repository at this point
more tests
iritkatriel
committed
ecaee5e
View commit details
Copy full SHA for ecaee5e
Browse repository at this point
Commits on Mar 12, 2024
make functions public
iritkatriel
committed
5c68095
View commit details
Copy full SHA for 5c68095
Browse repository at this point
Commits on Mar 13, 2024
move tests from testinternalcapi to testcapi
iritkatriel
committed
7661865
View commit details
Copy full SHA for 7661865
Browse repository at this point
add include
iritkatriel
committed
580a9f3
View commit details
Copy full SHA for 580a9f3
Browse repository at this point
PyMonitoringScopeBegin --> PyMonitoring_BeginScope
iritkatriel
committed
19a1f90
View commit details
Copy full SHA for 19a1f90
Browse repository at this point
IF_ACTIVE --> _PyMonitoring_IF_ACTIVE
iritkatriel
committed
745a2b3
View commit details
Copy full SHA for 745a2b3
Browse repository at this point
upate tests
iritkatriel
committed
ba5e7e0
View commit details
Copy full SHA for ba5e7e0
Browse repository at this point
offset is int, event_types is const, remove "opaque"
iritkatriel
committed
aa19675
View commit details
Copy full SHA for aa19675
Browse repository at this point
PyMonitoring_FireLineEvent takes lineno as int
iritkatriel
committed
68aa352
View commit details
Copy full SHA for 68aa352
Browse repository at this point
add news
iritkatriel
committed
db4e3b8
View commit details
Copy full SHA for db4e3b8
Browse repository at this point
Merge remote-tracking branch 'upstream/main' into monitoring-capi
iritkatriel
committed
99722f8
View commit details
Copy full SHA for 99722f8
Browse repository at this point
remove debug stuff
iritkatriel
committed
445b19f
View commit details
Copy full SHA for 445b19f
Browse repository at this point
not static
iritkatriel
committed
33ce7aa
View commit details
Copy full SHA for 33ce7aa
Browse repository at this point
Revert "not static"
Show description for cf6e20d
iritkatriel
committed
cf6e20d
View commit details
Copy full SHA for cf6e20d
Browse repository at this point
Commits on Mar 14, 2024
ignore PyCodeLike_Type
iritkatriel
committed
89b05f1
View commit details
Copy full SHA for 89b05f1
Browse repository at this point
typo
iritkatriel
committed
5f72725
View commit details
Copy full SHA for 5f72725
Browse repository at this point
space to tab
iritkatriel
committed
6368b42
View commit details
Copy full SHA for 6368b42
Browse repository at this point
Commits on Mar 18, 2024
skip test if no _testcapi
iritkatriel
committed
e6d7c6a
View commit details
Copy full SHA for e6d7c6a
Browse repository at this point
Commits on Mar 19, 2024
Code review comments
iritkatriel
committed
58f2bcf
View commit details
Copy full SHA for 58f2bcf
Browse repository at this point
remove unused
iritkatriel
committed
db5a286
View commit details
Copy full SHA for db5a286
Browse repository at this point
Merge remote-tracking branch 'upstream/main' into monitoring-capi
iritkatriel
committed
0f329ae
View commit details
Copy full SHA for 0f329ae
Browse repository at this point
add test with two events
iritkatriel
committed
38346e8
View commit details
Copy full SHA for 38346e8
Browse repository at this point
Merge remote-tracking branch 'upstream/main' into monitoring-capi
iritkatriel
committed
738921d
View commit details
Copy full SHA for 738921d
Browse repository at this point
add _PyMonitoring_EndScope
iritkatriel
committed
f5c40fc
View commit details
Copy full SHA for f5c40fc
Browse repository at this point
Begin/End --> Enter/Exit
iritkatriel
committed
95c5275
View commit details
Copy full SHA for 95c5275
Browse repository at this point
error checking
iritkatriel
committed
427e116
View commit details
Copy full SHA for 427e116
Browse repository at this point
review comments
iritkatriel
committed
3bc47df
View commit details
Copy full SHA for 3bc47df
Browse repository at this point
uint32_t --> int
iritkatriel
committed
5f11cda
View commit details
Copy full SHA for 5f11cda
Browse repository at this point
put ifdef back
iritkatriel
committed
e719e38
View commit details
Copy full SHA for e719e38
Browse repository at this point
Commits on Mar 20, 2024
add opaque
iritkatriel
committed
be236b1
View commit details
Copy full SHA for be236b1
Browse repository at this point
always define the private versions. PyUnstable_ for the inlined
iritkatriel
committed
8c1eacf
View commit details
Copy full SHA for 8c1eacf
Browse repository at this point
Commits on Mar 21, 2024
add tests for the Unstable version of the API
iritkatriel
committed
23f579b
View commit details
Copy full SHA for 23f579b
Browse repository at this point
tidy up declarations
iritkatriel
committed
eee637e
View commit details
Copy full SHA for eee637e
Browse repository at this point
Merge remote-tracking branch 'upstream/main' into monitoring-capi
iritkatriel
committed
24cd7c4
View commit details
Copy full SHA for 24cd7c4
Browse repository at this point
private versions are not in limited API
iritkatriel
committed
29c01e3
View commit details
Copy full SHA for 29c01e3
Browse repository at this point
Commits on Mar 25, 2024
Merge remote-tracking branch 'upstream/main' into monitoring-capi
iritkatriel
committed
0df7473
View commit details
Copy full SHA for 0df7473
Browse repository at this point
rename macro
iritkatriel
committed
ef9a4a1
View commit details
Copy full SHA for ef9a4a1
Browse repository at this point
Commits on Mar 26, 2024
Merge branch 'main' into monitoring-capi
iritkatriel
authored
dea138e
View commit details
Copy full SHA for dea138e
Browse repository at this point
update limited API
iritkatriel
committed
c0bcc22
View commit details
Copy full SHA for c0bcc22
Browse repository at this point
Commits on Mar 27, 2024
no need for two versions of EnterScope/ExitScope
iritkatriel
committed
48176fc
View commit details
Copy full SHA for 48176fc
Browse repository at this point
Commits on Mar 28, 2024
Revert "update limited API"
Show description for c52dddc
iritkatriel
committed
c52dddc
View commit details
Copy full SHA for c52dddc
Browse repository at this point
remove stable version. Rename Unstable functions
iritkatriel
committed
69cfe88
View commit details
Copy full SHA for 69cfe88
Browse repository at this point
Commits on Apr 1, 2024
Merge remote-tracking branch 'upstream/main' into monitoring-capi
iritkatriel
committed
20ce59f
View commit details
Copy full SHA for 20ce59f
Browse repository at this point
Delete Modules/_sqlite/connection-dd92fcfb.o.tmp
iritkatriel
authored
811402a
View commit details
Copy full SHA for 811402a
Browse repository at this point
Delete Modules/_testcapi/monitoring.c
iritkatriel
authored
86d2f67
View commit details
Copy full SHA for 86d2f67
Browse repository at this point
Revert "Delete Modules/_testcapi/monitoring.c"
Show description for e60f83f
iritkatriel
committed
e60f83f
View commit details
Copy full SHA for e60f83f
Browse repository at this point
Delete Modules/_sqlite/cursor-8e377591.o.tmp
iritkatriel
authored
8c052d3
View commit details
Copy full SHA for 8c052d3
Browse repository at this point
Delete Python/pylifecycle-c98da669.o.tmp
iritkatriel
authored
e2f9f2f
View commit details
Copy full SHA for e2f9f2f
Browse repository at this point
Delete Python/pystate-0cb7e25d.o.tmp
iritkatriel
authored
7b02a82
View commit details
Copy full SHA for 7b02a82
Browse repository at this point
Merge branch 'main' into monitoring-capi
iritkatriel
authored
c605827
View commit details
Copy full SHA for c605827
Browse repository at this point
Commits on Apr 2, 2024
Merge branch 'main' into monitoring-capi
iritkatriel
authored
a6d45c4
View commit details
Copy full SHA for a6d45c4
Browse repository at this point
Merge branch 'main' into monitoring-capi
iritkatriel
authored
e98827c
View commit details
Copy full SHA for e98827c
Browse repository at this point
Commits on Apr 4, 2024
remove a few bits
iritkatriel
committed
5fdce63
View commit details
Copy full SHA for 5fdce63
Browse repository at this point
Move non-limited API to Include/cpython/ (#56)
encukou
authored
21537da
View commit details
Copy full SHA for 21537da
Browse repository at this point
Merge branch 'main' into monitoring-capi
iritkatriel
authored
8eac91d
View commit details
Copy full SHA for 8eac91d
Browse repository at this point
Commits on Apr 5, 2024
Merge branch 'main' into monitoring-capi
iritkatriel
authored
1956867
View commit details
Copy full SHA for 1956867
Browse repository at this point
Commits on Apr 9, 2024
Merge remote-tracking branch 'upstream/main' into monitoring-capi
iritkatriel
committed
882a205
View commit details
Copy full SHA for 882a205
Browse repository at this point
Commits on Apr 10, 2024
Petr's comments
iritkatriel
committed
aaea28e
View commit details
Copy full SHA for aaea28e
Browse repository at this point
int -> int32_t for offset
iritkatriel
committed
2f0a4d1
View commit details
Copy full SHA for 2f0a4d1
Browse repository at this point
give EnterScope/ExitScope a return value
iritkatriel
committed
88e770f
View commit details
Copy full SHA for 88e770f
Browse repository at this point
add doc
iritkatriel
committed
2bed2e3
View commit details
Copy full SHA for 2bed2e3
Browse repository at this point
Merge remote-tracking branch 'upstream/main' into monitoring-capi
iritkatriel
committed
573fbf8
View commit details
Copy full SHA for 573fbf8
Browse repository at this point
Commits on Apr 11, 2024
fix typo
iritkatriel
committed
85e9033
View commit details
Copy full SHA for 85e9033
Browse repository at this point
update doc conf
iritkatriel
committed
5162a03
View commit details
Copy full SHA for 5162a03
Browse repository at this point
document PyMonitoringState
iritkatriel
committed
0438389
View commit details
Copy full SHA for 0438389
Browse repository at this point
Merge branch 'main' into monitoring-capi
iritkatriel
authored
f53ceed
View commit details
Copy full SHA for f53ceed
Browse repository at this point
Update Doc/c-api/monitoring.rst
Show description for 75e5103
iritkatriel
and
encukou
authored
75e5103
View commit details
Copy full SHA for 75e5103
Browse repository at this point
Petr's comments
iritkatriel
committed
c7bd7f4
View commit details
Copy full SHA for c7bd7f4
Browse repository at this point
update docs
iritkatriel
committed
2c09788
View commit details
Copy full SHA for 2c09788
Browse repository at this point
fix doc
iritkatriel
committed
5936200
View commit details
Copy full SHA for 5936200
Browse repository at this point
whitespace
iritkatriel
committed
3f924e4
View commit details
Copy full SHA for 3f924e4
Browse repository at this point
fix doc ref
iritkatriel
committed
d42b7c8
View commit details
Copy full SHA for d42b7c8
Browse repository at this point
fix ref
iritkatriel
committed
d3a5dd5
View commit details
Copy full SHA for d3a5dd5
Browse repository at this point
add title
iritkatriel
committed
0c4e65d
View commit details
Copy full SHA for 0c4e65d
Browse repository at this point
Commits on Apr 12, 2024
doc update
Show description for a59568b
iritkatriel
and
markshannon
authored
a59568b
View commit details
Copy full SHA for a59568b
Browse repository at this point
Merge branch 'main' into monitoring-capi
iritkatriel
authored
71e6bd3
View commit details
Copy full SHA for 71e6bd3
Browse repository at this point
Commits on Apr 18, 2024
Merge remote-tracking branch 'upstream/main' into monitoring-capi
iritkatriel
committed
1ed891d
View commit details
Copy full SHA for 1ed891d
Browse repository at this point
update doc per Petr's comments
iritkatriel
committed
262977f
View commit details
Copy full SHA for 262977f
Browse repository at this point
Commits on Apr 19, 2024
reentered
Show description for 7d530b1
iritkatriel
and
markshannon
authored
7d530b1
View commit details
Copy full SHA for 7d530b1
Browse repository at this point
Apply suggestions from code review
Show description for 45a7895
iritkatriel
and
encukou
authored
45a7895
View commit details
Copy full SHA for 45a7895
Browse repository at this point
whitespace
iritkatriel
committed
cf9dfd0
View commit details
Copy full SHA for cf9dfd0
Browse repository at this point
Commits on Apr 22, 2024
Merge branch 'main' into monitoring-capi
iritkatriel
authored
03382bc
View commit details
Copy full SHA for 03382bc
Browse repository at this point
add exceptions and disabling to doc
iritkatriel
committed
3a6e583
View commit details
Copy full SHA for 3a6e583
Browse repository at this point
Commits on Apr 26, 2024
VM takes care of exception state for exception-related events
iritkatriel
committed
a704c4a
View commit details
Copy full SHA for a704c4a
Browse repository at this point
bool -> int
iritkatriel
committed
c7de609
View commit details
Copy full SHA for c7de609
Browse repository at this point
Commits on Apr 28, 2024
exception events use 'current exception'
iritkatriel
committed
e673b5a
View commit details
Copy full SHA for e673b5a
Browse repository at this point
update doc
iritkatriel
committed
5f00efb
View commit details
Copy full SHA for 5f00efb
Browse repository at this point
Commits on Apr 29, 2024
raise on missing exception
iritkatriel
committed
69e900e
View commit details
Copy full SHA for 69e900e
Browse repository at this point
typo in doc
iritkatriel
committed
841eb6c
View commit details
Copy full SHA for 841eb6c
Browse repository at this point
Petr's comments
iritkatriel
committed
2840f12
View commit details
Copy full SHA for 2840f12
Browse repository at this point
Commits on May 1, 2024
Merge branch 'main' into monitoring-capi
iritkatriel
authored
c8499e5
View commit details
Copy full SHA for c8499e5
Browse repository at this point
Commits on May 3, 2024
Merge branch 'main' into monitoring-capi
iritkatriel
authored
aa6aa8a
View commit details
Copy full SHA for aa6aa8a
Browse repository at this point
Merge branch 'main' into monitoring-capi
iritkatriel
authored
6c65373
View commit details
Copy full SHA for 6c65373
Browse repository at this point
Commits on May 4, 2024
Merge branch 'main' into monitoring-capi
iritkatriel
authored
bf84396
View commit details
Copy full SHA for bf84396
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL