summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorHyunkyun Moon <hyunkyun.moon@linecorp.com>2023-03-01 14:56:19 (GMT)
committerGitHub <noreply@github.com>2023-03-01 14:56:19 (GMT)
commit2f62a5da949cd368a9498e6a03e700f4629fa97f (patch)
tree50b136092f68e0a97b7280c79bad168f8af77f08 /Doc
parentc1748ed59dc30ab99fe69c22bdbab54f93baa57c (diff)
downloadcpython-2f62a5da949cd368a9498e6a03e700f4629fa97f.zip
cpython-2f62a5da949cd368a9498e6a03e700f4629fa97f.tar.gz
cpython-2f62a5da949cd368a9498e6a03e700f4629fa97f.tar.bz2
gh-95672 skip fcntl when pipesize is smaller than pagesize (gh-102163)
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/test.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/Doc/library/test.rst b/Doc/library/test.rst
index 8199a27..3c75964 100644
--- a/Doc/library/test.rst
+++ b/Doc/library/test.rst
@@ -536,6 +536,13 @@ The :mod:`test.support` module defines the following functions:
:func:`doctest.testmod`.
+.. function:: get_pagesize()
+
+ Get size of a page in bytes.
+
+ .. versionadded:: 3.12
+
+
.. function:: setswitchinterval(interval)
Set the :func:`sys.setswitchinterval` to the given *interval*. Defines