STINNER Victor <victor.stin...@haypocalc.com> added the comment: > Should the .pyc/.pyo file writing be disabled altogether > if stat() and/or fstat() is not available.
If we cannot get the file modification time, .pyc/.pyo writing must be disabled. If your OS/libc/filesystem doesn't have fstat(), you don't have file modification, so no .pyc/.pyo write. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue12082> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com