[issue32599] Add dtrace hook for PyCFunction_Call

2021-08-10 Thread Mateusz Piotrowski
Change by Mateusz Piotrowski <0...@freebsd.org>: -- nosy: +0mp ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue32599] Add dtrace hook for PyCFunction_Call

2019-12-28 Thread Joannah Nanjekye
Change by Joannah Nanjekye : -- nosy: +nanjekyejoannah ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue32599] Add dtrace hook for PyCFunction_Call

2019-12-21 Thread Batuhan
Batuhan added the comment: If there are no objections, I can work on a patch. -- nosy: +BTaskaya, christian.heimes, vstinner ___ Python tracker ___

[issue32599] Add dtrace hook for PyCFunction_Call

2018-01-19 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- type: performance -> enhancement ___ Python tracker ___

[issue32599] Add dtrace hook for PyCFunction_Call

2018-01-19 Thread Frank Ch. Eigler
New submission from Frank Ch. Eigler : Similar to https://bugs.python.org/issue31574, it would be useful the the interpreter allowed a tracing tool to hook the PyCFunction_Call() site, maybe via the C_TRACE() macro, kind of how it already does in _PyEval_EvalFrameDefault().