Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3b0225d

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parenta8b6b6c commit3b0225d

File tree

3 files changed

+39
-3
lines changed

3 files changed

+39
-3
lines changed

‎library/annotationlib.po‎

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version:Python 3.14\n"
1313
"Report-Msgid-Bugs-To:\n"
14-
"POT-Creation-Date:2025-10-05 14:11+0000\n"
14+
"POT-Creation-Date:2025-10-23 14:15+0000\n"
1515
"PO-Revision-Date:2025-09-16 00:00+0000\n"
1616
"Last-Translator:python-doc bot, 2025\n"
1717
"Language-Team:Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -430,12 +430,31 @@ msgid ""
430430
"__annotations__` is tried again and any error from accessing it is re-raised."
431431
msgstr""
432432

433+
msgid""
434+
"When calling :attr:`!object.__annotate__` it is first called with :attr:"
435+
"`~Format.FORWARDREF`. If this is not implemented, it will then check if :"
436+
"attr:`~Format.VALUE_WITH_FAKE_GLOBALS` is supported and use that in the fake "
437+
"globals environment. If neither of these formats are supported, it will fall "
438+
"back to using :attr:`~Format.VALUE`. If :attr:`~Format.VALUE` fails, the "
439+
"error from this call will be raised."
440+
msgstr""
441+
433442
msgid""
434443
"STRING: If :attr:`!object.__annotate__` exists, it is called first; "
435444
"otherwise, :attr:`!object.__annotations__` is used and stringified using :"
436445
"func:`annotations_to_string`."
437446
msgstr""
438447

448+
msgid""
449+
"When calling :attr:`!object.__annotate__` it is first called with :attr:"
450+
"`~Format.STRING`. If this is not implemented, it will then check if :attr:"
451+
"`~Format.VALUE_WITH_FAKE_GLOBALS` is supported and use that in the fake "
452+
"globals environment. If neither of these formats are supported, it will fall "
453+
"back to using :attr:`~Format.VALUE` with the result converted using :func:"
454+
"`annotations_to_string`. If :attr:`~Format.VALUE` fails, the error from this "
455+
"call will be raised."
456+
msgstr""
457+
439458
msgid""
440459
"Returns a dict. :func:`!get_annotations` returns a new dict every time it's "
441460
"called; calling it twice on the same object will return two different but "

‎library/hashlib.po‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version:Python 3.14\n"
1313
"Report-Msgid-Bugs-To:\n"
14-
"POT-Creation-Date:2025-10-03 14:13+0000\n"
14+
"POT-Creation-Date:2025-10-23 14:15+0000\n"
1515
"PO-Revision-Date:2025-09-16 00:01+0000\n"
1616
"Last-Translator:python-doc bot, 2025\n"
1717
"Language-Team:Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

‎whatsnew/changelog.po‎

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.14\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-10-21 14:16+0000\n"
14+
"POT-Creation-Date: 2025-10-23 14:15+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:02+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -85,6 +85,11 @@ msgstr ""
8585
msgid "Library"
8686
msgstr "Biblioteka"
8787

88+
msgid ""
89+
":gh:`140474`: Fix memory leak in :class:`array.array` when creating arrays "
90+
"from an empty :class:`str` and the ``u`` type code."
91+
msgstr ""
92+
8893
msgid ""
8994
":gh:`140272`: Fix memory leak in the :meth:`!clear` method of the :mod:`dbm."
9095
"gnu` database."
@@ -224,6 +229,18 @@ msgid ""
224229
"types."
225230
msgstr ""
226231

232+
msgid ""
233+
":gh:`138764`: Prevent :func:`annotationlib.call_annotate_function` from "
234+
"calling ``__annotate__`` functions that don't support "
235+
"``VALUE_WITH_FAKE_GLOBALS`` in a fake globals namespace with empty globals."
236+
msgstr ""
237+
238+
msgid ""
239+
"Make ``FORWARDREF`` and ``STRING`` annotations fall back to using ``VALUE`` "
240+
"annotations in the case that neither their own format, nor "
241+
"``VALUE_WITH_FAKE_GLOBALS`` are supported."
242+
msgstr ""
243+
227244
msgid ""
228245
":gh:`138779`: Support device numbers larger than ``2**63-1`` for the :attr:"
229246
"`~os.stat_result.st_rdev` field of the :class:`os.stat_result` structure."

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp