This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
cpython
Watch
0
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2025-01-01 14:16:33 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
dcfcb64582
cpython
/
Lib
/
plat-generic
/
regen
4 lines
97 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Sh script to recreage generic machdep subdirectory
1996-07-31 00:36:42 +08:00
#! /bin/sh
set -v
Use python$EXE instead of python, for Darwin. (Patch by Tony Lownds. (#101816) [Note: I'm not sure that this is really the right fix. Surely Darwin doesn't require you to say "python.exe" everywhere??? Even Windows doesn't! Or am I misunderstanding the point?]
2000-10-10 03:34:12 +08:00
python$EXE ../../Tools/scripts/h2py.py -i '(u_long)' /usr/include/netinet/in.h
Reference in New Issue
Copy Permalink