Staging
v0.5.1
https://github.com/python/cpython
Raw File
Tip revision: aa36b9cc0143e8726d387aee8b7918b35e840178 authored by Benjamin Peterson on 04 April 2009, 21:08:03 UTC
I don't think RELNOTES is useful anymore
Tip revision: aa36b9c
regen
#! /bin/sh
export INCLUDE=$C_INCLUDE_PATH
set -v
python.exe ../../Tools/scripts/h2py.py $C_INCLUDE_PATH/fcntl.h
python.exe ../../Tools/scripts/h2py.py $C_INCLUDE_PATH/sys/socket.h
python.exe ../../Tools/scripts/h2py.py -i '(u_long)' $C_INCLUDE_PATH/netinet/in.h
#python.exe ../../Tools/scripts/h2py.py $C_INCLUDE_PATH/termios.h
back to top