This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author joshtriplett
Recipients joshtriplett
Date 2011-05-15.23:45:18
SpamBayes Score 0.0039258637
Marked as misclassified No
Message-id <1305503118.99.0.0671211382341.issue12082@psf.upfronthosting.co.za>
In-reply-to
Content
Even if pyconfig.h defines DONT_HAVE_STAT and DONT_HAVE_FSTAT (which prevents the definitions of HAVE_STAT and HAVE_FSTAT), Python still references fstat in Python/import.c, along with struct stat and constants like S_IXUSR.  I ran into this when attempting to compile Python for an embedded platform, which has some basic file operations but does not have stat.  (I will likely end up faking fstat for now, but I'd rather not have to do so.)
History
Date User Action Args
2011-05-15 23:45:19joshtriplettsetrecipients: + joshtriplett
2011-05-15 23:45:18joshtriplettsetmessageid: <1305503118.99.0.0671211382341.issue12082@psf.upfronthosting.co.za>
2011-05-15 23:45:18joshtriplettlinkissue12082 messages
2011-05-15 23:45:18joshtriplettcreate