@@ -12,7 +12,7 @@ msgid ""
12
12
msgstr ""
13
13
"Project-Id-Version : Python 3.9\n "
14
14
"Report-Msgid-Bugs-To : \n "
15
- "POT-Creation-Date : 2020-06-02 03:14 +0000\n "
15
+ "POT-Creation-Date : 2020-06-03 03:15 +0000\n "
16
16
"PO-Revision-Date : 2020-05-31 09:32+0000\n "
17
17
"Last-Translator : tomo, 2020\n "
18
18
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
@@ -1070,7 +1070,7 @@ msgid ""
1070
1070
"(Contributed by Raymond Hettinger in :issue:`40465`)"
1071
1071
msgstr ""
1072
1072
1073
- #: ../../whatsnew/3.9.rst:779 ../../whatsnew/3.9.rst:1103
1073
+ #: ../../whatsnew/3.9.rst:779 ../../whatsnew/3.9.rst:1107
1074
1074
msgid "Removed"
1075
1075
msgstr "削除"
1076
1076
@@ -1434,7 +1434,7 @@ msgid ""
1434
1434
"(Contributed by Victor Stinner in :issue:`37194`.)"
1435
1435
msgstr ""
1436
1436
1437
- #: ../../whatsnew/3.9.rst:1044 ../../whatsnew/3.9.rst:1114
1437
+ #: ../../whatsnew/3.9.rst:1044 ../../whatsnew/3.9.rst:1118
1438
1438
msgid "Changes in the limited C API (if ``Py_LIMITED_API`` macro is defined):"
1439
1439
msgstr ""
1440
1440
@@ -1453,7 +1453,7 @@ msgid ""
1453
1453
"function to hide implementation details."
1454
1454
msgstr ""
1455
1455
1456
- #: ../../whatsnew/3.9.rst:1055 ../../whatsnew/3.9.rst:1141
1456
+ #: ../../whatsnew/3.9.rst:1055 ../../whatsnew/3.9.rst:1145
1457
1457
msgid "(Contributed by Victor Stinner in :issue:`38644` and :issue:`39542`.)"
1458
1458
msgstr ""
1459
1459
@@ -1519,164 +1519,171 @@ msgid ""
1519
1519
"in :issue:`38650`.)"
1520
1520
msgstr ""
1521
1521
1522
- #: ../../whatsnew/3.9.rst:1105
1522
+ #: ../../whatsnew/3.9.rst:1101
1523
+ msgid ""
1524
+ "The :c:type:`PyGC_Head` structure is now opaque. It is only defined in the "
1525
+ "internal C API (``pycore_gc.h``). (Contributed by Victor Stinner in "
1526
+ ":issue:`40241`.)"
1527
+ msgstr ""
1528
+
1529
+ #: ../../whatsnew/3.9.rst:1109
1523
1530
msgid ""
1524
1531
"Exclude ``PyFPE_START_PROTECT()`` and ``PyFPE_END_PROTECT()`` macros of "
1525
1532
"``pyfpe.h`` from the limited C API. (Contributed by Victor Stinner in "
1526
1533
":issue:`38835`.)"
1527
1534
msgstr ""
1528
1535
1529
- #: ../../whatsnew/3.9.rst:1109
1536
+ #: ../../whatsnew/3.9.rst:1113
1530
1537
msgid ""
1531
1538
"The ``tp_print`` slot of :ref:`PyTypeObject <type-structs>` has been "
1532
1539
"removed. It was used for printing objects to files in Python 2.7 and before."
1533
1540
" Since Python 3.0, it has been ignored and unused. (Contributed by Jeroen "
1534
1541
"Demeyer in :issue:`36974`.)"
1535
1542
msgstr ""
1536
1543
1537
- #: ../../whatsnew/3.9.rst:1116
1544
+ #: ../../whatsnew/3.9.rst:1120
1538
1545
msgid "Exclude the following functions from the limited C API:"
1539
1546
msgstr ""
1540
1547
1541
- #: ../../whatsnew/3.9.rst:1118
1548
+ #: ../../whatsnew/3.9.rst:1122
1542
1549
msgid ""
1543
1550
"``PyThreadState_DeleteCurrent()`` (Contributed by Joannah Nanjekye in "
1544
1551
":issue:`37878`.)"
1545
1552
msgstr ""
1546
1553
1547
- #: ../../whatsnew/3.9.rst:1120
1554
+ #: ../../whatsnew/3.9.rst:1124
1548
1555
msgid "``_Py_CheckRecursionLimit``"
1549
1556
msgstr ""
1550
1557
1551
- #: ../../whatsnew/3.9.rst:1121
1558
+ #: ../../whatsnew/3.9.rst:1125
1552
1559
msgid "``_Py_NewReference()``"
1553
1560
msgstr ""
1554
1561
1555
- #: ../../whatsnew/3.9.rst:1122
1562
+ #: ../../whatsnew/3.9.rst:1126
1556
1563
msgid "``_Py_ForgetReference()``"
1557
1564
msgstr ""
1558
1565
1559
- #: ../../whatsnew/3.9.rst:1123
1566
+ #: ../../whatsnew/3.9.rst:1127
1560
1567
msgid "``_PyTraceMalloc_NewReference()``"
1561
1568
msgstr ""
1562
1569
1563
- #: ../../whatsnew/3.9.rst:1124
1570
+ #: ../../whatsnew/3.9.rst:1128
1564
1571
msgid "``_Py_GetRefTotal()``"
1565
1572
msgstr ""
1566
1573
1567
- #: ../../whatsnew/3.9.rst:1125
1574
+ #: ../../whatsnew/3.9.rst:1129
1568
1575
msgid "The trashcan mechanism which never worked in the limited C API."
1569
1576
msgstr ""
1570
1577
1571
- #: ../../whatsnew/3.9.rst:1126
1578
+ #: ../../whatsnew/3.9.rst:1130
1572
1579
msgid "``PyTrash_UNWIND_LEVEL``"
1573
1580
msgstr ""
1574
1581
1575
- #: ../../whatsnew/3.9.rst:1127
1582
+ #: ../../whatsnew/3.9.rst:1131
1576
1583
msgid "``Py_TRASHCAN_BEGIN_CONDITION``"
1577
1584
msgstr ""
1578
1585
1579
- #: ../../whatsnew/3.9.rst:1128
1586
+ #: ../../whatsnew/3.9.rst:1132
1580
1587
msgid "``Py_TRASHCAN_BEGIN``"
1581
1588
msgstr ""
1582
1589
1583
- #: ../../whatsnew/3.9.rst:1129
1590
+ #: ../../whatsnew/3.9.rst:1133
1584
1591
msgid "``Py_TRASHCAN_END``"
1585
1592
msgstr ""
1586
1593
1587
- #: ../../whatsnew/3.9.rst:1130
1594
+ #: ../../whatsnew/3.9.rst:1134
1588
1595
msgid "``Py_TRASHCAN_SAFE_BEGIN``"
1589
1596
msgstr ""
1590
1597
1591
- #: ../../whatsnew/3.9.rst:1131
1598
+ #: ../../whatsnew/3.9.rst:1135
1592
1599
msgid "``Py_TRASHCAN_SAFE_END``"
1593
1600
msgstr ""
1594
1601
1595
- #: ../../whatsnew/3.9.rst:1133
1602
+ #: ../../whatsnew/3.9.rst:1137
1596
1603
msgid "Move following functions and definitions to the internal C API:"
1597
1604
msgstr ""
1598
1605
1599
- #: ../../whatsnew/3.9.rst:1135
1606
+ #: ../../whatsnew/3.9.rst:1139
1600
1607
msgid "``_PyDebug_PrintTotalRefs()``"
1601
1608
msgstr ""
1602
1609
1603
- #: ../../whatsnew/3.9.rst:1136
1610
+ #: ../../whatsnew/3.9.rst:1140
1604
1611
msgid "``_Py_PrintReferences()``"
1605
1612
msgstr ""
1606
1613
1607
- #: ../../whatsnew/3.9.rst:1137
1614
+ #: ../../whatsnew/3.9.rst:1141
1608
1615
msgid "``_Py_PrintReferenceAddresses()``"
1609
1616
msgstr ""
1610
1617
1611
- #: ../../whatsnew/3.9.rst:1138
1618
+ #: ../../whatsnew/3.9.rst:1142
1612
1619
msgid "``_Py_tracemalloc_config``"
1613
1620
msgstr ""
1614
1621
1615
- #: ../../whatsnew/3.9.rst:1139
1622
+ #: ../../whatsnew/3.9.rst:1143
1616
1623
msgid "``_Py_AddToAllObjects()`` (specific to ``Py_TRACE_REFS`` build)"
1617
1624
msgstr ""
1618
1625
1619
- #: ../../whatsnew/3.9.rst:1143
1626
+ #: ../../whatsnew/3.9.rst:1147
1620
1627
msgid ""
1621
1628
"Remove ``_PyRuntime.getframe`` hook and remove ``_PyThreadState_GetFrame`` "
1622
1629
"macro which was an alias to ``_PyRuntime.getframe``. They were only exposed "
1623
1630
"by the internal C API. Remove also ``PyThreadFrameGetter`` type. "
1624
1631
"(Contributed by Victor Stinner in :issue:`39946`.)"
1625
1632
msgstr ""
1626
1633
1627
- #: ../../whatsnew/3.9.rst:1148
1634
+ #: ../../whatsnew/3.9.rst:1152
1628
1635
msgid ""
1629
1636
"Remove the following functions from the C API. Call :c:func:`PyGC_Collect` "
1630
1637
"explicitly to clear all free lists. (Contributed by Inada Naoki and Victor "
1631
1638
"Stinner in :issue:`37340`, :issue:`38896` and :issue:`40428`.)"
1632
1639
msgstr ""
1633
1640
1634
- #: ../../whatsnew/3.9.rst:1153
1641
+ #: ../../whatsnew/3.9.rst:1157
1635
1642
msgid "``PyAsyncGen_ClearFreeLists()``"
1636
1643
msgstr ""
1637
1644
1638
- #: ../../whatsnew/3.9.rst:1154
1645
+ #: ../../whatsnew/3.9.rst:1158
1639
1646
msgid "``PyContext_ClearFreeList()``"
1640
1647
msgstr ""
1641
1648
1642
- #: ../../whatsnew/3.9.rst:1155
1649
+ #: ../../whatsnew/3.9.rst:1159
1643
1650
msgid "``PyDict_ClearFreeList()``"
1644
1651
msgstr ""
1645
1652
1646
- #: ../../whatsnew/3.9.rst:1156
1653
+ #: ../../whatsnew/3.9.rst:1160
1647
1654
msgid "``PyFloat_ClearFreeList()``"
1648
1655
msgstr ""
1649
1656
1650
- #: ../../whatsnew/3.9.rst:1157
1657
+ #: ../../whatsnew/3.9.rst:1161
1651
1658
msgid "``PyFrame_ClearFreeList()``"
1652
1659
msgstr ""
1653
1660
1654
- #: ../../whatsnew/3.9.rst:1158
1661
+ #: ../../whatsnew/3.9.rst:1162
1655
1662
msgid "``PyList_ClearFreeList()``"
1656
1663
msgstr ""
1657
1664
1658
- #: ../../whatsnew/3.9.rst:1159
1665
+ #: ../../whatsnew/3.9.rst:1163
1659
1666
msgid ""
1660
1667
"``PyMethod_ClearFreeList()`` and ``PyCFunction_ClearFreeList()``: the free "
1661
1668
"lists of bound method objects have been removed."
1662
1669
msgstr ""
1663
1670
1664
- #: ../../whatsnew/3.9.rst:1161
1671
+ #: ../../whatsnew/3.9.rst:1165
1665
1672
msgid ""
1666
1673
"``PySet_ClearFreeList()``: the set free list has been removed in Python 3.4."
1667
1674
msgstr ""
1668
1675
1669
- #: ../../whatsnew/3.9.rst:1163
1676
+ #: ../../whatsnew/3.9.rst:1167
1670
1677
msgid "``PyTuple_ClearFreeList()``"
1671
1678
msgstr ""
1672
1679
1673
- #: ../../whatsnew/3.9.rst:1164
1680
+ #: ../../whatsnew/3.9.rst:1168
1674
1681
msgid ""
1675
1682
"``PyUnicode_ClearFreeList()``: the Unicode free list has been removed in "
1676
1683
"Python 3.3."
1677
1684
msgstr ""
1678
1685
1679
- #: ../../whatsnew/3.9.rst:1167
1686
+ #: ../../whatsnew/3.9.rst:1171
1680
1687
msgid ""
1681
1688
"Remove ``_PyUnicode_ClearStaticStrings()`` function. (Contributed by Victor "
1682
1689
"Stinner in :issue:`39465`.)"
0 commit comments