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

+19-20
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

c-api/bytes.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ <h3>瀏覽</h3>
521521
<a href="https://www.python.org/psf/donations/">Please donate.</a>
522522
<br />
523523
<br />
524-
最後更新於 11月 30, 2024 (23:08 UTC)。
524+
最後更新於 12月 01, 2024 (15:03 UTC)。
525525

526526
<a href="/bugs.html">Found a bug</a>?
527527

c-api/call.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,7 @@ <h3>瀏覽</h3>
652652
<a href="https://www.python.org/psf/donations/">Please donate.</a>
653653
<br />
654654
<br />
655-
最後更新於 11月 30, 2024 (23:08 UTC)。
655+
最後更新於 12月 01, 2024 (15:03 UTC)。
656656

657657
<a href="/bugs.html">Found a bug</a>?
658658

c-api/capsule.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ <h3>瀏覽</h3>
441441
<a href="https://www.python.org/psf/donations/">Please donate.</a>
442442
<br />
443443
<br />
444-
最後更新於 11月 30, 2024 (23:08 UTC)。
444+
最後更新於 12月 01, 2024 (15:03 UTC)。
445445

446446
<a href="/bugs.html">Found a bug</a>?
447447

c-api/cell.html

+1-1
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/code.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,7 @@ <h3>瀏覽</h3>
606606
<a href="https://www.python.org/psf/donations/">Please donate.</a>
607607
<br />
608608
<br />
609-
最後更新於 11月 30, 2024 (23:08 UTC)。
609+
最後更新於 12月 01, 2024 (15:03 UTC)。
610610

611611
<a href="/bugs.html">Found a bug</a>?
612612

c-api/codec.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ <h3>瀏覽</h3>
445445
<a href="https://www.python.org/psf/donations/">Please donate.</a>
446446
<br />
447447
<br />
448-
最後更新於 11月 30, 2024 (23:08 UTC)。
448+
最後更新於 12月 01, 2024 (15:03 UTC)。
449449

450450
<a href="/bugs.html">Found a bug</a>?
451451

c-api/complex.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ <h3>瀏覽</h3>
456456
<a href="https://www.python.org/psf/donations/">Please donate.</a>
457457
<br />
458458
<br />
459-
最後更新於 11月 30, 2024 (23:08 UTC)。
459+
最後更新於 12月 01, 2024 (15:03 UTC)。
460460

461461
<a href="/bugs.html">Found a bug</a>?
462462

c-api/concrete.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ <h3>瀏覽</h3>
464464
<a href="https://www.python.org/psf/donations/">Please donate.</a>
465465
<br />
466466
<br />
467-
最後更新於 11月 30, 2024 (23:08 UTC)。
467+
最後更新於 12月 01, 2024 (15:03 UTC)。
468468

469469
<a href="/bugs.html">Found a bug</a>?
470470

c-api/contextvars.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ <h3>瀏覽</h3>
451451
<a href="https://www.python.org/psf/donations/">Please donate.</a>
452452
<br />
453453
<br />
454-
最後更新於 11月 30, 2024 (23:08 UTC)。
454+
最後更新於 12月 01, 2024 (15:03 UTC)。
455455

456456
<a href="/bugs.html">Found a bug</a>?
457457

c-api/conversion.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ <h3>瀏覽</h3>
390390
<a href="https://www.python.org/psf/donations/">Please donate.</a>
391391
<br />
392392
<br />
393-
最後更新於 11月 30, 2024 (23:08 UTC)。
393+
最後更新於 12月 01, 2024 (15:03 UTC)。
394394

395395
<a href="/bugs.html">Found a bug</a>?
396396

c-api/coro.html

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

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

c-api/datetime.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@ <h3>瀏覽</h3>
630630
<a href="https://www.python.org/psf/donations/">Please donate.</a>
631631
<br />
632632
<br />
633-
最後更新於 11月 30, 2024 (23:08 UTC)。
633+
最後更新於 12月 01, 2024 (15:03 UTC)。
634634

635635
<a href="/bugs.html">Found a bug</a>?
636636

c-api/descriptor.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ <h3>瀏覽</h3>
334334
<a href="https://www.python.org/psf/donations/">Please donate.</a>
335335
<br />
336336
<br />
337-
最後更新於 11月 30, 2024 (23:08 UTC)。
337+
最後更新於 12月 01, 2024 (15:03 UTC)。
338338

339339
<a href="/bugs.html">Found a bug</a>?
340340

c-api/dict.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -746,7 +746,7 @@ <h3>瀏覽</h3>
746746
<a href="https://www.python.org/psf/donations/">Please donate.</a>
747747
<br />
748748
<br />
749-
最後更新於 11月 30, 2024 (23:08 UTC)。
749+
最後更新於 12月 01, 2024 (15:03 UTC)。
750750

751751
<a href="/bugs.html">Found a bug</a>?
752752

c-api/exceptions.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1708,7 +1708,7 @@ <h3>瀏覽</h3>
17081708
<a href="https://www.python.org/psf/donations/">Please donate.</a>
17091709
<br />
17101710
<br />
1711-
最後更新於 11月 30, 2024 (23:08 UTC)。
1711+
最後更新於 12月 01, 2024 (15:03 UTC)。
17121712

17131713
<a href="/bugs.html">Found a bug</a>?
17141714

c-api/file.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ <h3>瀏覽</h3>
366366
<a href="https://www.python.org/psf/donations/">Please donate.</a>
367367
<br />
368368
<br />
369-
最後更新於 11月 30, 2024 (23:08 UTC)。
369+
最後更新於 12月 01, 2024 (15:03 UTC)。
370370

371371
<a href="/bugs.html">Found a bug</a>?
372372

c-api/float.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ <h3>瀏覽</h3>
489489
<a href="https://www.python.org/psf/donations/">Please donate.</a>
490490
<br />
491491
<br />
492-
最後更新於 11月 30, 2024 (23:08 UTC)。
492+
最後更新於 12月 01, 2024 (15:03 UTC)。
493493

494494
<a href="/bugs.html">Found a bug</a>?
495495

c-api/frame.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ <h3>瀏覽</h3>
508508
<a href="https://www.python.org/psf/donations/">Please donate.</a>
509509
<br />
510510
<br />
511-
最後更新於 11月 30, 2024 (23:08 UTC)。
511+
最後更新於 12月 01, 2024 (15:03 UTC)。
512512

513513
<a href="/bugs.html">Found a bug</a>?
514514

c-api/function.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ <h3>瀏覽</h3>
468468
<a href="https://www.python.org/psf/donations/">Please donate.</a>
469469
<br />
470470
<br />
471-
最後更新於 11月 30, 2024 (23:08 UTC)。
471+
最後更新於 12月 01, 2024 (15:03 UTC)。
472472

473473
<a href="/bugs.html">Found a bug</a>?
474474

c-api/gcsupport.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ <h3>瀏覽</h3>
611611
<a href="https://www.python.org/psf/donations/">Please donate.</a>
612612
<br />
613613
<br />
614-
最後更新於 11月 30, 2024 (23:08 UTC)。
614+
最後更新於 12月 01, 2024 (15:03 UTC)。
615615

616616
<a href="/bugs.html">Found a bug</a>?
617617

c-api/gen.html

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

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

c-api/hash.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ <h3>瀏覽</h3>
420420
<a href="https://www.python.org/psf/donations/">Please donate.</a>
421421
<br />
422422
<br />
423-
最後更新於 11月 30, 2024 (23:08 UTC)。
423+
最後更新於 12月 01, 2024 (15:03 UTC)。
424424

425425
<a href="/bugs.html">Found a bug</a>?
426426

c-api/import.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,7 @@ <h3>瀏覽</h3>
633633
<a href="https://www.python.org/psf/donations/">Please donate.</a>
634634
<br />
635635
<br />
636-
最後更新於 11月 30, 2024 (23:08 UTC)。
636+
最後更新於 12月 01, 2024 (15:03 UTC)。
637637

638638
<a href="/bugs.html">Found a bug</a>?
639639

c-api/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ <h3>瀏覽</h3>
417417
<a href="https://www.python.org/psf/donations/">Please donate.</a>
418418
<br />
419419
<br />
420-
最後更新於 11月 30, 2024 (23:08 UTC)。
420+
最後更新於 12月 01, 2024 (15:03 UTC)。
421421

422422
<a href="/bugs.html">Found a bug</a>?
423423

c-api/init.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -2768,7 +2768,7 @@ <h3>瀏覽</h3>
27682768
<a href="https://www.python.org/psf/donations/">Please donate.</a>
27692769
<br />
27702770
<br />
2771-
最後更新於 11月 30, 2024 (23:08 UTC)。
2771+
最後更新於 12月 01, 2024 (15:03 UTC)。
27722772

27732773
<a href="/bugs.html">Found a bug</a>?
27742774

c-api/init_config.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1947,7 +1947,7 @@ <h3>瀏覽</h3>
19471947
<a href="https://www.python.org/psf/donations/">Please donate.</a>
19481948
<br />
19491949
<br />
1950-
最後更新於 11月 30, 2024 (23:08 UTC)。
1950+
最後更新於 12月 01, 2024 (15:03 UTC)。
19511951

19521952
<a href="/bugs.html">Found a bug</a>?
19531953

c-api/intro.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -765,7 +765,7 @@ <h3>瀏覽</h3>
765765
<a href="https://www.python.org/psf/donations/">Please donate.</a>
766766
<br />
767767
<br />
768-
最後更新於 11月 30, 2024 (23:08 UTC)。
768+
最後更新於 12月 01, 2024 (15:03 UTC)。
769769

770770
<a href="/bugs.html">Found a bug</a>?
771771

c-api/iter.html

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

366366
<a href="/bugs.html">Found a bug</a>?
367367

c-api/iterator.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ <h3>瀏覽</h3>
336336
<a href="https://www.python.org/psf/donations/">Please donate.</a>
337337
<br />
338338
<br />
339-
最後更新於 11月 30, 2024 (23:08 UTC)。
339+
最後更新於 12月 01, 2024 (15:03 UTC)。
340340

341341
<a href="/bugs.html">Found a bug</a>?
342342

0 commit comments

Comments
 (0)