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.22:12:11
SpamBayes Score 5.8571054e-06
Marked as misclassified No
Message-id <1240438334.14.0.47992742807.issue4111@psf.upfronthosting.co.za>
In-reply-to
Content
Hmm, wait a second. Never mind. The Solaris patches don't have ceval.o
on the line for compiling phelper.o, either.

If dtrace needs to resolve the symbol PyEval_EvalFrameEx in an object
file, how does it know to look in ceval.o for the phelper.d? WITH_DTRACE
is defined in ceval.c and PyEval_EvalFrameEx is in ceval.o, but I don't
understand how that relates to compiling phelper.d.
History
Date User Action Args
2009-04-22 22:12:14robert.kernsetrecipients: + robert.kern, skip.montanaro, rhettinger, jcea, ronaldoussoren, belopolsky, movement, bretthoerner, laca, twleung, sirg3, chrismiles, danchr
2009-04-22 22:12:14robert.kernsetmessageid: <1240438334.14.0.47992742807.issue4111@psf.upfronthosting.co.za>
2009-04-22 22:12:12robert.kernlinkissue4111 messages
2009-04-22 22:12:11robert.kerncreate