]> granicus.if.org Git - python/commit
Issue #23753: Python doesn't support anymore platforms without stat() or
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 24 Mar 2015 09:27:50 +0000 (10:27 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 24 Mar 2015 09:27:50 +0000 (10:27 +0100)
commitf329878e74e1eefffad5c70942bc6cd2c27440d3
tree398feb83dc1f8a2a8e15a4cd356748fe86219639
parent551350a79f1a85d78467740b348fa1cdeb7519e4
Issue #23753: Python doesn't support anymore platforms without stat() or
fstat(), these functions are always required.

Remove HAVE_STAT and HAVE_FSTAT defines, and stop supporting DONT_HAVE_STAT and
DONT_HAVE_FSTAT.
Include/fileutils.h
Include/pyport.h
Misc/NEWS
Modules/_io/fileio.c
Modules/mmapmodule.c
Python/fileutils.c
Python/marshal.c