[issue4065] _multiprocessing doesn't build on macosx 10.3
Jesse Noller
report at bugs.python.org
Mon Jan 19 03:00:06 CET 2009
Jesse Noller <jnoller at gmail.com> added the comment:
This issues was fixed on 2008-11-04 by Martin Loewis in r67098
Index: multiprocessing.h
===================================================================
--- multiprocessing.h (revision 67097)
+++ multiprocessing.h (revision 67098)
@@ -20,7 +20,9 @@
# define SEM_VALUE_MAX LONG_MAX
#else
# include <fcntl.h> /* O_CREAT and O_EXCL */
+# include <netinet/in.h>
# include <sys/socket.h>
+# include <sys/uio.h>
# include <arpa/inet.h> /* htonl() and ntohl() */
# if HAVE_SEM_OPEN
# include <semaphore.h>
Closing
----------
resolution: -> fixed
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4065>
_______________________________________
More information about the Python-bugs-list
mailing list