File tree 1 file changed +5
-6
lines changed
1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -507,8 +507,7 @@ The following functions and structs are used to create
507
507
The following internal fields cannot be set at all when creating a heap
508
508
type:
509
509
510
- * Internal fields:
511
- :c:member:`~PyTypeObject.tp_dict`,
510
+ * :c:member:`~PyTypeObject.tp_dict`,
512
511
:c:member:`~PyTypeObject.tp_mro`,
513
512
:c:member:`~PyTypeObject.tp_cache`,
514
513
:c:member:`~PyTypeObject.tp_subclasses`, and
@@ -528,11 +527,11 @@ The following functions and structs are used to create
528
527
:c:member:`~PyBufferProcs.bf_releasebuffer` are now available
529
528
under the :ref:`limited API <limited-c-api>`.
530
529
531
- .. versionchanged:: 3.14
530
+ .. versionchanged:: 3.14
532
531
533
- The field :c:member:`~PyTypeObject.tp_vectorcall` can now set
534
- using ``Py_tp_vectorcall``. See the field's documentation
535
- for details.
532
+ The field :c:member:`~PyTypeObject.tp_vectorcall` can now set
533
+ using ``Py_tp_vectorcall``. See the field's documentation
534
+ for details.
536
535
537
536
.. c:member:: void *pfunc
538
537
You can’t perform that action at this time.
0 commit comments