Skip to content

Commit 5e54bd7

Browse files
committed
Deploying to gh-pages from @ 85fadd9 🚀
1 parent 3d9e755 commit 5e54bd7

File tree

549 files changed

+570
-575
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

549 files changed

+570
-575
lines changed

_sources/c-api/type.rst.txt

Lines changed: 19 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -480,19 +480,19 @@ The following functions and structs are used to create
480480
481481
The following “offset” fields cannot be set using :c:type:`PyType_Slot`:
482482
483-
* :c:member:`~PyTypeObject.tp_weaklistoffset`
484-
(use :c:macro:`Py_TPFLAGS_MANAGED_WEAKREF` instead if possible)
485-
* :c:member:`~PyTypeObject.tp_dictoffset`
486-
(use :c:macro:`Py_TPFLAGS_MANAGED_DICT` instead if possible)
487-
* :c:member:`~PyTypeObject.tp_vectorcall_offset`
488-
(use ``"__vectorcalloffset__"`` in
489-
:ref:`PyMemberDef <pymemberdef-offsets>`)
490-
491-
If it is not possible to switch to a ``MANAGED`` flag (for example,
492-
for vectorcall or to support Python older than 3.12), specify the
493-
offset in :c:member:`Py_tp_members <PyTypeObject.tp_members>`.
494-
See :ref:`PyMemberDef documentation <pymemberdef-offsets>`
495-
for details.
483+
* :c:member:`~PyTypeObject.tp_weaklistoffset`
484+
(use :c:macro:`Py_TPFLAGS_MANAGED_WEAKREF` instead if possible)
485+
* :c:member:`~PyTypeObject.tp_dictoffset`
486+
(use :c:macro:`Py_TPFLAGS_MANAGED_DICT` instead if possible)
487+
* :c:member:`~PyTypeObject.tp_vectorcall_offset`
488+
(use ``"__vectorcalloffset__"`` in
489+
:ref:`PyMemberDef <pymemberdef-offsets>`)
490+
491+
If it is not possible to switch to a ``MANAGED`` flag (for example,
492+
for vectorcall or to support Python older than 3.12), specify the
493+
offset in :c:member:`Py_tp_members <PyTypeObject.tp_members>`.
494+
See :ref:`PyMemberDef documentation <pymemberdef-offsets>`
495+
for details.
496496
497497
The following fields cannot be set at all when creating a heap type:
498498
@@ -512,14 +512,13 @@ The following functions and structs are used to create
512512
To avoid issues, use the *bases* argument of
513513
:c:func:`PyType_FromSpecWithBases` instead.
514514
515-
.. versionchanged:: 3.9
515+
.. versionchanged:: 3.9
516+
Slots in :c:type:`PyBufferProcs` may be set in the unlimited API.
516517
517-
Slots in :c:type:`PyBufferProcs` may be set in the unlimited API.
518-
519-
.. versionchanged:: 3.11
520-
:c:member:`~PyBufferProcs.bf_getbuffer` and
521-
:c:member:`~PyBufferProcs.bf_releasebuffer` are now available
522-
under the :ref:`limited API <limited-c-api>`.
518+
.. versionchanged:: 3.11
519+
:c:member:`~PyBufferProcs.bf_getbuffer` and
520+
:c:member:`~PyBufferProcs.bf_releasebuffer` are now available
521+
under the :ref:`limited API <limited-c-api>`.
523522
524523
.. c:member:: void *pfunc
525524

about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ <h3>瀏覽</h3>
320320
<a href="https://www.python.org/psf/donations/">Please donate.</a>
321321
<br />
322322
<br />
323-
最後更新於 11月 30, 2024 (23:08 UTC)。
323+
最後更新於 12月 01, 2024 (15:03 UTC)。
324324

325325
<a href="/bugs.html">Found a bug</a>?
326326

bugs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ <h3>瀏覽</h3>
359359
<a href="https://www.python.org/psf/donations/">Please donate.</a>
360360
<br />
361361
<br />
362-
最後更新於 11月 30, 2024 (23:08 UTC)。
362+
最後更新於 12月 01, 2024 (15:03 UTC)。
363363

364364
<a href="/bugs.html">Found a bug</a>?
365365

c-api/abstract.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ <h3>瀏覽</h3>
329329
<a href="https://www.python.org/psf/donations/">Please donate.</a>
330330
<br />
331331
<br />
332-
最後更新於 11月 30, 2024 (23:08 UTC)。
332+
最後更新於 12月 01, 2024 (15:03 UTC)。
333333

334334
<a href="/bugs.html">Found a bug</a>?
335335

c-api/allocation.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ <h3>瀏覽</h3>
344344
<a href="https://www.python.org/psf/donations/">Please donate.</a>
345345
<br />
346346
<br />
347-
最後更新於 11月 30, 2024 (23:08 UTC)。
347+
最後更新於 12月 01, 2024 (15:03 UTC)。
348348

349349
<a href="/bugs.html">Found a bug</a>?
350350

c-api/apiabiversion.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ <h3>瀏覽</h3>
376376
<a href="https://www.python.org/psf/donations/">Please donate.</a>
377377
<br />
378378
<br />
379-
最後更新於 11月 30, 2024 (23:08 UTC)。
379+
最後更新於 12月 01, 2024 (15:03 UTC)。
380380

381381
<a href="/bugs.html">Found a bug</a>?
382382

c-api/arg.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -924,7 +924,7 @@ <h3>瀏覽</h3>
924924
<a href="https://www.python.org/psf/donations/">Please donate.</a>
925925
<br />
926926
<br />
927-
最後更新於 11月 30, 2024 (23:08 UTC)。
927+
最後更新於 12月 01, 2024 (15:03 UTC)。
928928

929929
<a href="/bugs.html">Found a bug</a>?
930930

c-api/bool.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ <h3>瀏覽</h3>
341341
<a href="https://www.python.org/psf/donations/">Please donate.</a>
342342
<br />
343343
<br />
344-
最後更新於 11月 30, 2024 (23:08 UTC)。
344+
最後更新於 12月 01, 2024 (15:03 UTC)。
345345

346346
<a href="/bugs.html">Found a bug</a>?
347347

c-api/buffer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1016,7 +1016,7 @@ <h3>瀏覽</h3>
10161016
<a href="https://www.python.org/psf/donations/">Please donate.</a>
10171017
<br />
10181018
<br />
1019-
最後更新於 11月 30, 2024 (23:08 UTC)。
1019+
最後更新於 12月 01, 2024 (15:03 UTC)。
10201020

10211021
<a href="/bugs.html">Found a bug</a>?
10221022

c-api/bytearray.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ <h3>瀏覽</h3>
400400
<a href="https://www.python.org/psf/donations/">Please donate.</a>
401401
<br />
402402
<br />
403-
最後更新於 11月 30, 2024 (23:08 UTC)。
403+
最後更新於 12月 01, 2024 (15:03 UTC)。
404404

405405
<a href="/bugs.html">Found a bug</a>?
406406

0 commit comments

Comments
 (0)