This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author robert.kern
Recipients belopolsky, bretthoerner, chrismiles, danchr, jcea, laca, movement, rhettinger, robert.kern, ronaldoussoren, sirg3, skip.montanaro, twleung
Date 2009-04-22.21:26:47
SpamBayes Score 0.0008417796
Marked as misclassified No
Message-id <1240435609.58.0.44899225343.issue4111@psf.upfronthosting.co.za>
In-reply-to
Content
Ah, duh, of course. The problem here with PyEval_EvalFrameEx is that I
don't have ceval.o on the command line *at all* since OS X's dtrace
doesn't support -G. It doesn't appear to accept ceval.o with -h, either,
so I suppose that adding the ustack helper may simply be impossible
unless Apple adds the -G flag.

Thanks for you help John.
History
Date User Action Args
2009-04-22 21:26:50robert.kernsetrecipients: + robert.kern, skip.montanaro, rhettinger, jcea, ronaldoussoren, belopolsky, movement, bretthoerner, laca, twleung, sirg3, chrismiles, danchr
2009-04-22 21:26:49robert.kernsetmessageid: <1240435609.58.0.44899225343.issue4111@psf.upfronthosting.co.za>
2009-04-22 21:26:48robert.kernlinkissue4111 messages
2009-04-22 21:26:47robert.kerncreate