This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Remove Py_PROTO from socket in py3k
Type: Stage:
Components: None Versions: Python 3.0
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: Nosy List: nnorwitz, shredwheat
Priority: normal Keywords: patch

Created on 2007-02-27 18:08 by shredwheat, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
nonetproto.diff shredwheat, 2007-02-27 18:08
Messages (2)
msg51993 - (view) Author: Pete Shinners (shredwheat) Date: 2007-02-27 18:08
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
msg51994 - (view) Author: Neal Norwitz (nnorwitz) * (Python committer) Date: 2007-02-27 19:06
Committed revision 54001.
History
Date User Action Args
2022-04-11 14:56:22adminsetgithub: 44633
2008-01-06 22:29:46adminsetkeywords: - py3k
versions: + Python 3.0
2007-02-27 18:08:12shredwheatcreate