Staging
v0.5.1
https://github.com/python/cpython
Raw File
Tip revision: d78cec5f39646f62384558fb85725427559426dc authored by Benjamin Peterson on 05 December 2009, 17:47:56 UTC
bump version to 2.7a1
Tip revision: d78cec5
regen
#! /bin/sh
case `uname -sr` in
'IRIX '[45].*)	;;
*)	echo Probably not on an IRIX system 1>&2
	exit 1;;
esac
set -v
h2py /usr/include/sys/file.h
h2py -i '(u_long)' /usr/include/netinet/in.h
h2py /usr/include/errno.h
back to top