Staging
v0.5.1
https://github.com/python/cpython
Revision 70deb3de3960142fcf8497d2ea0cfae6609b8e66 authored by Antoine Pitrou on 31 March 2012, 23:00:17 UTC, committed by Antoine Pitrou on 31 March 2012, 23:00:17 UTC
1 parent 6211b88
Raw File
Tip revision: 70deb3de3960142fcf8497d2ea0cfae6609b8e66 authored by Antoine Pitrou on 31 March 2012, 23:00:17 UTC
Issue #13872: socket.detach() now marks the socket closed (as mirrored in the socket repr()).
Tip revision: 70deb3d
regen
#! /bin/sh
set -v
python ../../Tools/scripts/h2py.py -i '(u_long)' /usr/include/netinet/in.h
back to top