cpython/Doc/c-api
Irit Katriel ad23df97ed
[3.11] [doc] fix typo in reference to tp_descr_get and tp_descr_set (GH-94140) (GH-94293)
(cherry picked from commit 32d595fdcd)

Co-authored-by: Max Bachmann <kontakt@maxbachmann.de>

Co-authored-by: Max Bachmann <kontakt@maxbachmann.de>
2022-06-26 11:11:19 +01:00
..
abstract.rst
allocation.rst
apiabiversion.rst Doc: some rst linting. (GH-30149) 2021-12-17 13:55:03 +01:00
arg.rst Document Py_ssize_t. (GH-92512) 2022-05-13 06:32:05 -07:00
bool.rst
buffer.rst bpo-45459: Add Py_buffer to limited API (GH-29991) 2022-02-02 07:03:10 -08:00
bytearray.rst gh-89653: PEP 670: Convert PyBytes macros to functions (#91990) 2022-05-03 20:14:58 +02:00
bytes.rst Document Py_ssize_t. (GH-92512) 2022-05-13 06:32:05 -07:00
call.rst gh-87961: Remove outdated notes from functions that aren't in the Limited API (GH-93581) (GH-93604) 2022-06-10 16:04:23 +02:00
capsule.rst bpo-45855: document that no_block has no use anymore in PyCapsule_Import (#29665) 2021-12-12 10:49:50 +01:00
cell.rst
code.rst gh-92154: Expose PyCode_GetCode in the C API (GH-92168) 2022-05-03 21:13:13 +08:00
codec.rst
complex.rst
concrete.rst bpo-46836: Add Doc/c-api/frame.rst (GH-32051) 2022-03-23 13:19:13 +01:00
contextvars.rst
conversion.rst
coro.rst
datetime.rst
descriptor.rst
dict.rst
exceptions.rst [3.11] GH-92431: Fix footnotes in Doc/c-api/exceptions.rst (GH-92432) (GH-92469) 2022-05-08 08:28:56 -07:00
file.rst
float.rst bpo-46906: Mention native endian in PyFloat_Pack8() doc (GH-31866) 2022-03-14 16:51:51 +01:00
frame.rst bpo-40421: Cleanup PyFrame C API (GH-32417) 2022-04-19 09:53:10 +02:00
function.rst
gcsupport.rst bpo-28737: Document when tp_dealloc should call PyObject_GC_UnTrack() (GH-29246) 2021-10-27 21:15:13 +02:00
gen.rst
import.rst bpo-46608: exclude marshalled-frozen data if deep-freezing to save 300 KB space (GH-31074) 2022-02-04 09:57:03 -08:00
index.rst
init.rst gh-88279: Deprecate PySys_SetArgvEx() (#92363) 2022-05-06 05:24:29 +02:00
init_config.rst Doc: Update references and examples of old, unsupported OSes and uarches (GH-92791) (GH-93638) 2022-06-09 16:15:33 +02:00
intro.rst Document Py_ssize_t. (GH-92512) 2022-05-13 06:32:05 -07:00
iter.rst More minor fixes to C API docs (GH-31525) 2022-04-02 12:31:05 -07:00
iterator.rst
list.rst gh-89653: PEP 670: Amend docs (GH-91813) 2022-04-22 14:59:18 +02:00
long.rst More minor fixes to C API docs (GH-31525) 2022-04-02 12:31:05 -07:00
mapping.rst More minor fixes to C API docs (GH-31525) 2022-04-02 12:31:05 -07:00
marshal.rst
memory.rst c-api docs: There are five fields, not four (GH-32379) 2022-04-07 07:02:54 -07:00
memoryview.rst bpo-46140: take more Py_buffer arguments as const * (GH-30217) 2021-12-22 15:07:46 +02:00
method.rst More minor fixes to C API docs (GH-31525) 2022-04-02 12:31:05 -07:00
module.rst
none.rst
number.rst Document Py_ssize_t. (GH-92512) 2022-05-13 06:32:05 -07:00
objbuffer.rst
object.rst Document Py_ssize_t. (GH-92512) 2022-05-13 06:32:05 -07:00
objimpl.rst
refcounting.rst gh-91755: Document Py_IncRef and Py_DecRef as C functions (GH-91805) 2022-05-18 02:00:22 -07:00
reflection.rst bpo-46836: Add Doc/c-api/frame.rst (GH-32051) 2022-03-23 13:19:13 +01:00
sequence.rst More minor fixes to C API docs (GH-31525) 2022-04-02 12:31:05 -07:00
set.rst More minor fixes to C API docs (GH-31525) 2022-04-02 12:31:05 -07:00
slice.rst
stable.rst
structures.rst gh-87961: Remove outdated notes from functions that aren't in the Limited API (GH-93581) (GH-93604) 2022-06-10 16:04:23 +02:00
sys.rst Document Py_ssize_t. (GH-92512) 2022-05-13 06:32:05 -07:00
tuple.rst gh-89653: PEP 670: Amend docs (GH-91813) 2022-04-22 14:59:18 +02:00
type.rst More minor fixes to C API docs (GH-31525) 2022-04-02 12:31:05 -07:00
typehints.rst Clean up initialization __class_getitem__ with Py_GenericAlias. (GH-28450) 2021-09-19 18:05:30 +03:00
typeobj.rst [3.11] [doc] fix typo in reference to tp_descr_get and tp_descr_set (GH-94140) (GH-94293) 2022-06-26 11:11:19 +01:00
unicode.rst Document Py_ssize_t. (GH-92512) 2022-05-13 06:32:05 -07:00
utilities.rst
veryhigh.rst bpo-46836: Add Doc/c-api/frame.rst (GH-32051) 2022-03-23 13:19:13 +01:00
weakref.rst gh-89653: PEP 670: Amend docs (GH-91813) 2022-04-22 14:59:18 +02:00