cpython/Objects
MonadChains c60b3b3cca
gh-98421: Clean Up PyObject_Print (GH-98422)
Work on test coverage for `PyObject_Print` made it clear that some lines can't get executed.
Simplify the function by excluding the checks for non-string types.
Also eliminate creating a temporary bytes object.
2022-10-20 15:59:10 +02:00
..
clinic gh-96526: Clarify format and __format__ docstrings (gh-96648) 2022-10-03 15:28:02 -07:00
stringlib gh-97982: Remove asciilib_count() (#98164) 2022-10-11 17:59:58 +02:00
abstract.c
asm_trampoline.S
boolobject.c
bytearrayobject.c
bytes_methods.c
bytesobject.c
call.c
capsule.c
cellobject.c
classobject.c
codeobject.c gh-95756: Free and NULL-out code caches when needed (GH-98181) 2022-10-11 23:11:46 +08:00
complexobject.c
descrobject.c gh-95196: Disable incorrect pickling of the C implemented classmethod descriptors (GH-96383) 2022-10-05 14:21:16 +03:00
dictnotes.txt
dictobject.c gh-91052: Add PyDict_Unwatch for unwatching a dictionary (#98055) 2022-10-07 17:37:46 -07:00
enumobject.c
exception_handling_notes.txt
exceptions.c gh-97591: In Exception.__setstate__() acquire strong references before calling tp_hash slot (#97700) 2022-10-01 20:57:17 -07:00
fileobject.c
floatobject.c
frame_layout.md
frameobject.c gh-95756: Free and NULL-out code caches when needed (GH-98181) 2022-10-11 23:11:46 +08:00
funcobject.c gh-97943: PyFunction_GetAnnotations should return a borrowed reference. (#97949) 2022-10-06 12:23:20 -07:00
genericaliasobject.c
genobject.c gh-96348: Deprecate the 3-arg signature of coroutine.throw and generator.throw (GH-96428) 2022-09-30 09:43:02 +01:00
interpreteridobject.c
iterobject.c gh-96348: Deprecate the 3-arg signature of coroutine.throw and generator.throw (GH-96428) 2022-09-30 09:43:02 +01:00
listobject.c gh-97616: list_resize() checks for integer overflow (#97617) 2022-09-29 00:07:07 +02:00
listsort.txt
lnotab_notes.txt
locations.md
longobject.c gh-98417: Store int_max_str_digits on the Interpreter State (GH-98418) 2022-10-19 13:27:46 -07:00
memoryobject.c
methodobject.c
moduleobject.c
namespaceobject.c
object.c gh-98421: Clean Up PyObject_Print (GH-98422) 2022-10-20 15:59:10 +02:00
object_layout.md
object_layout_312.gv
object_layout_312.png
object_layout_full_312.gv
object_layout_full_312.png
obmalloc.c
odictobject.c
perf_trampoline.c
picklebufobject.c
rangeobject.c
README
setobject.c
sliceobject.c
structseq.c
tupleobject.c
typeobject.c gh-96526: Clarify format and __format__ docstrings (gh-96648) 2022-10-03 15:28:02 -07:00
typeslots.inc
typeslots.py
unicodectype.c
unicodeobject.c gh-98393: os module reject bytes-like, only accept bytes (#98394) 2022-10-18 17:52:31 +02:00
unicodetype_db.h
unionobject.c
weakrefobject.c

Source files for various builtin objects