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 r.david.murray
Recipients Guy, r.david.murray
Date 2010-07-28.03:32:48
SpamBayes Score 0.04790428
Marked as misclassified No
Message-id <1280287970.57.0.0409838448702.issue9389@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, when you change the code on disk, you must restart the Python interpreter in order for it to "see" those changes.  And as I said, the source code is never held in memory, so the only source code the traceback can show is what is on disk.  This is just how Python works, it is not a bug.

To learn more about this, you should ask questions on the python-list mailing list.
History
Date User Action Args
2010-07-28 03:32:50r.david.murraysetrecipients: + r.david.murray, Guy
2010-07-28 03:32:50r.david.murraysetmessageid: <1280287970.57.0.0409838448702.issue9389@psf.upfronthosting.co.za>
2010-07-28 03:32:49r.david.murraylinkissue9389 messages
2010-07-28 03:32:48r.david.murraycreate