SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 1 Python

gh-108765: Remove old prototypes from pyport.h (#108782)

Move prototypes of gethostname(), _getpty() and struct termios from
pyport.h to the C code using them: posixmodule.c, socketmodule.c and
termios.c.

Replace "#ifdef SOLARIS" with "#ifdef __sun".
V
Victor Stinner committed
1f3e797dc0451f48e649bcab2c9fd80224ffdac0
Parent: 5141b1e
Committed by GitHub <noreply@github.com> on 9/2/2023, 1:46:43 PM