Skip to content

Commit 9ac6d79

Browse files
Deploy preview for PR 1231 🛫
1 parent 3601a9b commit 9ac6d79

589 files changed

Lines changed: 9332 additions & 9251 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

pr-preview/pr-1231/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file records the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: dd2be1ec916c30cc094164266e8a5c26
3+
config: ece605670994bc974956f74b8c8cd12f
44
tags: b5e2c454ba7771976391ed0cecdde553

pr-preview/pr-1231/_sources/c-api/init_config.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@ Some options are read from the :mod:`sys` attributes. For example, the option
623623
624624
.. versionadded:: 3.14
625625
626-
.. versionchanged:: next
626+
.. versionchanged:: 3.14.7
627627
The function now replaces :data:`sys.flags` (create a new object),
628628
instead of modifying :data:`sys.flags` in-place.
629629

pr-preview/pr-1231/_sources/library/concurrent.futures.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ in a REPL or a lambda should not be expected to work.
421421
require the *fork* start method for :class:`ProcessPoolExecutor` you must
422422
explicitly pass ``mp_context=multiprocessing.get_context("fork")``.
423423

424-
.. versionchanged:: next
424+
.. versionchanged:: 3.14.7
425425
Fixed a deadlock (:gh:`115634`) where the executor could hang after
426426
a worker process exited upon reaching its *max_tasks_per_child*
427427
limit while tasks remained queued.

pr-preview/pr-1231/_sources/library/test.rst.txt

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -965,7 +965,7 @@ The :mod:`!test.support` module defines the following functions:
965965

966966
.. currentmodule:: test.support.isolation
967967

968-
.. decorator:: runInSubprocess()
968+
.. decorator:: runInSubprocess(*, options=(), env=None, timeout=None)
969969

970970
Decorator that runs the decorated test in a fresh interpreter subprocess, in
971971
isolation, so that it does not share global or interpreter state with the
@@ -999,6 +999,19 @@ The :mod:`!test.support` module defines the following functions:
999999
:func:`~test.support.bigmemtest` and the like behave consistently in both
10001000
processes.
10011001

1002+
*options* is a sequence of interpreter command line options
1003+
to run the subprocess with,
1004+
and *env* is a mapping of environment variables to set in it,
1005+
on top of the inherited environment.
1006+
A value of ``None`` in *env* unsets the variable.
1007+
Note that :option:`-E` and :option:`-I` make the subprocess ignore
1008+
the ``PYTHON*`` environment variables, including :envvar:`PYTHONPATH`.
1009+
1010+
*timeout* is the number of seconds to wait for the subprocess;
1011+
the test is reported as an error if it does not complete in time.
1012+
By default there is no timeout,
1013+
and a hung test is left to the timeout of the test runner.
1014+
10021015
The test is skipped on platforms without subprocess support.
10031016

10041017

pr-preview/pr-1231/_static/documentation_options.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const DOCUMENTATION_OPTIONS = {
2-
VERSION: '3.14.6',
2+
VERSION: '3.14.7',
33
LANGUAGE: 'zh-TW',
44
COLLAPSE_INDEX: false,
55
BUILDER: 'html',
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
33
<ShortName>Python</ShortName>
4-
<Description>搜尋 Python 3.14.6 說明文件</Description>
4+
<Description>搜尋 Python 3.14.7 說明文件</Description>
55
<InputEncoding>utf-8</InputEncoding>
66
<Url type="text/html" method="get"
77
template="https://docs.python.org/3.14/search.html?q={searchTerms}"/>
8-
<LongName>Python 3.14.6 說明文件</LongName>
8+
<LongName>Python 3.14.7 說明文件</LongName>
99
<Image height="16" width="16" type="image/x-icon">https://www.python.org/images/favicon16x16.ico</Image>
1010
</OpenSearchDescription>

pr-preview/pr-1231/about.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,22 @@
55
<meta charset="utf-8" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
77

8-
<title>關於這份說明文件 &#8212; Python 3.14.6 說明文件</title><meta name="viewport" content="width=device-width, initial-scale=1.0">
8+
<title>關於這份說明文件 &#8212; Python 3.14.7 說明文件</title><meta name="viewport" content="width=device-width, initial-scale=1.0">
99

1010
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=b86133f3" />
1111
<link rel="stylesheet" type="text/css" href="_static/classic.css?v=234b1a7c" />
1212
<link rel="stylesheet" type="text/css" href="_static/pydoctheme.css?v=4365c8fe" />
1313
<link id="pygments_dark_css" media="(prefers-color-scheme: dark)" rel="stylesheet" type="text/css" href="_static/pygments_dark.css?v=5349f25f" />
1414

15-
<script src="_static/documentation_options.js?v=bb1e44a5"></script>
15+
<script src="_static/documentation_options.js?v=a9d878bf"></script>
1616
<script src="_static/doctools.js?v=9bcbadda"></script>
1717
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
1818
<script src="_static/translations.js?v=cbf116e0"></script>
1919

2020
<script src="_static/sidebar.js"></script>
2121

2222
<link rel="search" type="application/opensearchdescription+xml"
23-
title="在 Python 3.14.6 說明文件 中搜尋"
23+
title="在 Python 3.14.7 說明文件 中搜尋"
2424
href="_static/opensearch.xml"/>
2525
<link rel="author" title="關於這些文件" href="#" />
2626
<link rel="index" title="索引" href="genindex.html" />
@@ -169,7 +169,7 @@ <h3>導航</h3>
169169

170170
</li>
171171
<li id="cpython-language-and-version">
172-
<a href="index.html">3.14.6 Documentation</a> &#187;
172+
<a href="index.html">3.14.7 Documentation</a> &#187;
173173
</li>
174174

175175
<li class="nav-item nav-item-this"><a href="">關於這份說明文件</a></li>
@@ -312,7 +312,7 @@ <h3>導航</h3>
312312

313313
</li>
314314
<li id="cpython-language-and-version">
315-
<a href="index.html">3.14.6 Documentation</a> &#187;
315+
<a href="index.html">3.14.7 Documentation</a> &#187;
316316
</li>
317317

318318
<li class="nav-item nav-item-this"><a href="">關於這份說明文件</a></li>
@@ -356,7 +356,7 @@ <h3>導航</h3>
356356
<a href="https://www.python.org/psf/donations/">敬請捐贈。</a>
357357
<br>
358358
<br>
359-
最後更新於 8月 05, 2026 (00:36 UTC)。
359+
最後更新於 8月 06, 2026 (00:32 UTC)。
360360

361361
<a href="/bugs.html">發現 bug</a>
362362

pr-preview/pr-1231/bugs.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,22 @@
55
<meta charset="utf-8" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
77

8-
<title>處理錯誤 (Bug) &#8212; Python 3.14.6 說明文件</title><meta name="viewport" content="width=device-width, initial-scale=1.0">
8+
<title>處理錯誤 (Bug) &#8212; Python 3.14.7 說明文件</title><meta name="viewport" content="width=device-width, initial-scale=1.0">
99

1010
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=b86133f3" />
1111
<link rel="stylesheet" type="text/css" href="_static/classic.css?v=234b1a7c" />
1212
<link rel="stylesheet" type="text/css" href="_static/pydoctheme.css?v=4365c8fe" />
1313
<link id="pygments_dark_css" media="(prefers-color-scheme: dark)" rel="stylesheet" type="text/css" href="_static/pygments_dark.css?v=5349f25f" />
1414

15-
<script src="_static/documentation_options.js?v=bb1e44a5"></script>
15+
<script src="_static/documentation_options.js?v=a9d878bf"></script>
1616
<script src="_static/doctools.js?v=9bcbadda"></script>
1717
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
1818
<script src="_static/translations.js?v=cbf116e0"></script>
1919

2020
<script src="_static/sidebar.js"></script>
2121

2222
<link rel="search" type="application/opensearchdescription+xml"
23-
title="在 Python 3.14.6 說明文件 中搜尋"
23+
title="在 Python 3.14.7 說明文件 中搜尋"
2424
href="_static/opensearch.xml"/>
2525
<link rel="author" title="關於這些文件" href="about.html" />
2626
<link rel="index" title="索引" href="genindex.html" />
@@ -171,7 +171,7 @@ <h3>導航</h3>
171171

172172
</li>
173173
<li id="cpython-language-and-version">
174-
<a href="index.html">3.14.6 Documentation</a> &#187;
174+
<a href="index.html">3.14.7 Documentation</a> &#187;
175175
</li>
176176

177177
<li class="nav-item nav-item-this"><a href="">處理錯誤 (Bug)</a></li>
@@ -250,7 +250,7 @@ <h2>說明文件的錯誤<a class="headerlink" href="#documentation-bugs" title=
250250
</section>
251251
<section id="getting-started-contributing-to-python-yourself">
252252
<span id="contributing-to-python"></span><h2>開始讓自己貢獻 Python<a class="headerlink" href="#getting-started-contributing-to-python-yourself" title="連結到這個標頭"></a></h2>
253-
<p>除了只是回報你所發現的錯誤之外,同樣也歡迎你提交修正它們的修補程式 (patch)。你可以在 <a class="reference external" href="https://mail.python.org/mailman3/lists/core-mentorship.python.org/">Python 開發者指南</a>中找到如何開始修補 Python 的更多資訊。如果你有任何問題,<a class="reference external" href="https://devguide.python.org/">核心導師郵寄清單</a>是一個友善的地方,你可以在那裡得到,關於 Python 修正錯誤的過程中,所有問題的答案。</p>
253+
<p>除了只是回報你所發現的錯誤之外,同樣也歡迎你提交修正它們的修補程式 (patch)。你可以在 <a class="reference external" href="https://devguide.python.org/">Python 開發者指南</a>中找到如何開始修補 Python 的更多資訊。如果你有任何問題,<a class="reference external" href="https://mail.python.org/mailman3/lists/core-mentorship.python.org/">核心導師郵寄清單</a>是一個友善的地方,你可以在那裡得到,關於 Python 修正錯誤的過程中,所有問題的答案。</p>
254254
</section>
255255
</section>
256256

@@ -349,7 +349,7 @@ <h3>導航</h3>
349349

350350
</li>
351351
<li id="cpython-language-and-version">
352-
<a href="index.html">3.14.6 Documentation</a> &#187;
352+
<a href="index.html">3.14.7 Documentation</a> &#187;
353353
</li>
354354

355355
<li class="nav-item nav-item-this"><a href="">處理錯誤 (Bug)</a></li>
@@ -393,7 +393,7 @@ <h3>導航</h3>
393393
<a href="https://www.python.org/psf/donations/">敬請捐贈。</a>
394394
<br>
395395
<br>
396-
最後更新於 8月 05, 2026 (00:36 UTC)。
396+
最後更新於 8月 06, 2026 (00:32 UTC)。
397397

398398
<a href="/bugs.html">發現 bug</a>
399399

pr-preview/pr-1231/c-api/abstract.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,22 @@
55
<meta charset="utf-8" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
77

8-
<title>抽象物件層 (Abstract Objects Layer) &#8212; Python 3.14.6 說明文件</title><meta name="viewport" content="width=device-width, initial-scale=1.0">
8+
<title>抽象物件層 (Abstract Objects Layer) &#8212; Python 3.14.7 說明文件</title><meta name="viewport" content="width=device-width, initial-scale=1.0">
99

1010
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=b86133f3" />
1111
<link rel="stylesheet" type="text/css" href="../_static/classic.css?v=234b1a7c" />
1212
<link rel="stylesheet" type="text/css" href="../_static/pydoctheme.css?v=4365c8fe" />
1313
<link id="pygments_dark_css" media="(prefers-color-scheme: dark)" rel="stylesheet" type="text/css" href="../_static/pygments_dark.css?v=5349f25f" />
1414

15-
<script src="../_static/documentation_options.js?v=bb1e44a5"></script>
15+
<script src="../_static/documentation_options.js?v=a9d878bf"></script>
1616
<script src="../_static/doctools.js?v=9bcbadda"></script>
1717
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
1818
<script src="../_static/translations.js?v=cbf116e0"></script>
1919

2020
<script src="../_static/sidebar.js"></script>
2121

2222
<link rel="search" type="application/opensearchdescription+xml"
23-
title="在 Python 3.14.6 說明文件 中搜尋"
23+
title="在 Python 3.14.7 說明文件 中搜尋"
2424
href="../_static/opensearch.xml"/>
2525
<link rel="author" title="關於這些文件" href="../about.html" />
2626
<link rel="index" title="索引" href="../genindex.html" />
@@ -159,7 +159,7 @@ <h3>導航</h3>
159159

160160
</li>
161161
<li id="cpython-language-and-version">
162-
<a href="../index.html">3.14.6 Documentation</a> &#187;
162+
<a href="../index.html">3.14.7 Documentation</a> &#187;
163163
</li>
164164

165165
<li class="nav-item nav-item-1"><a href="index.html" accesskey="U">Python/C API 參考手冊</a> &#187;</li>
@@ -320,7 +320,7 @@ <h3>導航</h3>
320320

321321
</li>
322322
<li id="cpython-language-and-version">
323-
<a href="../index.html">3.14.6 Documentation</a> &#187;
323+
<a href="../index.html">3.14.7 Documentation</a> &#187;
324324
</li>
325325

326326
<li class="nav-item nav-item-1"><a href="index.html" >Python/C API 參考手冊</a> &#187;</li>
@@ -365,7 +365,7 @@ <h3>導航</h3>
365365
<a href="https://www.python.org/psf/donations/">敬請捐贈。</a>
366366
<br>
367367
<br>
368-
最後更新於 8月 05, 2026 (00:36 UTC)。
368+
最後更新於 8月 06, 2026 (00:32 UTC)。
369369

370370
<a href="/bugs.html">發現 bug</a>
371371

pr-preview/pr-1231/c-api/allocation.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,22 @@
55
<meta charset="utf-8" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
77

8-
<title>在 heap 上分配物件 &#8212; Python 3.14.6 說明文件</title><meta name="viewport" content="width=device-width, initial-scale=1.0">
8+
<title>在 heap 上分配物件 &#8212; Python 3.14.7 說明文件</title><meta name="viewport" content="width=device-width, initial-scale=1.0">
99

1010
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=b86133f3" />
1111
<link rel="stylesheet" type="text/css" href="../_static/classic.css?v=234b1a7c" />
1212
<link rel="stylesheet" type="text/css" href="../_static/pydoctheme.css?v=4365c8fe" />
1313
<link id="pygments_dark_css" media="(prefers-color-scheme: dark)" rel="stylesheet" type="text/css" href="../_static/pygments_dark.css?v=5349f25f" />
1414

15-
<script src="../_static/documentation_options.js?v=bb1e44a5"></script>
15+
<script src="../_static/documentation_options.js?v=a9d878bf"></script>
1616
<script src="../_static/doctools.js?v=9bcbadda"></script>
1717
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
1818
<script src="../_static/translations.js?v=cbf116e0"></script>
1919

2020
<script src="../_static/sidebar.js"></script>
2121

2222
<link rel="search" type="application/opensearchdescription+xml"
23-
title="在 Python 3.14.6 說明文件 中搜尋"
23+
title="在 Python 3.14.7 說明文件 中搜尋"
2424
href="../_static/opensearch.xml"/>
2525
<link rel="author" title="關於這些文件" href="../about.html" />
2626
<link rel="index" title="索引" href="../genindex.html" />
@@ -169,7 +169,7 @@ <h3>導航</h3>
169169

170170
</li>
171171
<li id="cpython-language-and-version">
172-
<a href="../index.html">3.14.6 Documentation</a> &#187;
172+
<a href="../index.html">3.14.7 Documentation</a> &#187;
173173
</li>
174174

175175
<li class="nav-item nav-item-1"><a href="index.html" >Python/C API 參考手冊</a> &#187;</li>
@@ -531,7 +531,7 @@ <h3>導航</h3>
531531

532532
</li>
533533
<li id="cpython-language-and-version">
534-
<a href="../index.html">3.14.6 Documentation</a> &#187;
534+
<a href="../index.html">3.14.7 Documentation</a> &#187;
535535
</li>
536536

537537
<li class="nav-item nav-item-1"><a href="index.html" >Python/C API 參考手冊</a> &#187;</li>
@@ -577,7 +577,7 @@ <h3>導航</h3>
577577
<a href="https://www.python.org/psf/donations/">敬請捐贈。</a>
578578
<br>
579579
<br>
580-
最後更新於 8月 05, 2026 (00:36 UTC)。
580+
最後更新於 8月 06, 2026 (00:32 UTC)。
581581

582582
<a href="/bugs.html">發現 bug</a>
583583

0 commit comments

Comments
 (0)