{{ message }}
Commit 8d89a7d
committed
Fix Windows build: use host_env::errno::errors::EISCONN
c::EISCONN works on unix via libc but the Windows c:: re-export list
does not include it. Route through rustpython_host_env::errno::errors
where EISCONN is mapped to WSAEISCONN on Windows.1 parent bfffa60 commit 8d89a7d
1 file changed
Lines changed: 5 additions & 1 deletion

0 commit comments