cpython/Objects
Miss Islington (bot) c96b26cb06
GH-92678: Document that you shouldn't be doing your own dictionary offset calculations. (GH-95598) (GH-95821)
Co-authored-by: Petr Viktorin <encukou@gmail.com>
Co-authored-by: Stanley <46876382+slateny@users.noreply.github.com>
Co-authored-by: Mark Shannon <mark@hotpy.org>
2022-08-09 16:22:54 +01:00
..
clinic gh-91320: Argument Clinic uses _PyCFunction_CAST() (#32210) 2022-05-03 20:25:41 +02:00
stringlib gh-84461: Silence some compiler warnings on WASM (GH-93978) 2022-06-20 05:08:14 -07:00
abstract.c Use static inline function Py_EnterRecursiveCall() (#91988) 2022-05-04 13:30:23 +02:00
accu.c
boolobject.c GH-90699: fix ref counting of static immortal strings (gh-94850) 2022-07-19 23:56:47 -07:00
bytearrayobject.c GH-91153: Handle mutating __index__ methods in bytearray item assignment (GH-94891) 2022-07-19 10:12:39 -07:00
bytes_methods.c
bytesobject.c Use static inline function Py_EnterRecursiveCall() (#91988) 2022-05-04 13:30:23 +02:00
call.c Use static inline function Py_EnterRecursiveCall() (#91988) 2022-05-04 13:30:23 +02:00
capsule.c
cellobject.c
classobject.c bpo-46764: Fix wrapping bound method with @classmethod (#31367) 2022-05-04 23:00:21 -05:00
codeobject.c gh-94936: C getters: co_varnames, co_cellvars, co_freevars (GH-95008) 2022-08-04 07:16:52 -07:00
complexobject.c
descrobject.c Use static inline function Py_EnterRecursiveCall() (#91988) 2022-05-04 13:30:23 +02:00
dictnotes.txt
dictobject.c Revert "[3.11] GH-92678: Expose managed dict clear and visit functions (GH-95246). (#95256)" (#95647) 2022-08-04 13:03:07 +01:00
enumobject.c
exception_handling_notes.txt
exceptions.c gh-95369: add missing decref in error case of exception group's split (GH-95370) 2022-07-28 04:28:46 -07:00
fileobject.c
floatobject.c Fix missing word in sys.float_info docstring (GH-93489) (GH-93495) 2022-06-04 20:23:53 +01:00
frame_layout.md
frameobject.c [3.11] GH-94739: Backport GH-94958 to 3.11 (#94965) 2022-07-25 12:11:06 +01:00
funcobject.c Fix the closure argument to PyEval_EvalCodeEx. (GH-92175) 2022-05-02 14:08:22 -06:00
genericaliasobject.c gh-94607: Fix subclassing generics (GH-94610) 2022-07-08 22:20:43 -07:00
genobject.c Add more stats for freelist use and allocations. (GH-92211) 2022-05-03 16:40:24 -06:00
interpreteridobject.c
iterobject.c
listobject.c gh-95173: Revert commit 51ed2c56a1 (GH-95176) 2022-07-24 15:01:47 -07:00
listsort.txt
lnotab_notes.txt
locations.md
longobject.c gh-90213: Speed up right shifts of negative integers (GH-30277) 2022-05-02 11:19:03 -06:00
memoryobject.c gh-92888: Fix memoryview bad __index__ use after free (GH-92946) 2022-06-18 07:40:39 -07:00
methodobject.c Use static inline function Py_EnterRecursiveCall() (#91988) 2022-05-04 13:30:23 +02:00
moduleobject.c
namespaceobject.c
object.c GH-92678: Document that you shouldn't be doing your own dictionary offset calculations. (GH-95598) (GH-95821) 2022-08-09 16:22:54 +01:00
obmalloc.c gh-94841: Ensure arena_map_get() is inlined in PyObject_Free() (GH-94842) 2022-07-14 12:04:06 -07:00
odictobject.c gh-91320: Use _PyCFunction_CAST() (#92251) 2022-05-03 21:42:14 +02:00
picklebufobject.c
rangeobject.c
README
setobject.c
sliceobject.c
structseq.c
tupleobject.c Add more stats for freelist use and allocations. (GH-92211) 2022-05-03 16:40:24 -06:00
typeobject.c GH-92678: Fix tp_dictoffset inheritance. (GH-95596) (GH-95604) 2022-08-04 12:21:38 +01:00
typeslots.inc
typeslots.py
unicodectype.c
unicodeobject.c [3.11] bpo-40514: Drop EXPERIMENTAL_ISOLATED_SUBINTERPRETERS (gh-93185) (GH-93306) 2022-05-27 17:56:30 -07:00
unicodetype_db.h
unionobject.c gh-91603: Speed up isinstance/issubclass on union types (GH-91631) 2022-04-28 23:24:19 +08:00
weakrefobject.c [3.11] gh-95324: Emit a warning if an object doesn't call PyObject_GC_UnTrack during deallocation in debug mode (GH-95325) (#95336) 2022-07-27 16:55:44 +01:00

Source files for various builtin objects