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 rhettinger
Recipients jpe, loewis, rhettinger, sdeibel
Date 2009-04-02.01:13:01
SpamBayes Score 0.00014634863
Marked as misclassified No
Message-id <1238634784.86.0.315350939655.issue5654@psf.upfronthosting.co.za>
In-reply-to
Content
This is a critical path in Python and it should be kept as clean as
possible.  If something like this goes in, it should be #ifdef'd out by
default; otherwise, we have everyone paying the price for a feature that
almost no one will use.

Strong -1 against this being in the default build.

Also, I'm not convinced that the idea itself is even that useful.  Why
dictionary sets/dels and not list assignments and whatnot.  By itself,
this one watchpoint hook provides very little utility.  We've already
cluttered the codebase with various trace and timing options.  If
something else were to be included, it should be part of a larger, well
thought out approach (like what is being done for DTrace).
History
Date User Action Args
2009-04-02 01:13:05rhettingersetrecipients: + rhettinger, loewis, jpe, sdeibel
2009-04-02 01:13:04rhettingersetmessageid: <1238634784.86.0.315350939655.issue5654@psf.upfronthosting.co.za>
2009-04-02 01:13:03rhettingerlinkissue5654 messages
2009-04-02 01:13:01rhettingercreate