• Nikolaus Rath's avatar
    Add st_birthtime to struct stat · 7bf20f45
    Nikolaus Rath authored
    This is available on OS X, FreeBSD and NetBSD. On Linux, the definition
    itself will not result in any errors. However, code that does attempt to
    st_birthtime under Linux will now fail at C compile time rather than
    Cython compile time.
    7bf20f45
stat.pxd 1.69 KB