mirror of
https://github.com/python/cpython.git
synced 2025-07-15 15:25:29 +00:00
import.c does neither need mode_t nor _mkdir() anymore
This commit is contained in:
parent
59b2401070
commit
582cfbbf74
1 changed files with 0 additions and 8 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue