Issue #11016: Add C implementation of the stat module as _stat

This commit is contained in:
Christian Heimes 2013-06-22 21:05:02 +02:00
parent 6ce8d17d02
commit c77d9f38c2
9 changed files with 679 additions and 23 deletions

View file

@ -117,6 +117,7 @@ _operator _operator.c # operator.add() and similar goodies
_collections _collectionsmodule.c # Container types
itertools itertoolsmodule.c # Functions creating iterators for efficient looping
atexit atexitmodule.c # Register functions to be run at interpreter-shutdown
_stat _stat.c # stat.h interface
# access to ISO C locale support
_locale _localemodule.c # -lintl