[issue4111] Add DTrace probes
John Levon
report at bugs.python.org
Wed Apr 22 23:17:36 CEST 2009
John Levon <movement at users.sourceforge.net> added the comment:
Yes, my mistake. I noticed this typo in the original patch:
207 +PyObject *
208 +PyEval_EvalFrameexEx(PyFrameObject *f, int throwflag))
Can you:
- verify that HAVE_DTRACE is indeed defined for ceval.c
- do an nm on ceval.o and look which Eval* functions you do have
Somehow, PyEval_EvalFrameEx seems not to be ending up in the .o file. It
should be easy for you to work out why...
----------
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4111>
_______________________________________
More information about the Python-bugs-list
mailing list