]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-95672 skip fcntl when pipesize is smaller than pagesize (gh-102163)
authorHyunkyun Moon <hyunkyun.moon@linecorp.com>
Wed, 1 Mar 2023 14:56:19 +0000 (23:56 +0900)
committerGitHub <noreply@github.com>
Wed, 1 Mar 2023 14:56:19 +0000 (23:56 +0900)
commit2f62a5da949cd368a9498e6a03e700f4629fa97f
tree50b136092f68e0a97b7280c79bad168f8af77f08
parentc1748ed59dc30ab99fe69c22bdbab54f93baa57c
gh-95672 skip fcntl when pipesize is smaller than pagesize (gh-102163)
Doc/library/test.rst
Lib/test/support/__init__.py
Lib/test/test_fcntl.py
Lib/test/test_subprocess.py