Changes by Laszlo (Laca) Peter :
--
nosy: +laca
___
Python tracker
<http://bugs.python.org/issue1975>
___
___
Python-bugs-list mailing list
Unsubscribe:
Laszlo (Laca) Peter added the comment:
Look at these lines at the beginning of phelper.d:
#if defined(__i386)
#definestartframe PyEval_EvalFrameEx
#defineendframe PyEval_EvalCodeEx
#elif defined(__amd64)
#definePyEval_EvalFrameEx PyEval_EvalFrameExReal
#define
Changes by Laszlo (Laca) Peter :
--
nosy: +laca
___
Python tracker
<http://bugs.python.org/issue5289>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Laszlo (Laca) Peter :
--
nosy: +laca
___
Python tracker
<http://bugs.python.org/issue877121>
___
___
Python-bugs-list mailing list
Unsubscribe:
Laszlo (Laca) Peter added the comment:
Please see here for discussion about the -G flag on OS X:
http://markmail.org/message/4nheqnexjr2o6mcx
If I read it correctly, on OS X, you will need to use -h
instead of -G and it won't emit an object file (dtrace.o)
so you will not need to li
Laszlo (Laca) Peter <[EMAIL PROTECTED]> added the comment:
I'm the python package maintainer at Sun.
We would really like to get the dtrace probes upstream, let me know how
I can help.
--
nosy: +laca
___
Python tracker <[EMAIL PRO
Changes by Laszlo (Laca) Peter <[EMAIL PROTECTED]>:
--
nosy: +laca
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue3014>
___
__