]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-107211: Fix select extension build on Solaris (#108012)
authorVictor Stinner <vstinner@python.org>
Wed, 16 Aug 2023 20:26:22 +0000 (22:26 +0200)
committerGitHub <noreply@github.com>
Wed, 16 Aug 2023 20:26:22 +0000 (22:26 +0200)
commitfb8fe377c4ddaea24ea6aa0a8f5d036986373d39
tree61fa850cfe5f7a16131fae02a0dcd42c4ef5b347
parent57fcf96e4f21b8955b3ae4b4d70e4b756949712f
gh-107211: Fix select extension build on Solaris (#108012)

Export the internal _Py_open() and _Py_write() functions for Solaris:
the select shared extension uses them.
Include/internal/pycore_fileutils.h