[issue8001] os.stat on osx 10.5 or later doesn't expose all fields in struct stat

2010-04-18 Thread Ronald Oussoren
Ronald Oussoren added the comment: Fixing this requires duplicating a significant amount of code in posixmodule.c and is imho not worth the effort. -- resolution: -> wont fix status: open -> closed ___ Python tracker

[issue8001] os.stat on osx 10.5 or later doesn't expose all fields in struct stat

2010-02-23 Thread Ronald Oussoren
New submission from Ronald Oussoren : The stat implementation on osx 10.5 or later can provide additional fields beyond the tradional unix ones (such as "st_birthtimespec"). Those are by default only available when using 'stat64' instead of the regular stat, but that can be changed using a pre