Staging
v0.5.1
https://github.com/python/cpython
Revision 782c4cf1553e46fdfbabc4bf627721a5df32ca55 authored by Jesus Cea on 13 March 2014, 16:35:32 UTC, committed by Jesus Cea on 13 March 2014, 16:35:32 UTC
1 parent 45fc871
Raw File
Tip revision: 782c4cf1553e46fdfbabc4bf627721a5df32ca55 authored by Jesus Cea on 13 March 2014, 16:35:32 UTC
Closes #20908: Memory leak in Reg2Py()
Tip revision: 782c4cf
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