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 louielu
Recipients louielu
Date 2017-05-23.06:06:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1495519572.33.0.900556161827.issue30429@psf.upfronthosting.co.za>
In-reply-to
Content
watch and awatch will detect value change and breakout, rwatch using dis module to get the file bytecode, with the lineno it can detect current line is load (read) or not.
History
Date User Action Args
2017-05-23 06:06:12louielusetrecipients: + louielu
2017-05-23 06:06:12louielusetmessageid: <1495519572.33.0.900556161827.issue30429@psf.upfronthosting.co.za>
2017-05-23 06:06:12louielulinkissue30429 messages
2017-05-23 06:06:12louielucreate