/
githubmirror
/
cpython
ОбзорДокументацияВойти
/
githubmirror
/
cpython
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
cpython/
Objects/
..
clinic

gh-78959: Add order parameter to memoryview.cast() (GH-153663)

7 дней назад
mimalloc

gh-151065: Copy fix for memory leak from mimalloc upstream (GH-151066)

2 месяца назад
stringlib

gh-146102: Fix type slot_bf_getbuffer() error handling (#151346)

2 месяца назад
README

Issue #18093: Factor out the programs that embed the runtime

12 лет назад
abstract.c

gh-141510 Add frozendict fast paths to abstract.c (#150692)

2 месяца назад
boolobject.c

gh-111178: remove redundant casts for functions with correct signatures (#131673)

год назад
bytearrayobject.c

gh-153419: Fix several issues around bytearray __init__ (#153498)

17 дней назад
bytes_methods.c

gh-150285: Fix too long docstrings in builtins (GH-150293)

3 месяца назад
bytesobject.c

gh-153419: Fix several issues around bytearray __init__ (#153498)

17 дней назад
call.c

gh-145779: Improve classmethod/staticmethod scaling in free-threaded build (#145826)

5 месяцев назад
capsule.c

gh-76595: PyCapsule_Import() now imports submodules if needed (GH-6898)

6 часов назад
cellobject.c

gh-127271: Replace use of PyCell_GET/SET (gh-127272)

2 года назад
classobject.c

gh-145779: Improve classmethod/staticmethod scaling in free-threaded build (#145826)

5 месяцев назад
codeobject.c

gh-150546: Fix cleanup for replacement_locations in _PyCode_New() (#150549)

18 дней назад
complexobject.c

gh-141004: soft-deprecate Py_INFINITY macro (#141033)

9 месяцев назад
descrobject.c

gh-154044: Fix data race on descriptor __qualname__ in free-threading build (#154691)

7 дней назад
dictnotes.txt

bpo-46845: Reduce dict size when all keys are Unicode (GH-31564)

4 года назад
dictobject.c

gh-154709: Fix out-of-bounds access in dict reverse iterator (GH-154721)

12 дней назад
enumobject.c

gh-153932: protect read of en_index during enumerate.reduce (GH-154118)

22 дня назад
exceptions.c

gh-153785: Generate `AttributeError` messages from context (#153786)

18 дней назад
fileobject.c

gh-130821: Add type information to error messages for invalid return type (GH-130835)

год назад
floatobject.c

gh-150285: Fix too long docstrings in builtins (GH-150293)

3 месяца назад
frameobject.c

gh-102960: Make frames weak-referenceable (#152838)

месяц назад
funcobject.c

gh-153531: fix thread safety of setting func.__doc__ and func.__module__ (#154851)

13 дней назад
genericaliasobject.c

gh-154043: Fix a data race when iterating a shared `types.GenericAlias` iterator in FT build (#154108)

17 дней назад
genobject.c

gh-151436: Fix missing `tstate->last_profiled_frame` updates (#151437)

2 месяца назад
interpolationobject.c

gh-150319: Replace all documentation which says "See PEP 585" (#150325)

2 месяца назад
iterobject.c

gh-130821: Add type information to error messages for invalid return type (GH-130835)

год назад
lazyimportobject.c

PEP 810 - Update some error strings (#150126)

3 месяца назад
listobject.c

gh-150319: Replace all documentation which says "See PEP 585" (#150325)

2 месяца назад
listsort.txt

gh-135551: Change how sorting picks minimum run length (#135553)

год назад
longobject.c

gh-151218: Replace sys.flags in PyConfig_Set() (#151402)

2 месяца назад
memoryobject.c

gh-78959: Add order parameter to memoryview.cast() (GH-153663)

7 дней назад
methodobject.c

gh-135607: remove null checking of weakref list in dealloc of extension modules and objects (#135614)

год назад
moduleobject.c

gh-153236: Propagate lazy submodule import errors (#153237)

24 дня назад
namespaceobject.c

gh-143636: fix a crash when calling ``__replace__`` on invalid `SimpleNamespace` instances (#143655)

5 месяцев назад
object.c

gh-154401: Skip fetching the thread state for non-GC types in `_Py_Dealloc` (GH-154430)

19 дней назад
object_layout.md

GH-115776: Allow any fixed sized object to have inline values (GH-123192)

2 года назад
object_layout_312.gv

GH-115776: Embed the values array into the object, for "normal" Python objects. (GH-116115)

2 года назад
object_layout_312.png

gh-71648: Optimize PNG files (GH-138842)

год назад
object_layout_313.gv

GH-115776: Embed the values array into the object, for "normal" Python objects. (GH-116115)

2 года назад
object_layout_313.png

gh-71648: Optimize PNG files (GH-138842)

год назад
object_layout_full_312.gv

GH-96068: Document object layout (GH-96069)

4 года назад
object_layout_full_312.png

gh-71648: Optimize PNG files (GH-138842)

год назад
object_layout_full_313.gv

GH-115776: Embed the values array into the object, for "normal" Python objects. (GH-116115)

2 года назад
object_layout_full_313.png

gh-71648: Optimize PNG files (GH-138842)

год назад
obmalloc.c

gh-151297: Fix undefined behavior in `_PyObject_MiRealloc` (GH-151358)

2 месяца назад
odictobject.c

gh-151627: fix thread safety of OrderedDict iterator creation (#151688)

10 дней назад
picklebufobject.c

gh-135607: remove null checking of weakref list in dealloc of extension modules and objects (#135614)

год назад
rangeobject.c

gh-129068: Make range iterators thread-safe (gh-142886)

8 месяцев назад
sentinelobject.c

gh-148829: Make sentinels' repr and module customizable (#149654)

3 месяца назад
setobject.c

gh-152235: Defer GC tracking in set.union and set.difference (gh-152290)

месяц назад
sliceobject.c

gh-150319: Replace all documentation which says "See PEP 585" (#150325)

2 месяца назад
structseq.c

gh-148119: Refactor `get_type_attr_as_size` to improve error handling in `structseq.c` (#148120)

4 месяца назад
templateobject.c

gh-150319: Replace all documentation which says "See PEP 585" (#150325)

2 месяца назад
tupleobject.c

gh-150285: Fix too long docstrings in GenericAlias and __class_getitem__ (GH-151354)

2 месяца назад
typeobject.c

gh-145685: Remove `_PySeqLock` that is not used anymore (gh-155243)

5 дней назад
typevarobject.c

gh-151955: Allow more ParamSpec and TypeVarTuple bounds (#151956)

2 месяца назад
unicode_format.c

gh-151845: Fix formatfloat() return-value contract in unicode_format.c (#151846)

2 месяца назад
unicode_formatter.c

gh-139353: Rename formatter_unicode.c to unicode_formatter.c (#139723)

10 месяцев назад
unicode_writer.c

gh-146196: Fix Undefined Behavior in _PyUnicodeWriter_WriteASCIIString() (#146201)

5 месяцев назад
unicodectype.c

gh-129117: Add unicodedata.isxidstart() function (#140269)

9 месяцев назад
unicodeobject.c

gh-155006: Encode an error handler's replacement strictly (GH-155008)

8 дней назад
unicodetype_db.h

closes gh-138706: update Unicode to 17.0.0 (#138719)

год назад
unionobject.c

gh-150319: Replace all documentation which says "See PEP 585" (#150325)

2 месяца назад
weakrefobject.c

gh-80384: Check that callback is callable at weak reference creation (GH-151145)

2 месяца назад
README
Source files for various builtin objects