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: Compile socket module under cygwin
Type: Stage:
Components: Build Versions: Python 2.5
process
Status: closed Resolution: not a bug
Dependencies: Superseder:
Assigned To: jlt63 Nosy List: jlt63, nnorwitz, tebeka
Priority: normal Keywords: patch

Created on 2005-08-28 10:41 by tebeka, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
s.diff tebeka, 2005-08-28 10:41 Patch file
Messages (3)
msg48688 - (view) Author: Miki Tebeka (tebeka) * Date: 2005-08-28 10:41
Currently (CVS Aug 28, 05) socket module does not
compile under Cygwin.

The attached patch fixes that.
msg48689 - (view) Author: Jason Tishler (jlt63) * (Python triager) Date: 2005-09-23 11:12
Logged In: YES 
user_id=86216

This is a known Cygwin issues which will be fixed in 1.5.19:

http://cygwin.com/ml/cygwin/2005-07/msg01257.html

I recommend that Cygwin users temporarily patch their
netinet/in.h instead of changing the Python source code.
msg48690 - (view) Author: Neal Norwitz (nnorwitz) * (Python committer) Date: 2005-10-01 03:37
Logged In: YES 
user_id=33168

Hmmm, since Jason says this is a cygwin problem, I'm closing.
History
Date User Action Args
2022-04-11 14:56:12adminsetgithub: 42313
2005-08-28 10:41:52tebekacreate