Skip to content

Sync with CPython 3.13 #1015

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 30 commits into from
Feb 7, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
92f9858
sync with cpython 62729d79
github-actions[bot] Dec 31, 2024
9f9a9a1
sync with cpython 675b039e
github-actions[bot] Jan 1, 2025
e42f6eb
sync with cpython ebadfd10
github-actions[bot] Jan 3, 2025
70a2fc0
sync with cpython b923f487
github-actions[bot] Jan 4, 2025
a04fbb1
sync with cpython b2bacbbe
github-actions[bot] Jan 5, 2025
829120f
sync with cpython 838e8a27
github-actions[bot] Jan 6, 2025
cf8735e
sync with cpython d81b99b5
github-actions[bot] Jan 7, 2025
050acc1
sync with cpython 984cdb78
github-actions[bot] Jan 8, 2025
56d9973
sync with cpython 13835888
github-actions[bot] Jan 9, 2025
56088fa
sync with cpython 0d2b9abd
github-actions[bot] Jan 10, 2025
050a372
sync with cpython 65da5db2
github-actions[bot] Jan 11, 2025
aa9a205
sync with cpython d2a8d571
github-actions[bot] Jan 15, 2025
5c40a39
sync with cpython 714b8513
github-actions[bot] Jan 16, 2025
a579ebf
sync with cpython 34ded1a1
github-actions[bot] Jan 18, 2025
da7129e
sync with cpython 6b474995
github-actions[bot] Jan 19, 2025
b5db4f1
sync with cpython 080d17e9
github-actions[bot] Jan 20, 2025
cf4cb72
sync with cpython f10f2a2e
github-actions[bot] Jan 21, 2025
735d76a
fix: resolve fuzzy entries
mattwang44 Jan 21, 2025
5b25e06
sync with cpython 0ddcb61f
github-actions[bot] Jan 22, 2025
faca9f0
sync with cpython eed7865c
github-actions[bot] Jan 24, 2025
efabf36
sync with cpython b2ae2346
github-actions[bot] Jan 26, 2025
30cf730
sync with cpython 87d587fa
github-actions[bot] Jan 28, 2025
cfee435
sync with cpython 8597be46
github-actions[bot] Jan 29, 2025
6e8c464
sync with cpython 9a59a517
github-actions[bot] Jan 31, 2025
6e043cd
sync with cpython 2d60dcfd
github-actions[bot] Feb 2, 2025
71801cc
sync with cpython d75e9a09
github-actions[bot] Feb 3, 2025
e2d203e
sync with cpython 506c76f1
github-actions[bot] Feb 4, 2025
a48d41e
sync with cpython 4f026156
github-actions[bot] Feb 5, 2025
48b62a9
fix: resolve fuzzy entries
mattwang44 Feb 7, 2025
e0a96fe
sync with cpython f7af8bc5
github-actions[bot] Feb 7, 2025
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
Prev Previous commit
Next Next commit
fix: resolve fuzzy entries
  • Loading branch information
mattwang44 committed Feb 7, 2025
commit 48b62a956236c31ff326a1934bb46272be47500c
4 changes: 2 additions & 2 deletions c-api/arg.po
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ msgstr ""

#: ../../c-api/arg.rst:19
msgid "Parsing arguments"
msgstr ""
msgstr "剖析引數"

#: ../../c-api/arg.rst:21
msgid ""
Expand Down Expand Up @@ -453,7 +453,7 @@ msgid ""
"a C :c:expr:`unsigned char`."
msgstr ""
"將一個 Python 非負整數轉換成無符號 tiny integer(小整數),儲存在 C "
"的 :c:expr:`unsigned "
"的 :c:expr:`unsigned`"

#: ../../c-api/arg.rst:248 ../../c-api/arg.rst:627
msgid "``B`` (:class:`int`) [unsigned char]"
Expand Down
Loading