[issue14776] Add SystemTap static markers

Antoine Pitrou report at bugs.python.org
Fri May 11 06:53:31 CEST 2012


Antoine Pitrou <pitrou at free.fr> added the comment:

Well, at least it looks much cleaner that the dtrace patch.

Two comments still:
- is pysystemtap.h meant to be a public header? otherwise it should perhaps not end up in Include (I'm not sure what our policy is here)
- perhaps get_frame_marker_info() and friends could still be a in separate ceval-systemtap.h file? that way the only added complication in ceval.c would be a couple of includes, and the two `if`s in the eval loop

----------
nosy: +jcea, loewis, pitrou

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14776>
_______________________________________


More information about the Python-bugs-list mailing list