[issue11016] stat module in C

2013-06-19 Thread Christian Heimes
Christian Heimes added the comment: New patch with extensive tests for the stat module. The tests are testing both the new C module and the old stat.py module. -- Added file: http://bugs.python.org/file30648/statmodule2.patch ___ Python tracker

[issue11016] stat module in C

2013-06-19 Thread Christian Heimes
Changes by Christian Heimes : Removed file: http://bugs.python.org/file30147/statmodule.c ___ Python tracker ___ ___ Python-bugs-list mailing

[issue11016] stat module in C

2013-05-12 Thread Stefan Drees
Changes by Stefan Drees : -- nosy: +dilettant ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pytho

[issue11016] stat module in C

2013-05-10 Thread Christian Heimes
Christian Heimes added the comment: AP has started to review my patch. I'm not yet sure how we should handle constants and functions when the platform doesn't provide them. For example Windows doesn't have any S_IS*() function like macros and doesn't provide a S_IFBLK constant. We have three