Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 713eb02

Browse files
[po] auto sync
1 parent 3a8b393 commit 713eb02

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

c-api/buffer.po

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,8 @@ msgid ""
390390
"whether or not the shape, strides, and suboffsets arrays must be freed when "
391391
"the buffer is released. The consumer MUST NOT alter this value."
392392
msgstr ""
393+
"供输出对象内部使用。比如可能被导出器重组为一个整数,用于存储一个标志,标明在缓冲区释放时是否必须释放 shape、strides 和 "
394+
"suboffsets 数组。缓冲区用户 *不得* 修改该值。"
393395

394396
#: ../../c-api/buffer.rst:221
395397
msgid "Buffer request types"
@@ -402,6 +404,9 @@ msgid ""
402404
" structure of the memory can vary drastically, the consumer uses the *flags*"
403405
" argument to specify the exact buffer type it can handle."
404406
msgstr ""
407+
"通常,通过 :c:func:`PyObject_GetBuffer` "
408+
"向输出对象发送缓冲区请求,即可获得缓冲区。由于内存的逻辑结构复杂,可能会有很大差异,缓冲区使用者可用 *flags* "
409+
"参数指定其能够处理的缓冲区具体类型。"
405410

406411
#: ../../c-api/buffer.rst:228
407412
msgid ""

0 commit comments

Comments
 (0)