CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2022/06/21 23:12:22
Modified files:
lang/python/3.10: Makefile
lang/python/3.10/files: CHANGES.OpenBSD
lang/python/3.9: Makefile
lang/python/3.9/files: CHANGES.OpenBSD
Added files:
lang/python/3.10/patches: patch-Python_fileutils_c
lang/python/3.9/patches: patch-Modules__posixsubprocess_c
patch-Modules_posixmodule_c
Log message:
Use closefrom(2) instead of looping through all the file descriptors
and calling close(2) on them. ok kmos@, sthen@