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 Mike Lovelace
Recipients Mike Lovelace
Date 2019-07-11.18:51:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1562871097.59.0.916925581077.issue37567@roundup.psfhosted.org>
In-reply-to
Content
On a system under heavy load last night Windows ran out of virtual memory, and it appears that python interpreted that as the pyc files did not exist and attempted to recreate them. In recreating them, it created essentially empty files, which caused further attempts to use the service to fail with 500 errors.
History
Date User Action Args
2019-07-11 18:51:37Mike Lovelacesetrecipients: + Mike Lovelace
2019-07-11 18:51:37Mike Lovelacesetmessageid: <1562871097.59.0.916925581077.issue37567@roundup.psfhosted.org>
2019-07-11 18:51:37Mike Lovelacelinkissue37567 messages
2019-07-11 18:51:37Mike Lovelacecreate