Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-9566: Fix compiler warnings in gcmodule.c (GH-11010) | Jeremy Kloth | 2019-03-06 | 1 | -1/+1 |
* | bpo-35059: Remove Py_STATIC_INLINE() macro (GH-10216) | Victor Stinner | 2018-10-29 | 1 | -23/+23 |
* | bpo-35059: Add Py_STATIC_INLINE() macro (GH-10093) | Victor Stinner | 2018-10-25 | 1 | -23/+23 |
* | bpo-31574: importlib dtrace (#3749) | Christian Heimes | 2017-09-29 | 1 | -0/+4 |
* | mark dtrace stubs as static inline; remove stubs | Benjamin Peterson | 2016-10-21 | 1 | -19/+19 |
* | add the usual extern C silliness to pydtrace.h | Benjamin Peterson | 2016-09-11 | 1 | -0/+6 |
* | dummy dtrace probes are a good place to use inline functions | Benjamin Peterson | 2016-09-10 | 1 | -19/+19 |
* | fix dummy macro | Benjamin Peterson | 2016-09-10 | 1 | -1/+1 |
* | DTrace support: function calls, GC activity, line execution | Ćukasz Langa | 2016-09-10 | 1 | -0/+47 |