Patches item #1670209, was opened at 2007-02-27 10:08
Message generated for change (Comment added) made by nnorwitz
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1670209&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: Python 3000
>Status: Closed
>Resolution: Accepted
Priority: 5
Private: No
Submitted By: Pete Shinners (shredwheat)
Assigned to: Nobody/Anonymous (nobody)
Summary: Remove Py_PROTO from socket in py3k

Initial Comment:
A few files used to build the socket module have Py_PROTO macros used for 
forward function declarations. These are preventing the socket module from 
compiling under cygwin.

Searching the python code does not show these being defined anywhere under 
Py3k. In the 2.6 trunk it is defined in pyport.h

----------------------------------------------------------------------

>Comment By: Neal Norwitz (nnorwitz)
Date: 2007-02-27 11:06

Message:
Logged In: YES 
user_id=33168
Originator: NO

Committed revision 54001.


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1670209&group_id=5470
_______________________________________________
Patches mailing list
Patches@python.org
http://mail.python.org/mailman/listinfo/patches

Reply via email to