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 benesch
Recipients benesch, bkabrda, dmalcolm, jcea, xmorel
Date 2014-12-27.06:57:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1419663463.5.0.144309137072.issue21590@psf.upfronthosting.co.za>
In-reply-to
Content
Since it looks like development on this has stalled, I took the liberty of compiling all prior patches

    https://github.com/benesch/python-dtrace-tracker

and am actively working on merging them into one superpatch. I am neither a Python nor a DTrace expert, so I'm happy to step aside should one of you more experienced folks have something ready.

A few thoughts so far:

    * SPARC support? Can we drop this? It seems to add a bunch of intrusive
      inlined NOPs—that I'm not sure are even necessary.

    * @jcea, is this the original DTrace patch? https://github.com/benesch/python-dtrace-tracker/blob/master/dtrace-solaris-oracle-24.patch

      I'm trying to determine where those NOPs came from.

Cheers!
History
Date User Action Args
2014-12-27 06:57:43beneschsetrecipients: + benesch, jcea, dmalcolm, xmorel, bkabrda
2014-12-27 06:57:43beneschsetmessageid: <1419663463.5.0.144309137072.issue21590@psf.upfronthosting.co.za>
2014-12-27 06:57:43beneschlinkissue21590 messages
2014-12-27 06:57:42beneschcreate