Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 735640c

Browse files
sync with cpython a6e61fd9
1 parent 4cd18a3 commit 735640c

File tree

3 files changed

+406
-371
lines changed

3 files changed

+406
-371
lines changed

c-api/init.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python 3.13\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2024-11-24 00:15+0000\n"
11+
"POT-Creation-Date: 2024-11-25 00:14+0000\n"
1212
"PO-Revision-Date: 2023-04-24 20:49+0800\n"
1313
"Last-Translator: Adrian Liaw <[email protected]>\n"
1414
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -2914,7 +2914,7 @@ msgstr ""
29142914
msgid ""
29152915
"{\n"
29162916
" PyCriticalSection2 _py_cs2;\n"
2917-
" PyCriticalSection_Begin2(&_py_cs2, (PyObject*)(a), (PyObject*)(b))"
2917+
" PyCriticalSection2_Begin(&_py_cs2, (PyObject*)(a), (PyObject*)(b))"
29182918
msgstr ""
29192919

29202920
#: ../../c-api/init.rst:2431
@@ -2923,7 +2923,7 @@ msgstr ""
29232923

29242924
#: ../../c-api/init.rst:2435
29252925
msgid ""
2926-
" PyCriticalSection_End2(&_py_cs2);\n"
2926+
" PyCriticalSection2_End(&_py_cs2);\n"
29272927
"}"
29282928
msgstr ""
29292929

0 commit comments

Comments
 (0)