COMMITS
/ Include/pydtrace.h December 31, 2022
M
Fix `pydtrace.d` path comment in `Include/pydtrace.h` (#28539)
Mark Hansen committed
May 23, 2019
S
bpo-36842: Implement PEP 578 (GH-12613)
Steve Dower committed
March 6, 2019
J
bpo-9566: Fix compiler warnings in gcmodule.c (GH-11010)
Jeremy Kloth committed
October 29, 2018
V
bpo-35059: Remove Py_STATIC_INLINE() macro (GH-10216)
Victor Stinner committed
October 25, 2018
V
bpo-35059: Add Py_STATIC_INLINE() macro (GH-10093)
Victor Stinner committed
September 29, 2017
C
bpo-31574: importlib dtrace (#3749)
Christian Heimes committed
October 21, 2016
B
mark dtrace stubs as static inline; remove stubs
Benjamin Peterson committed
September 11, 2016
B
add the usual extern C silliness to pydtrace.h
Benjamin Peterson committed
September 10, 2016
B
dummy dtrace probes are a good place to use inline functions
Benjamin Peterson committed
B
fix dummy macro
Benjamin Peterson committed
Ł
DTrace support: function calls, GC activity, line execution
Łukasz Langa committed