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 brandon-rhodes
Recipients brandon-rhodes, brett.cannon, eric.araujo, eric.snow, ncoghlan, sandro.tosi
Date 2011-08-01.19:30:59
SpamBayes Score 0.00081324717
Marked as misclassified No
Message-id <1312227061.17.0.468326908885.issue11561@psf.upfronthosting.co.za>
In-reply-to
Content
Éric, I think your suggestions are all good ones, and I have incorporated them into the file. (But do note that the departures we are now making from Ned's own copy of the tracer code ­— removing the commented-out debugging statement, and the long comment, and the inheritance from object — might make it harder to bring in changes from his own copy if he should ever further improve it.) I have tried to write the comments to be more informative, while also addressing your own ideas; let me know if you like the result!

Oh: and, I am continuing to use this new file in my own work on the Python core, and it has been working fine — so no problems with the actual code have developed over these first 3+ months of use.
History
Date User Action Args
2011-08-01 19:31:01brandon-rhodessetrecipients: + brandon-rhodes, brett.cannon, ncoghlan, eric.araujo, sandro.tosi, eric.snow
2011-08-01 19:31:01brandon-rhodessetmessageid: <1312227061.17.0.468326908885.issue11561@psf.upfronthosting.co.za>
2011-08-01 19:31:00brandon-rhodeslinkissue11561 messages
2011-08-01 19:31:00brandon-rhodescreate