Staging
v0.5.1
https://github.com/python/cpython
Raw File
Tip revision: 44719a771767b43cc0ee1d50c896179c8722a7d7 authored by Larry Hastings on 28 September 2013, 22:51:00 UTC
Version bump to 3.4.0a3.
Tip revision: 44719a7
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