cpython/Doc/c-api
Mienxiu f07ca27709
C-API docs: Clarify the size of arenas (#110895)
Clarify the size of arenas

From 3.10.0 alpha 7, the pymalloc allocator uses arenas with a fixed size of 1
MiB on 64-bit platforms instead of 256 KiB on 32-bit platforms.
2023-10-16 19:52:13 +01:00
..
abstract.rst
allocation.rst
apiabiversion.rst
arg.rst gh-110815: Support non-ASCII keyword names in PyArg_ParseTupleAndKeywords() (GH-110816) 2023-10-14 08:50:03 +03:00
bool.rst
buffer.rst
bytearray.rst
bytes.rst
call.rst
capsule.rst
cell.rst
code.rst
codec.rst
complex.rst
concrete.rst
contextvars.rst
conversion.rst
coro.rst
datetime.rst gh-107298: Fix C API datetime documentation (GH-108034) 2023-08-21 21:15:46 +03:00
descriptor.rst
dict.rst Improve some C API documentation (GH-108768) 2023-09-01 22:21:39 +03:00
exceptions.rst Fix typos in docs and comments (#109619) 2023-09-20 16:58:23 +00:00
file.rst
float.rst
frame.rst
function.rst
gcsupport.rst
gen.rst
import.rst
index.rst
init.rst gh-108867: Add PyThreadState_GetUnchecked() function (#108870) 2023-10-03 16:53:51 +00:00
init_config.rst gh-110722: Add PYTHON_PRESITE to import a module before site.py is run (#110769) 2023-10-14 23:32:57 +02:00
intro.rst gh-107298: Document PyMODINIT_FUNC macro (#109236) 2023-09-14 14:56:43 +02:00
iter.rst
iterator.rst
list.rst
long.rst gh-108444: Add PyLong_AsInt() public function (#108445) 2023-08-24 23:55:30 +02:00
mapping.rst gh-108511: Add C API functions which do not silently ignore errors (GH-109025) 2023-09-17 14:23:31 +03:00
marshal.rst
memory.rst C-API docs: Clarify the size of arenas (#110895) 2023-10-16 19:52:13 +01:00
memoryview.rst
method.rst
module.rst gh-107298: Fix numerous ref errors and typos in the C API docs (GH-108258) 2023-08-22 15:50:30 +03:00
none.rst
number.rst
object.rst gh-107073: Make PyObject_VisitManagedDict() public (#108763) 2023-10-02 19:24:08 +02:00
objimpl.rst
perfmaps.rst
refcounting.rst
reflection.rst
sequence.rst
set.rst gh-110527: Improve PySet_Clear docs (#110528) 2023-10-16 15:05:09 +02:00
slice.rst
stable.rst Fix misc doc typos (#108592) 2023-08-29 00:14:21 +00:00
structures.rst gh-110803: Reorganize docs for what PyType_Slot doesn't cover (GH-110813) 2023-10-13 14:51:48 +02:00
sys.rst gh-85283: Add PySys_AuditTuple() function (#108965) 2023-10-05 21:59:35 +00:00
tuple.rst
type.rst gh-110803: Reorganize docs for what PyType_Slot doesn't cover (GH-110813) 2023-10-13 14:51:48 +02:00
typehints.rst
typeobj.rst gh-107073: Make PyObject_VisitManagedDict() public (#108763) 2023-10-02 19:24:08 +02:00
unicode.rst gh-110289: C API: Add PyUnicode_EqualToUTF8() and PyUnicode_EqualToUTF8AndSize() functions (GH-110297) 2023-10-11 16:41:58 +03:00
utilities.rst
veryhigh.rst
weakref.rst