This website requires JavaScript.
Explore
Help
Sign in
ilusha
/
cpython
Watch
1
Star
0
Fork
You've already forked cpython
0
mirror of
https://github.com/python/cpython
synced
2026-09-27 02:33:18 +03:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
e7dafdc224
cpython
/
Objects
History
Download ZIP
Download TAR.GZ
James Hilton-Balfe
e7dafdc224
gh-110209: Add __class_getitem__ for generator and coroutine (
#110212
)
2024-05-06 18:41:32 -07:00
..
clinic
gh-116126: Implement PEP 696 (
#116129
)
2024-05-03 06:17:32 -07:00
mimalloc
gh-117755: Fix mimalloc for huge allocation on s390x (
#117809
)
2024-04-16 20:34:12 +00:00
stringlib
gh-117431: Adapt bytes and bytearray .find() and friends to Argument Clinic (
#117502
)
2024-04-12 07:40:55 +00:00
abstract.c
boolobject.c
bytearrayobject.c
gh-117431: Adapt bytes and bytearray .find() and friends to Argument Clinic (
#117502
)
2024-04-12 07:40:55 +00:00
bytes_methods.c
gh-117431: Adapt bytes and bytearray .find() and friends to Argument Clinic (
#117502
)
2024-04-12 07:40:55 +00:00
bytesobject.c
gh-117431: Adapt bytes and bytearray .find() and friends to Argument Clinic (
#117502
)
2024-04-12 07:40:55 +00:00
call.c
capsule.c
cellobject.c
classobject.c
gh-118362: Fix thread safety around lookups from the type cache in the face of concurrent mutators (
#118454
)
2024-05-06 10:50:35 -07:00
codeobject.c
gh-118527: Intern code consts in free-threaded build (
#118667
)
2024-05-06 20:12:39 -04:00
complexobject.c
descrobject.c
gh-117376: Partial implementation of deferred reference counting (
#117696
)
2024-04-12 17:36:20 +00:00
dictnotes.txt
dictobject.c
gh-112075: Fix race in constructing dict for instance (
#118499
)
2024-05-06 23:31:09 +00:00
enumobject.c
exception_handling_notes.txt
exceptions.c
fileobject.c
floatobject.c
frame_layout.md
frameobject.c
GH-115709: Invalidate executors when a local variable is changed via frame.f_locals (
#118639
)
2024-05-06 21:21:06 +00:00
funcobject.c
gh-117657: Disable the function/code cache in free-threaded builds (
#118301
)
2024-05-03 16:21:04 -04:00
genericaliasobject.c
gh-117764: Fix and add signatures for many builtins (GH-117769)
2024-04-12 13:56:41 +03:00
genobject.c
gh-110209: Add __class_getitem__ for generator and coroutine (
#110212
)
2024-05-06 18:41:32 -07:00
iterobject.c
listobject.c
gh-117657: Fix TSAN list set failure (
#118260
)
2024-05-02 13:03:05 -07:00
listsort.txt
lnotab_notes.txt
locations.md
longobject.c
fix formatting of literal in docstring of int.from_bytes and int.to_bytes (
#117847
)
2024-04-18 09:01:58 +00:00
memoryobject.c
gh-117764: Fix and add signatures for many builtins (GH-117769)
2024-04-12 13:56:41 +03:00
methodobject.c
moduleobject.c
gh-116322: Rename PyModule_ExperimentalSetGIL to PyUnstable_Module_SetGIL (GH-118645)
2024-05-06 18:59:36 +02:00
namespaceobject.c
gh-108191: Add support of positional argument in SimpleNamespace constructor (GH-108195)
2024-04-25 00:39:54 +03:00
object.c
gh-112075: Fix race in constructing dict for instance (
#118499
)
2024-05-06 23:31:09 +00:00
object_layout.md
object_layout_312.gv
object_layout_312.png
object_layout_313.gv
object_layout_313.png
object_layout_full_312.gv
object_layout_full_312.png
object_layout_full_313.gv
object_layout_full_313.png
obmalloc.c
odictobject.c
picklebufobject.c
rangeobject.c
gh-117764: Fix and add signatures for many builtins (GH-117769)
2024-04-12 13:56:41 +03:00
README
setobject.c
gh-118527: Intern code consts in free-threaded build (
#118667
)
2024-05-06 20:12:39 -04:00
sliceobject.c
gh-117764: Add docstrings and signatures for the types of None, Ellipsis and NotImplemented (GH-117813)
2024-04-12 15:45:23 +03:00
structseq.c
gh-117764: Add docstrings and signatures for the __replace__ methods (GH-117768)
2024-04-12 08:46:20 +00:00
tupleobject.c
gh-117439: Make refleak checking thread-safe without the GIL (
#117469
)
2024-04-08 12:11:36 -04:00
typeobject.c
gh-118362: Fix thread safety around lookups from the type cache in the face of concurrent mutators (
#118454
)
2024-05-06 10:50:35 -07:00
typeslots.inc
typeslots.py
typevarobject.c
gh-116126: Implement PEP 696 (
#116129
)
2024-05-03 06:17:32 -07:00
unicodectype.c
unicodeobject.c
gh-116322: Add Py_mod_gil module slot (
#116882
)
2024-05-03 11:30:55 -04:00
unicodetype_db.h
unionobject.c
weakrefobject.c
gh-118519: Fix empty weakref list check (
#118520
)
2024-05-02 13:03:29 -07:00
README
Source files for various builtin objects