-
-
Notifications
You must be signed in to change notification settings - Fork 30.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into fix-ntpath.abspath
- Loading branch information
Showing
510 changed files
with
11,712 additions
and
4,432 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -355,7 +355,7 @@ slot typedefs | |
+-----------------------------+-----------------------------+----------------------+ | ||
| :c:type:`newfunc` | .. line-block:: | :c:type:`PyObject` * | | ||
| | | | | ||
| | :c:type:`PyObject` * | | | ||
| | :c:type:`PyTypeObject` * | | | ||
| | :c:type:`PyObject` * | | | ||
| | :c:type:`PyObject` * | | | ||
+-----------------------------+-----------------------------+----------------------+ | ||
|
@@ -2230,7 +2230,7 @@ This is done by filling a :c:type:`PyType_Spec` structure and calling | |
.. _number-structs: | ||
|
||
Number Object Structures | ||
======================== | ||
------------------------ | ||
|
||
.. sectionauthor:: Amaury Forgeot d'Arc | ||
|
||
|
@@ -2344,7 +2344,7 @@ Number Object Structures | |
.. _mapping-structs: | ||
|
||
Mapping Object Structures | ||
========================= | ||
------------------------- | ||
|
||
.. sectionauthor:: Amaury Forgeot d'Arc | ||
|
||
|
@@ -2381,7 +2381,7 @@ Mapping Object Structures | |
.. _sequence-structs: | ||
|
||
Sequence Object Structures | ||
========================== | ||
-------------------------- | ||
|
||
.. sectionauthor:: Amaury Forgeot d'Arc | ||
|
||
|
@@ -2461,7 +2461,7 @@ Sequence Object Structures | |
.. _buffer-structs: | ||
|
||
Buffer Object Structures | ||
======================== | ||
------------------------ | ||
|
||
.. sectionauthor:: Greg J. Stein <[email protected]> | ||
.. sectionauthor:: Benjamin Peterson | ||
|
@@ -2556,7 +2556,7 @@ Buffer Object Structures | |
|
||
|
||
Async Object Structures | ||
======================= | ||
----------------------- | ||
|
||
.. sectionauthor:: Yury Selivanov <[email protected]> | ||
|
||
|
@@ -2624,7 +2624,7 @@ Async Object Structures | |
.. _slot-typedefs: | ||
|
||
Slot Type typedefs | ||
================== | ||
------------------ | ||
|
||
.. c:type:: PyObject *(*allocfunc)(PyTypeObject *cls, Py_ssize_t nitems) | ||
|
@@ -2647,7 +2647,7 @@ Slot Type typedefs | |
See :c:member:`~PyTypeObject.tp_free`. | ||
|
||
.. c:type:: PyObject *(*newfunc)(PyObject *, PyObject *, PyObject *) | ||
.. c:type:: PyObject *(*newfunc)(PyTypeObject *, PyObject *, PyObject *) | ||
See :c:member:`~PyTypeObject.tp_new`. | ||
|
||
|
@@ -2733,7 +2733,7 @@ Slot Type typedefs | |
.. _typedef-examples: | ||
|
||
Examples | ||
======== | ||
-------- | ||
|
||
The following are simple examples of Python type definitions. They | ||
include common usage you may encounter. Some demonstrate tricky corner | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.