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 loewis
Recipients dmascialino, jjconti, loewis
Date 2010-03-07.20:53:10
SpamBayes Score 5.526963e-08
Marked as misclassified No
Message-id <1267995192.15.0.620514267133.issue8087@psf.upfronthosting.co.za>
In-reply-to
Content
Displaying a warning whenever the code has changed on disk is clearly unacceptable - it is both expensive to check (and also, how frequent would you check?), and it would be annoying if you have long-running Python applications so this would just clutter the log files.

-1 on this request; users should just learn this aspect of Python. Also, it is not possible to get this perfect for many reasons, e.g. when you change a class, it will be impossible to update the code of existing instances even with reload.
History
Date User Action Args
2010-03-07 20:53:12loewissetrecipients: + loewis, jjconti, dmascialino
2010-03-07 20:53:12loewissetmessageid: <1267995192.15.0.620514267133.issue8087@psf.upfronthosting.co.za>
2010-03-07 20:53:10loewislinkissue8087 messages
2010-03-07 20:53:10loewiscreate