New submission from Mike Lovelace <google.m...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue37567>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to