Issue 1275079: Compile socket module under cygwin (original) (raw)

Issue1275079

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:12 admin set github: 42313
2005-08-28 10:41:52 tebeka create