cpython/Doc/c-api
Miss Islington (bot) 00791f23b7
gh-102383: [docs] Arguments of PyObject_CopyData are PyObject * (GH-102390)
(cherry picked from commit 7b9132057d)

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
2023-03-03 09:27:20 -08:00
..
abstract.rst
allocation.rst
apiabiversion.rst Docs: Use PY_VERSION_HEX for version comparison (GH-100179) 2022-12-16 23:49:49 -08:00
arg.rst gh-98712: Clarify "readonly bytes-like object" semantics in C arg-parsing docs (GH-98710) 2022-12-23 07:08:11 -08:00
bool.rst
buffer.rst gh-102383: [docs] Arguments of PyObject_CopyData are PyObject * (GH-102390) 2023-03-03 09:27:20 -08:00
bytearray.rst
bytes.rst
call.rst
capsule.rst
cell.rst
code.rst Add missing versionadded directive for PyCode_Addr2Location (GH-101347) 2023-02-03 19:40:51 -08:00
codec.rst
complex.rst
concrete.rst
contextvars.rst
conversion.rst
coro.rst
datetime.rst
descriptor.rst
dict.rst GH-101898: Fix missing term references for hashable definition (GH-101899) 2023-02-14 02:45:42 -08:00
exceptions.rst
file.rst
float.rst
frame.rst
function.rst
gcsupport.rst
gen.rst
import.rst
index.rst
init.rst Fix typo in Py_GetPythonHome signature (GH-102168) 2023-02-23 05:38:08 -08:00
init_config.rst
intro.rst
iter.rst
iterator.rst
list.rst
long.rst [docs] Mention how to get/set a bigint PyLong via the C API (GH-101270) 2023-01-23 21:31:06 -08:00
mapping.rst
marshal.rst
memory.rst
memoryview.rst
method.rst
module.rst gh-101973: Fix parameter reference for PyModule_FromDefAndSpec (GH-101976) 2023-02-17 00:50:46 -08:00
none.rst
number.rst
objbuffer.rst
object.rst GH-101898: Fix missing term references for hashable definition (GH-101899) 2023-02-14 02:45:42 -08:00
objimpl.rst
refcounting.rst
reflection.rst
sequence.rst
set.rst
slice.rst
stable.rst
structures.rst
sys.rst
tuple.rst
type.rst
typehints.rst
typeobj.rst docs: fix ssizeobjargproc parameters (GH-100736) 2023-01-04 07:40:06 -08:00
unicode.rst
utilities.rst
veryhigh.rst
weakref.rst