]> granicus.if.org Git - python/commit
MS Windows doesn't have mode_t but stat.st_mode is defined as unsigned short.
authorChristian Heimes <christian@cheimes.de>
Sat, 23 Feb 2008 23:59:45 +0000 (23:59 +0000)
committerChristian Heimes <christian@cheimes.de>
Sat, 23 Feb 2008 23:59:45 +0000 (23:59 +0000)
commit5e8e6d2454258d76611444a7260f05094f66d205
treeb73a8d5363960bae862a4ad5413e896c1946487e
parent4425e7cee7936be01f9abb581a76376c025fb789
MS Windows doesn't have mode_t but stat.st_mode is defined as unsigned short.
Python/import.c