@@ -1232,15 +1232,15 @@ msgstr ""
1232
1232
1233
1233
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/c-api/init.rst:845
1234
1234
msgid "Deprecated function which does nothing."
1235
- msgstr ""
1235
+ msgstr "아무것도 하지 않는 폐지된 함수. "
1236
1236
1237
1237
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/c-api/init.rst:847
1238
1238
msgid "In Python 3.6 and older, this function created the GIL if it didn't exist."
1239
- msgstr ""
1239
+ msgstr "파이썬 3.6과 이전 버전에서는, 이 함수가 존재하지 않으면 GIL을 만들었습니다. "
1240
1240
1241
1241
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/c-api/init.rst:849
1242
1242
msgid "The function now does nothing."
1243
- msgstr ""
1243
+ msgstr "이제 이 함수는 아무 작업도 수행하지 않습니다. "
1244
1244
1245
1245
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/c-api/init.rst:852
1246
1246
msgid ""
@@ -1529,6 +1529,8 @@ msgid ""
1529
1529
"This function now calls the :c:member:`PyThreadState.on_delete` callback."
1530
1530
" Previously, that happened in :c:func:`PyThreadState_Delete`."
1531
1531
msgstr ""
1532
+ "이 함수는 이제 :c:member:`PyThreadState.on_delete` 콜백을 호출합니다. 이전에는, "
1533
+ ":c:func:`PyThreadState_Delete`\\ 에서 호출했습니다."
1532
1534
1533
1535
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/c-api/init.rst:1062
1534
1536
msgid ""
@@ -1540,61 +1542,60 @@ msgstr ""
1540
1542
":c:func:`PyThreadState_Clear`\\ 에 대한 이전 호출로 재설정되었어야 합니다."
1541
1543
1542
1544
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/c-api/init.rst:1069
1543
- #, fuzzy
1544
1545
msgid ""
1545
1546
"Destroy the current thread state and release the global interpreter lock."
1546
1547
" Like :c:func:`PyThreadState_Delete`, the global interpreter lock need "
1547
1548
"not be held. The thread state must have been reset with a previous call "
1548
1549
"to :c:func:`PyThreadState_Clear`."
1549
1550
msgstr ""
1550
- "스레드 상태 객체를 파괴합니다. 전역 인터프리터 록은 보유할 필요 없습니다. 스레드 상태는 "
1551
- ":c:func:`PyThreadState_Clear`\\ 에 대한 이전 호출로 재설정되었어야 합니다."
1551
+ "현재 스레드 상태를 파괴하고 전역 인터프리터 록을 해제합니다. :c:func:`PyThreadState_Delete`\\ 와 "
1552
+ "마찬가지로, 전역 인터프리터 록은 유지할 필요 없습니다. 스레드 상태는 :c:func:`PyThreadState_Clear`\\ 에 "
1553
+ "대한 이전 호출로 재설정되었어야 합니다."
1552
1554
1553
1555
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/c-api/init.rst:1077
1554
1556
msgid "Get the current frame of the Python thread state *tstate*."
1555
- msgstr ""
1557
+ msgstr "파이썬 스레드 상태 *tstate* \\ 의 현재 프레임을 가져옵니다. "
1556
1558
1557
1559
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/c-api/init.rst:1079
1558
1560
msgid ""
1559
1561
"Return a strong reference. Return ``NULL`` if no frame is currently "
1560
1562
"executing."
1561
- msgstr ""
1563
+ msgstr "강한 참조를 반환합니다. 현재 실행 중인 프레임이 없으면 ``NULL`` \\ 을 반환합니다. "
1562
1564
1563
1565
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/c-api/init.rst:1082
1564
1566
msgid "See also :c:func:`PyEval_GetFrame`."
1565
- msgstr ""
1567
+ msgstr ":c:func:`PyEval_GetFrame` \\ 도 참조하십시오. "
1566
1568
1567
1569
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/c-api/init.rst:1084
1568
1570
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/c-api/init.rst:1093
1569
1571
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/c-api/init.rst:1102
1570
1572
msgid "*tstate* must not be ``NULL``."
1571
- msgstr ""
1573
+ msgstr "*tstate* \\ 는 ``NULL`` \\ 이 아니어야 합니다. "
1572
1574
1573
1575
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/c-api/init.rst:1091
1574
1576
msgid ""
1575
1577
"Get the unique thread state identifier of the Python thread state "
1576
1578
"*tstate*."
1577
- msgstr ""
1579
+ msgstr "파이썬 스레드 상태 *tstate* \\ 의 고유한 스레드 상태 식별자를 가져옵니다. "
1578
1580
1579
1581
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/c-api/init.rst:1100
1580
1582
msgid "Get the interpreter of the Python thread state *tstate*."
1581
- msgstr ""
1583
+ msgstr "파이썬 스레드 상태 *tstate* \\ 의 인터프리터를 가져옵니다. "
1582
1584
1583
1585
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/c-api/init.rst:1109
1584
- #, fuzzy
1585
1586
msgid "Get the current interpreter."
1586
- msgstr "메인 인터프리터 상태 객체를 반환합니다 ."
1587
+ msgstr "현재 인터프리터를 가져옵니다 ."
1587
1588
1588
1589
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/c-api/init.rst:1111
1589
1590
msgid ""
1590
1591
"Issue a fatal error if there no current Python thread state or no current"
1591
1592
" interpreter. It cannot return NULL."
1592
- msgstr ""
1593
+ msgstr "현재 파이썬 스레드 상태가 없거나 현재 인터프리터가 없으면 치명적인 에러를 발행합니다. NULL을 반환할 수 없습니다. "
1593
1594
1594
1595
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/c-api/init.rst:1114
1595
1596
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/c-api/init.rst:1124
1596
1597
msgid "The caller must hold the GIL."
1597
- msgstr ""
1598
+ msgstr "호출자는 GIL을 보유해야 합니다. "
1598
1599
1599
1600
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/c-api/init.rst:1121
1600
1601
msgid ""
@@ -1621,30 +1622,30 @@ msgstr ""
1621
1622
1622
1623
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/c-api/init.rst:1142
1623
1624
msgid "Type of a frame evaluation function."
1624
- msgstr ""
1625
+ msgstr "프레임 평가 함수의 형. "
1625
1626
1626
1627
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/c-api/init.rst:1144
1627
1628
msgid ""
1628
1629
"The *throwflag* parameter is used by the ``throw()`` method of "
1629
1630
"generators: if non-zero, handle the current exception."
1630
- msgstr ""
1631
+ msgstr "*throwflag* 매개 변수는 제너레이터의 ``throw()`` 메서드에서 사용됩니다: 0이 아니면, 현재 예외를 처리합니다. "
1631
1632
1632
1633
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/c-api/init.rst:1147
1633
1634
msgid "The function now takes a *tstate* parameter."
1634
- msgstr ""
1635
+ msgstr "이제 함수는 *tstate* 매개 변수를 취합니다. "
1635
1636
1636
1637
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/c-api/init.rst:1152
1637
1638
msgid "Get the frame evaluation function."
1638
- msgstr ""
1639
+ msgstr "프레임 평가 함수를 가져옵니다. "
1639
1640
1640
1641
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/c-api/init.rst:1154
1641
1642
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/c-api/init.rst:1162
1642
1643
msgid "See the :pep:`523`\" Adding a frame evaluation API to CPython\" ."
1643
- msgstr ""
1644
+ msgstr ":pep:`523` \" CPython에 프레임 평가 API 추가 \" 를 참조하십시오. "
1644
1645
1645
1646
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/c-api/init.rst:1160
1646
1647
msgid "Set the frame evaluation function."
1647
- msgstr ""
1648
+ msgstr "프레임 평가 함수를 설정합니다. "
1648
1649
1649
1650
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/c-api/init.rst:1169
1650
1651
msgid ""
@@ -1683,12 +1684,13 @@ msgid ""
1683
1684
msgstr "*id* 매개 변수의 형이 :c:type:`long`\\ 에서 :c:type:`unsigned long`\\ 으로 변경되었습니다."
1684
1685
1685
1686
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/c-api/init.rst:1192
1686
- #, fuzzy
1687
1687
msgid ""
1688
1688
"Acquire the global interpreter lock and set the current thread state to "
1689
1689
"*tstate*, which must not be ``NULL``. The lock must have been created "
1690
1690
"earlier. If this thread already has the lock, deadlock ensues."
1691
- msgstr "전역 인터프리터 록을 획득합니다. 록은 이전에 만들어졌어야 합니다. 이 스레드에 이미 록이 있으면, 교착 상태가 발생합니다."
1691
+ msgstr ""
1692
+ "전역 인터프리터 록을 획득하고 현재 스레드 상태를 *tstate*\\ 로 설정합니다. *tstate*\\ 는 ``NULL``\\ 이 "
1693
+ "아니어야 합니다. 록은 이전에 만들어진 것이어야 합니다. 이 스레드에 이미 록이 있으면, 교착 상태가 발생합니다."
1692
1694
1693
1695
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/c-api/init.rst:1203
1694
1696
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/c-api/init.rst:1241
@@ -2015,6 +2017,8 @@ msgid ""
2015
2017
"Otherwise, the function *func* can be scheduled to be called from the "
2016
2018
"wrong interpreter."
2017
2019
msgstr ""
2020
+ "서브 인터프리터에서 이 함수를 호출하려면 호출자가 GIL을 보유해야 합니다. 그렇지 않으면, 함수 *func*\\ 가 잘못된 "
2021
+ "인터프리터에서 호출되도록 예약될 수 있습니다."
2018
2022
2019
2023
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/c-api/init.rst:1422
2020
2024
msgid ""
@@ -2037,6 +2041,8 @@ msgid ""
2037
2041
"called from the main interpreter. Each subinterpreter now has its own "
2038
2042
"list of scheduled calls."
2039
2043
msgstr ""
2044
+ "이 함수가 서브 인터프리터에서 호출되면, *func* 함수는 이제 메인 인터프리터에서 호출되지 않고 서브 인터프리터에서 호출되도록 "
2045
+ "예약됩니다. 이제 각 서브 인터프리터는 자체 예약된 호출 목록을 갖습니다."
2040
2046
2041
2047
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/c-api/init.rst:1440
2042
2048
msgid "Profiling and Tracing"
@@ -2236,7 +2242,7 @@ msgstr ""
2236
2242
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/c-api/init.rst:1557
2237
2243
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/c-api/init.rst:1569
2238
2244
msgid "The caller must hold the :term:`GIL`."
2239
- msgstr ""
2245
+ msgstr "호출자는 :term:`GIL` \\ 을 보유하고 있어야 합니다. "
2240
2246
2241
2247
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/c-api/init.rst:1562
2242
2248
msgid ""
@@ -2515,26 +2521,3 @@ msgid ""
2515
2521
"should not be used in new code."
2516
2522
msgstr "위에서 언급한 호환성 문제로 인해, 이 버전의 API를 새 코드에서 사용해서는 안 됩니다."
2517
2523
2518
- #~ msgid ""
2519
- #~ "Initialize and acquire the global "
2520
- #~ "interpreter lock. It should be called"
2521
- #~ " in the main thread before creating"
2522
- #~ " a second thread or engaging in "
2523
- #~ "any other thread operations such as "
2524
- #~ "``PyEval_ReleaseThread(tstate)``. It is not "
2525
- #~ "needed before calling :c:func:`PyEval_SaveThread`"
2526
- #~ " or :c:func:`PyEval_RestoreThread`."
2527
- #~ msgstr ""
2528
-
2529
- #~ msgid "This is a no-op when called for a second time."
2530
- #~ msgstr ""
2531
-
2532
- #~ msgid ""
2533
- #~ "Acquire the global interpreter lock and"
2534
- #~ " set the current thread state to "
2535
- #~ "*tstate*, which should not be ``NULL``."
2536
- #~ " The lock must have been created "
2537
- #~ "earlier. If this thread already has "
2538
- #~ "the lock, deadlock ensues."
2539
- #~ msgstr ""
2540
-