Skip to content

메모리 관리 문서에서 "아레나"가 "투기장"으로 번역된 부분 수정 #619

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 8, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions c-api/memory.po
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.7.0\n"
"Generated-By: Babel 2.8.0\n"

#: /Users/flowdas/works/docs/python/src/Doc/c-api/memory.rst:8
msgid "Memory Management"
Expand Down Expand Up @@ -888,7 +888,7 @@ msgstr "pymalloc 아레나 할당자 사용자 정의"
msgid ""
"Structure used to describe an arena allocator. The structure has three "
"fields:"
msgstr "투기장 할당자를 기술하는 데 사용되는 구조체. 이 구조체에는 세 개의 필드가 있습니다:"
msgstr "아레나 할당자를 기술하는 데 사용되는 구조체. 이 구조체에는 세 개의 필드가 있습니다:"

#: /Users/flowdas/works/docs/python/src/Doc/c-api/memory.rst:517
msgid "``void* alloc(void *ctx, size_t size)``"
Expand Down