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

Sync with CPython 3.13#1002

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
mattwang44 merged 15 commits into3.13fromcron/sync/3.13
Dec 15, 2024
Merged
Show file tree
Hide file tree
Changes fromall commits
Commits
Show all changes
15 commits
Select commitHold shift + click to select a range
314919d
sync with cpython a442c87c
github-actions[bot]Nov 30, 2024
9075367
sync with cpython 3b31f8c7
github-actions[bot]Dec 1, 2024
4c1df09
sync with cpython a8536102
github-actions[bot]Dec 3, 2024
e5c82d0
sync with cpython b90161f6
github-actions[bot]Dec 4, 2024
282e47b
sync with cpython 4060ef36
github-actions[bot]Dec 5, 2024
c581434
sync with cpython 69bb1c6c
github-actions[bot]Dec 6, 2024
ef611df
sync with cpython d95df6a7
github-actions[bot]Dec 7, 2024
54c5463
sync with cpython 310efdab
github-actions[bot]Dec 10, 2024
e3b3e46
sync with cpython 8b28dedc
github-actions[bot]Dec 11, 2024
0f67674
sync with cpython 8b24d042
github-actions[bot]Dec 12, 2024
257d49a
sync with cpython 740e9ab5
github-actions[bot]Dec 13, 2024
76e5d67
sync with cpython 2996a2be
github-actions[bot]Dec 14, 2024
9035312
sync with cpython 9c6bd272
github-actions[bot]Dec 15, 2024
2081087
sync with cpython 89f4b23f
github-actions[bot]Dec 15, 2024
313c5ca
fix: resolve fuzzy entries
mattwang44Dec 15, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 35 additions & 8 deletionsc-api/frame.po
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.13\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-09-23 07:52+0800\n"
"POT-Creation-Date: 2024-12-12 00:15+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
Expand DownExpand Up@@ -154,34 +154,61 @@ msgid ""
msgstr ""

#: ../../c-api/frame.rst:134
msgid "As part of :pep:`667`, return a proxy object for optimized scopes."
msgid ""
"As part of :pep:`667`, return an instance of :c:var:"
"`PyFrameLocalsProxy_Type`."
msgstr ""

#: ../../c-api/frame.rst:140
msgid "Return the line number that *frame* is currently executing."
msgstr ""

#: ../../c-api/frame.rst:145
#: ../../c-api/frame.rst:144
msgid "Frame Locals Proxies"
msgstr ""

#: ../../c-api/frame.rst:148
msgid ""
"The :attr:`~frame.f_locals` attribute on a :ref:`frame object <frame-"
"objects>` is an instance of a \"frame-locals proxy\". The proxy object "
"exposes a write-through view of the underlying locals dictionary for the "
"frame. This ensures that the variables exposed by ``f_locals`` are always up "
"to date with the live local variables in the frame itself."
msgstr ""

#: ../../c-api/frame.rst:154
msgid "See :pep:`667` for more information."
msgstr ""

#: ../../c-api/frame.rst:158
msgid "The type of frame :func:`locals` proxy objects."
msgstr ""

#: ../../c-api/frame.rst:162
msgid "Return non-zero if *obj* is a frame :func:`locals` proxy."
msgstr ""

#: ../../c-api/frame.rst:165
msgid "Internal Frames"
msgstr ""

#: ../../c-api/frame.rst:147
#: ../../c-api/frame.rst:167
msgid "Unless using :pep:`523`, you will not need this."
msgstr ""

#: ../../c-api/frame.rst:151
#: ../../c-api/frame.rst:171
msgid "The interpreter's internal frame representation."
msgstr ""

#: ../../c-api/frame.rst:157
#: ../../c-api/frame.rst:177
msgid "Return a :term:`strong reference` to the code object for the frame."
msgstr ""

#: ../../c-api/frame.rst:164
#: ../../c-api/frame.rst:184
msgid "Return the byte offset into the last executed instruction."
msgstr ""

#: ../../c-api/frame.rst:171
#: ../../c-api/frame.rst:191
msgid ""
"Return the currently executing line number, or -1 if there is no line number."
msgstr ""
Loading

[8]ページ先頭

©2009-2025 Movatter.jp