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 mjw
Recipients BreamoreBoy, Garen, belopolsky, bretthoerner, chrismiles, danchr, dmalcolm, giampaolo.rodola, glyph, jbaker, jcea, laca, mjw, movement, rhettinger, robert.kern, ronaldoussoren, sirg3, techtonik, twleung, wsanchez
Date 2010-09-28.10:36:14
SpamBayes Score 1.9606781e-05
Marked as misclassified No
Message-id <1285670177.87.0.483259829086.issue4111@psf.upfronthosting.co.za>
In-reply-to
Content
>  - renamed the probepoints:
>      "function__entry" -> "frame__entry"
>      "function__return" -> "frame__exit"
>    as I believe this better describes what these do    

Are you sure you want to do this? You are right that it better describes the action that these probe points signify. But since previous versions of this patch have been used and applied people might be depending on the old names. It is not a very big issue, we can always write a tapset to translate the old to new names. But it is an interface break for anybody who might already have scripts around.
History
Date User Action Args
2010-09-28 10:36:18mjwsetrecipients: + mjw, rhettinger, jcea, ronaldoussoren, belopolsky, wsanchez, movement, techtonik, giampaolo.rodola, glyph, bretthoerner, laca, twleung, jbaker, robert.kern, sirg3, chrismiles, danchr, dmalcolm, Garen, BreamoreBoy
2010-09-28 10:36:17mjwsetmessageid: <1285670177.87.0.483259829086.issue4111@psf.upfronthosting.co.za>
2010-09-28 10:36:15mjwlinkissue4111 messages
2010-09-28 10:36:14mjwcreate