@@ -22,7 +22,6 @@ msgid "The ``None`` Object"
22
22
msgstr "``None`` 객체"
23
23
24
24
#: ../../c-api/none.rst:10
25
- #, fuzzy
26
25
msgid ""
27
26
"Note that the :c:type:`PyTypeObject` for ``None`` is not directly exposed"
28
27
" in the Python/C API. Since ``None`` is a singleton, testing for object "
@@ -31,16 +30,13 @@ msgid ""
31
30
msgstr ""
32
31
"``None``\\ 에 대한 :c:type:`PyTypeObject`\\ 는 파이썬/C API에서 직접 노출되지 않습니다. "
33
32
"``None``\\ 은 싱글톤이기 때문에 (C에서 ``==``\\ 를 사용해서) 객체 아이덴티티를 검사하는 것으로 충분합니다. 같은 "
34
- "이유로 :c:func:`PyNone_Check` 함수가 없습니다."
33
+ "이유로 :c:func:`! PyNone_Check` 함수가 없습니다."
35
34
36
35
#: ../../c-api/none.rst:18
37
- #, fuzzy
38
36
msgid ""
39
37
"The Python ``None`` object, denoting lack of value. This object has no "
40
38
"methods and is :term:`immortal`."
41
- msgstr ""
42
- "값의 부재를 나타내는 파이썬 ``None`` 객체입니다. 이 객체에는 메서드가 없습니다. 참조 횟수와 관련하여 다른 객체와 "
43
- "마찬가지로 처리해야 합니다."
39
+ msgstr "값의 부재를 나타내는 파이썬 ``None`` 객체입니다. 이 객체는 메서드가 없고 :term:`불멸 <immortal>`\\ 입니다."
44
40
45
41
#: ../../c-api/none.rst:21
46
42
msgid ":c:data:`Py_None` is :term:`immortal`."
@@ -58,13 +54,3 @@ msgstr ""
58
54
msgid "None"
59
55
msgstr ""
60
56
61
- #~ msgid ""
62
- #~ "Properly handle returning :c:data:`Py_None` "
63
- #~ "from within a C function (that is,"
64
- #~ " increment the reference count of "
65
- #~ "``None`` and return it.)"
66
- #~ msgstr ""
67
- #~ "C 함수 내에서 :c:data:`Py_None`\\를 반환하는 것을"
68
- #~ " 올바르게 처리합니다 (즉, ``None``\\의 참조 횟수를"
69
- #~ " 증가시키고 반환합니다)."
70
-
0 commit comments