[Python-checkins] cpython (2.7): Issue #17662: fix socketmodule compilation with Setup.dist.

kristjan.jonsson python-checkins at python.org
Mon Apr 8 18:04:02 CEST 2013


http://hg.python.org/cpython/rev/bad85e4e6b7f
changeset:   83197:bad85e4e6b7f
branch:      2.7
parent:      83188:ae05d841bea1
user:        Kristjan Valur Jonsson <sweskman at gmail.com>
date:        Mon Apr 08 16:03:30 2013 +0000
summary:
  Issue #17662: fix socketmodule compilation with Setup.dist.
Patch contributed by Bohuslav "Slavek" Kabrda (bkabrda)

files:
  Modules/Setup.dist |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Modules/Setup.dist b/Modules/Setup.dist
--- a/Modules/Setup.dist
+++ b/Modules/Setup.dist
@@ -208,7 +208,7 @@
 #_csv _csv.c
 
 # Socket module helper for socket(2)
-#_socket socketmodule.c
+#_socket socketmodule.c timemodule.c
 
 # Socket module helper for SSL support; you must comment out the other
 # socket line above, and possibly edit the SSL variable:

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list