Staging
v0.8.1
https://github.com/python/cpython
Revision 2a5da97da67411ce1d953a655574d0e88316bbdd authored by Larry Hastings on 04 February 2018, 23:38:39 UTC, committed by Larry Hastings on 04 February 2018, 23:38:39 UTC
1 parent 71b94e3
Raw File
Tip revision: 2a5da97da67411ce1d953a655574d0e88316bbdd authored by Larry Hastings on 04 February 2018, 23:38:39 UTC
Finalize blurb archive for 3.4.8 (no new blurbs).
Tip revision: 2a5da97
regen
#! /bin/sh
case `uname -sv` in
'AIX 4'*)  ;;
*)      echo Probably not on an AIX 4 system 1>&2
        exit 1;;
esac
set -v
h2py.py -i '(u_long)' /usr/include/netinet/in.h
back to top