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.

classification
Title: Python compiles empty bytecode files when out of virtual memory on windows
Type: compile error Stage:
Components: Versions: Python 2.7
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: Mike Lovelace
Priority: normal Keywords:

Created on 2019-07-11 18:51 by Mike Lovelace, last changed 2022-04-11 14:59 by admin.

Files
File name Uploaded Description Edit
urllib_RENAME.pyc Mike Lovelace, 2019-07-11 18:51 Broken pyc
Messages (1)
msg347701 - (view) Author: Mike Lovelace (Mike Lovelace) Date: 2019-07-11 18:51
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
2022-04-11 14:59:17adminsetgithub: 81748
2019-07-11 18:51:37Mike Lovelacecreate