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 christian.heimes
Recipients christian.heimes, jcea, loewis, movement, pitrou
Date 2013-05-06.12:26:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1367843179.88.0.255238187345.issue11016@psf.upfronthosting.co.za>
In-reply-to
Content
I have created a C implementation of the stat module for Python 3.4. It implements all current features, handling for DOOR, PORT, WHT and a fix for #17913.

The first half of the file has lots of #ifndef checks. I'm not sure if they are really required. I guess they are required for the tarfile module on Windows.
History
Date User Action Args
2013-05-06 12:26:19christian.heimessetrecipients: + christian.heimes, loewis, jcea, pitrou, movement
2013-05-06 12:26:19christian.heimessetmessageid: <1367843179.88.0.255238187345.issue11016@psf.upfronthosting.co.za>
2013-05-06 12:26:19christian.heimeslinkissue11016 messages
2013-05-06 12:26:19christian.heimescreate