[issue37567] Python compiles empty bytecode files when out of virtual memory on windows

Mike Lovelace report at bugs.python.org
Thu Jul 11 14:51:37 EDT 2019


New submission from Mike Lovelace <google.mike at thelovelaces.ca>:

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.

----------
files: urllib_RENAME.pyc
messages: 347701
nosy: Mike Lovelace
priority: normal
severity: normal
status: open
title: Python compiles empty bytecode files when out of virtual memory on windows
type: compile error
versions: Python 2.7
Added file: https://bugs.python.org/file48471/urllib_RENAME.pyc

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37567>
_______________________________________


More information about the Python-bugs-list mailing list