You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>If you find a bug in the theme (HTML / CSS / JavaScript) of the
198
-
documentation, please submit a bug report on the <aclass="reference external" href="https://github.com/python/python-docs-theme">python-doc-theme issue
<p>On Python 3.12 and older, the macro <codeclass="xref c c-macro docutils literal notranslate"><spanclass="pre">PY_SSIZE_T_CLEAN</span></code> must be
Copy file name to clipboardExpand all lines: pr-preview/pr-1148/c-api/buffer.html
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -213,7 +213,7 @@ <h3>導航</h3>
213
213
<ulclass="simple" id="index-1">
214
214
<li><p>on the producer side, a type can export a "buffer interface" which allows
215
215
objects of that type to expose information about their underlying buffer.
216
-
This interface is described in the section <aclass="reference internal" href="typeobj.html#buffer-structs"><spanclass="std std-ref">Buffer Object Structures</span></a>; for
216
+
This interface is described in the section <aclass="reference internal" href="typeobj.html#buffer-structs"><spanclass="std std-ref">緩衝區物件結構</span></a>; for
217
217
Python see <aclass="reference internal" href="../reference/datamodel.html#python-buffer-protocol"><spanclass="std std-ref">Emulating buffer types</span></a>.</p></li>
218
218
<li><p>on the consumer side, several means are available to obtain a pointer to
219
219
the raw underlying data of an object (for example a method parameter). For
<dd><emclass="stableabi"> 為 <aclass="reference internal" href="stable.html#stable"><spanclass="std std-ref">穩定 ABI 的一部分</span></a> 自 3.11 版本開始.</em><p>Copy data from <em>src</em> to <em>dest</em> buffer. Can convert between C-style and
855
855
or Fortran-style buffers.</p>
856
-
<p><codeclass="docutils literal notranslate"><spanclass="pre">0</span></code> is returned on success, <codeclass="docutils literal notranslate"><spanclass="pre">-1</span></code> on error.</p>
0 commit comments