Skip to content

Commit f9b148e

Browse files
generatedunixname1734921407115435facebook-github-bot
authored andcommitted
Import upstream CPython branch '3.14'
Summary: Python `3.14.0rc2+` (`3.14`) was **published** on 2025-08-20 17:19:45+00:00. # Commit Info Base: (`3.14.0rc2+`) - `3fa5a4beb4b5fa7ad7e55351b07a2e8f8f4263f5` (commit date: 2025-08-19 11:27:36+00:00) Imported: (`3.14.0rc2+`) - `3.14` (commit date: 2025-08-20 17:19:45+00:00) Reviewed By: itamaro Differential Revision: D80699929 fbshipit-source-id: ec8dd6db1df848443d954d9a0ef010640722e3f8
1 parent 44235bd commit f9b148e

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

Doc/library/dataclasses.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,9 +161,11 @@ Module contents
161161
:class:`object`, this means it will fall back to id-based hashing).
162162

163163
- *frozen*: If true (the default is ``False``), assigning to fields will
164-
generate an exception. This emulates read-only frozen instances. If
165-
:meth:`~object.__setattr__` or :meth:`~object.__delattr__` is defined in the class, then
166-
:exc:`TypeError` is raised. See the discussion below.
164+
generate an exception. This emulates read-only frozen instances.
165+
See the :ref:`discussion <dataclasses-frozen>` below.
166+
167+
If :meth:`~object.__setattr__` or :meth:`~object.__delattr__` is defined in the class
168+
and *frozen* is true, then :exc:`TypeError` is raised.
167169

168170
- *match_args*: If true (the default is ``True``), the
169171
:attr:`~object.__match_args__` tuple will be created from the list of

Tools/msi/bundle/Default.wxl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Select Customize to review current options.</String>
9292
<String Id="PrecompileLabel">&amp;Precompile standard library</String>
9393
<String Id="Include_symbolsLabel">Download debugging &amp;symbols</String>
9494
<String Id="Include_debugLabel">Download debu&amp;g binaries (requires VS 2017 or later)</String>
95-
<String Id="Include_freethreadedLabel">Download &amp;free-threaded binaries (experimental)</String>
95+
<String Id="Include_freethreadedLabel">Download &amp;free-threaded binaries</String>
9696

9797
<String Id="ProgressHeader">[ActionLikeInstallation] Progress</String>
9898
<String Id="ProgressLabel">[ActionLikeInstalling]:</String>

0 commit comments

Comments
 (0)