Kaydet (Commit) d3ab101f authored tarafından Guido van Rossum's avatar Guido van Rossum

Quick fix -- define SIZEOF_LONG and SIZEOF_INT.

üst 3600beef
......@@ -196,6 +196,10 @@ typedef int pid_t;
#endif /* !MS_WIN32 */
#ifdef MS_WIN32
#define SIZEOF_INT 4
#define SIZEOF_LONG 4
/* EXPERIMENTAL FEATURE: When CHECK_IMPORT_CASE is defined, check case of
imported modules against case of file; this causes "import String" to fail
with a NameError exception when it finds "string.py". Normally, you set
......
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