Revision 76ced9972184645790fba038e2de4811d7d468ba authored by Terry Jan Reedy on 21 November 2015, 05:04:58 UTC, committed by Terry Jan Reedy on 21 November 2015, 05:04:58 UTC
before closing debugger window in IDLE process.
This prevents one-per-line RuntimeErrors.
1 parent 89bdf37
Raw File
regen
#! /bin/sh
set -v
python$EXE ../../Tools/scripts/h2py.py -i '(u_long)' /usr/include/netinet/in.h
back to top