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
descriptor.rst
dict.rst
exceptions.rst
file.rst
float.rst
frame.rst
function.rst
gcsupport.rst
gen.rst
import.rst
index.rst
init.rst
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
iter.rst
iterator.rst
list.rst
long.rst
mapping.rst
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
none.rst
number.rst
object.rst
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
structures.rst
sys.rst
tuple.rst
type.rst
typehints.rst
typeobj.rst
unicode.rst
utilities.rst
veryhigh.rst
weakref.rst