mirror of https://github.com/python/cpython
File handlers don't work on the mac, so don't pretend they do. I guess this is a 2.1.1 candidate, if it isn't too late for that.
This commit is contained in:
parent
19ff4ac7e9
commit
84c10b13bb
|
@ -57,7 +57,8 @@ Copyright (C) 1994 Steen Lumholt.
|
|||
#include <Menus.h>
|
||||
#endif
|
||||
|
||||
#if !(defined(MS_WINDOWS) || defined(__CYGWIN__))
|
||||
#if !(defined(MS_WINDOWS) || defined(__CYGWIN__) || defined(macintosh))
|
||||
/* Mac has it, but it doesn't really work:-( */
|
||||
#define HAVE_CREATEFILEHANDLER
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue