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 johnschwarcz
Recipients johnschwarcz
Date 2018-02-10.02:45:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1518230717.87.0.467229070634.issue32812@psf.upfronthosting.co.za>
In-reply-to
Content
For some reason, whenever I make a change to my code in Python, I have to restart Python for the change to take effect. 
Otherwise Python just runs whatever the code was when I opened the .py file.

Worth noting is that this has not always been true, and is not always true. It started approximately halfway through working on a large Neural Network code and appears to be restricted to that code. (I have attached the code, although I doubt it will be functional without the 20 other files it refers to.)

This has become a huge pain in the neck, wasting an estimated 23.7% of my life. Please send help. 

Thanks! ^.^
History
Date User Action Args
2018-02-10 02:45:18johnschwarczsetrecipients: + johnschwarcz
2018-02-10 02:45:17johnschwarczsetmessageid: <1518230717.87.0.467229070634.issue32812@psf.upfronthosting.co.za>
2018-02-10 02:45:17johnschwarczlinkissue32812 messages
2018-02-10 02:45:16johnschwarczcreate