cpython/Objects
Mark Shannon f02fa64bf2
GH-100762: Don't call gen.throw() in gen.close(), unless necessary. (GH-101013)
* Store exception stack depth in YIELD_VALUE's oparg and use it avoid expensive gen.throw() in gen.close() where possible.
2023-01-24 17:25:37 +00:00
..
clinic gh-100268: Add is_integer method to int (#100439) 2022-12-23 18:30:27 -08:00
stringlib
abstract.c
boolobject.c
bytearrayobject.c
bytes_methods.c
bytesobject.c gh-101056: Fix memory leak in formatfloat() in bytesobject.c (#101057) 2023-01-16 16:16:07 +05:30
call.c
capsule.c
cellobject.c
classobject.c
codeobject.c GH-100117: Make co_lines more efficient (GH-100447) 2023-01-10 10:56:53 +00:00
complexobject.c
descrobject.c GH-100942: Fix incorrect cast in property_copy(). (#100965) 2023-01-12 16:13:56 -06:00
dictnotes.txt
dictobject.c
enumobject.c
exception_handling_notes.txt
exceptions.c
fileobject.c
floatobject.c
frame_layout.md
frameobject.c GH-100982: Add COMPARE_AND_BRANCH instruction (GH-100983) 2023-01-16 12:35:21 +00:00
funcobject.c gh-86682: Adds sys._getframemodulename as an alternative to using _getframe (GH-99520) 2023-01-13 11:31:06 +00:00
genericaliasobject.c
genobject.c GH-100762: Don't call gen.throw() in gen.close(), unless necessary. (GH-101013) 2023-01-24 17:25:37 +00:00
interpreteridobject.c
iterobject.c
listobject.c gh-100146: Steal references from stack when building a list (#100147) 2023-01-03 10:49:49 -08:00
listsort.txt
lnotab_notes.txt
locations.md
longobject.c gh-101037: Fix potential memory underallocation for zeros of int subtypes (#101038) 2023-01-21 10:23:59 +00:00
memoryobject.c
methodobject.c
moduleobject.c gh-99947: Ensure unreported errors are chained for SystemError during import (GH-99946) 2022-12-23 15:43:19 -08:00
namespaceobject.c
object.c gh-59956: Allow the "Trashcan" Mechanism to Work Without a Thread State (gh-101209) 2023-01-23 08:30:20 -07:00
object_layout.md
object_layout_312.gv
object_layout_312.png
object_layout_full_312.gv
object_layout_full_312.png
obmalloc.c gh-81057: Move More Globals to _PyRuntimeState (gh-100092) 2022-12-07 15:56:31 -07:00
odictobject.c
picklebufobject.c
rangeobject.c gh-100726: Optimize construction of range object for medium sized integers (#100810) 2023-01-21 19:33:08 +00:00
README
setobject.c
sliceobject.c
structseq.c
tupleobject.c GH-100110: Specialize FOR_ITER for tuples (GH-100109) 2022-12-09 10:27:01 +00:00
typeobject.c GH-81381: Add longer comment _PyType_AllocNoTrack() (GH-100954) 2023-01-12 10:03:50 -08:00
typeslots.inc
typeslots.py
unicodectype.c
unicodeobject.c gh-90111: Minor Cleanup for Runtime-Global Objects (gh-100254) 2022-12-14 11:53:57 -07:00
unicodetype_db.h
unionobject.c
weakrefobject.c

Source files for various builtin objects