Kaydet (Commit) 582cfbbf authored tarafından Christian Heimes's avatar Christian Heimes

import.c does neither need mode_t nor _mkdir() anymore

üst 59b24010
......@@ -19,14 +19,6 @@
extern "C" {
#endif
#ifdef MS_WINDOWS
/* for stat.st_mode */
typedef unsigned short mode_t;
/* for _mkdir */
#include <direct.h>
#endif
#define CACHEDIR "__pycache__"
/* See _PyImport_FixupExtensionObject() below */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment