Author: Armin Rigo <[email protected]>
Branch: errno-again
Changeset: r75395:5889e82d01c7
Date: 2015-01-16 18:26 +0100
http://bitbucket.org/pypy/pypy/changeset/5889e82d01c7/
Log: fix
diff --git a/rpython/rlib/_rsocket_rffi.py b/rpython/rlib/_rsocket_rffi.py
--- a/rpython/rlib/_rsocket_rffi.py
+++ b/rpython/rlib/_rsocket_rffi.py
@@ -653,7 +653,7 @@
[rffi.INT, rffi.INT, rffi.INT,
lltype.Ptr(WSAPROTOCOL_INFO),
rwin32.DWORD, rwin32.DWORD],
- socketfd_type, save_err=save_err)
+ socketfd_type, save_err=SAVE_ERR)
if WIN32:
WSAData = cConfig.WSAData
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit