7
7
msgstr ""
8
8
"Project-Id-Version :Python 3.12\n "
9
9
"Report-Msgid-Bugs-To :\n "
10
- "POT-Creation-Date :2024-02-12 00:03+0000\n "
10
+ "POT-Creation-Date :2024-08-06 00:03+0000\n "
11
11
"PO-Revision-Date :2018-05-23 14:06+0000\n "
12
12
"Last-Translator :Adrian Liaw <adrianliaw2000@gmail.com>\n "
13
13
"Language-Team :Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
@@ -335,10 +335,21 @@ msgid ""
335
335
msgstr ""
336
336
337
337
#: ../../c-api/long.rst:329
338
+ msgid ""
339
+ "On success, return a read only :term:`named tuple`, that holds information "
340
+ "about Python's internal representation of integers. See :data:`sys.int_info` "
341
+ "for description of individual fields."
342
+ msgstr ""
343
+
344
+ #: ../../c-api/long.rst:333
345
+ msgid "On failure, return ``NULL`` with an exception set."
346
+ msgstr ""
347
+
348
+ #: ../../c-api/long.rst:340
338
349
msgid "Return 1 if *op* is compact, 0 otherwise."
339
350
msgstr ""
340
351
341
- #: ../../c-api/long.rst:331
352
+ #: ../../c-api/long.rst:342
342
353
msgid ""
343
354
"This function makes it possible for performance-critical code to implement a "
344
355
"“fast path” for small integers. For compact values use :c:func:"
@@ -347,23 +358,23 @@ msgid ""
347
358
"<PyObject_CallMethod>` :meth:`int.to_bytes`."
348
359
msgstr ""
349
360
350
- #: ../../c-api/long.rst:337
361
+ #: ../../c-api/long.rst:348
351
362
msgid "The speedup is expected to be negligible for most users."
352
363
msgstr ""
353
364
354
- #: ../../c-api/long.rst:339
365
+ #: ../../c-api/long.rst:350
355
366
msgid ""
356
367
"Exactly what values are considered compact is an implementation detail and "
357
368
"is subject to change."
358
369
msgstr ""
359
370
360
- #: ../../c-api/long.rst:344
371
+ #: ../../c-api/long.rst:355
361
372
msgid ""
362
373
"If *op* is compact, as determined by :c:func:`PyUnstable_Long_IsCompact`, "
363
374
"return its value."
364
375
msgstr ""
365
376
366
- #: ../../c-api/long.rst:347
377
+ #: ../../c-api/long.rst:358
367
378
msgid "Otherwise, the return value is undefined."
368
379
msgstr ""
369
380