cpython/Objects
Victor Stinner 584e55bd34
gh-99300: Use Py_NewRef() in Objects/ directory (#99335)
Replace Py_INCREF() and Py_XINCREF() with Py_NewRef() and
Py_XNewRef() in C files of the Objects/ directory.
2022-11-10 22:22:02 +01: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 gh-99300: Use Py_NewRef() in Objects/ directory (#99332) 2022-11-10 16:27:32 +01:00
boolobject.c gh-99300: Use Py_NewRef() in Objects/ directory (#99332) 2022-11-10 16:27:32 +01:00
bytearrayobject.c
bytes_methods.c
bytesobject.c gh-99300: Use Py_NewRef() in Objects/ directory (#99332) 2022-11-10 16:27:32 +01:00
call.c gh-99300: Use Py_NewRef() in Objects/ directory (#99332) 2022-11-10 16:27:32 +01:00
capsule.c
cellobject.c gh-99300: Use Py_NewRef() in Objects/ directory (#99332) 2022-11-10 16:27:32 +01:00
classobject.c gh-99300: Use Py_NewRef() in Objects/ directory (#99332) 2022-11-10 16:27:32 +01:00
codeobject.c gh-99300: Use Py_NewRef() in Objects/ directory (#99332) 2022-11-10 16:27:32 +01:00
complexobject.c gh-99300: Use Py_NewRef() in Objects/ directory (#99332) 2022-11-10 16:27:32 +01:00
descrobject.c gh-99300: Use Py_NewRef() in Objects/ directory (#99332) 2022-11-10 16:27:32 +01:00
dictnotes.txt
dictobject.c gh-99300: Use Py_NewRef() in Objects/dictobject.c (#99333) 2022-11-10 16:27:53 +01:00
enumobject.c gh-99300: Use Py_NewRef() in Objects/ directory (#99335) 2022-11-10 22:22:02 +01:00
exception_handling_notes.txt
exceptions.c gh-99300: Use Py_NewRef() in Objects/ directory (#99335) 2022-11-10 22:22:02 +01:00
fileobject.c gh-96670: Raise SyntaxError when parsing NULL bytes (#97594) 2022-09-27 23:23:42 +01:00
floatobject.c gh-99300: Use Py_NewRef() in Objects/ directory (#99335) 2022-11-10 22:22:02 +01:00
frame_layout.md GH-96421: Insert shim frame on entry to interpreter (GH-96319) 2022-11-10 12:34:57 +00:00
frameobject.c gh-99300: Use Py_NewRef() in Objects/ directory (#99335) 2022-11-10 22:22:02 +01:00
funcobject.c gh-99300: Use Py_NewRef() in Objects/ directory (#99335) 2022-11-10 22:22:02 +01:00
genericaliasobject.c gh-99300: Use Py_NewRef() in Objects/ directory (#99335) 2022-11-10 22:22:02 +01:00
genobject.c gh-99300: Use Py_NewRef() in Objects/ directory (#99335) 2022-11-10 22:22:02 +01:00
interpreteridobject.c
iterobject.c gh-99300: Use Py_NewRef() in Objects/ directory (#99335) 2022-11-10 22:22:02 +01:00
listobject.c gh-99300: Use Py_NewRef() in Objects/listobject.c (#99336) 2022-11-10 22:09:18 +01:00
listsort.txt
lnotab_notes.txt
locations.md
longobject.c Correct some typos in comments (GH-98194) 2022-11-06 08:54:44 -08:00
memoryobject.c gh-90751: memoryview now supports half-float (#96738) 2022-09-10 22:44:10 +02:00
methodobject.c
moduleobject.c gh-98627: Use a Switch in PyModule_FromDefAndSpec2() (gh-98734) 2022-10-26 21:20:54 -06:00
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 obmalloc: Remove unused variable. (GH-98770) 2022-10-27 09:06:49 -07:00
odictobject.c
picklebufobject.c
rangeobject.c
README
setobject.c
sliceobject.c
structseq.c
tupleobject.c
typeobject.c gh-98284: better error message for undefined abstractmethod (#97971) 2022-11-05 09:31:57 -07:00
typeslots.inc
typeslots.py
unicodectype.c
unicodeobject.c gh-90868: Adjust the Generated Objects (gh-99223) 2022-11-08 10:03:03 -07:00
unicodetype_db.h bpo-47243: Duplicate entry in 'Objects/unicodetype_db.h' (GH-32376) 2022-09-28 06:57:14 -07:00
unionobject.c
weakrefobject.c

Source files for various builtin objects