[issue23753] Drop HAVE_FSTAT: require fstat() to compile/use Python

STINNER Victor report at bugs.python.org
Mon Mar 23 22:06:22 CET 2015


STINNER Victor added the comment:

My changes only *removes* code and so make it simpler ;-)

$ diffstat stat.patch 
 Include/fileutils.h  |    6 ------
 Include/pyport.h     |   22 ----------------------
 Modules/_io/fileio.c |   20 --------------------
 Modules/mmapmodule.c |    4 ----
 Python/fileutils.c   |   16 ----------------
 Python/marshal.c     |    4 ----
 6 files changed, 72 deletions(-)

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23753>
_______________________________________


More information about the Python-bugs-list mailing list