cpython/Objects
Miss Islington (bot) f812fef2f8
bpo-30570: Use Py_EnterRecursiveCall() in issubclass() (GH-29048)
* Use Py_EnterRecursiveCall() in issubclass()

Reviewed-by: Gregory P. Smith <greg@krypto.org> [Google]
(cherry picked from commit 423fa1c181)

Co-authored-by: Dennis Sweeney <36520290+sweeneyde@users.noreply.github.com>
2021-10-22 14:46:56 -07:00
..
clinic
stringlib
abstract.c bpo-30570: Use Py_EnterRecursiveCall() in issubclass() (GH-29048) 2021-10-22 14:46:56 -07:00
accu.c
boolobject.c
bytearrayobject.c
bytes_methods.c
bytesobject.c
call.c
capsule.c
cellobject.c
classobject.c
codeobject.c
complexobject.c
descrobject.c bpo-45385: Fix reference leak from descr_check (GH-28719) (GH-28779) 2021-10-07 16:48:00 +09:00
dict-common.h
dictnotes.txt
dictobject.c
enumobject.c
exceptions.c [3.10] Remove trailing spaces (GH-28709) 2021-10-03 20:03:49 +03:00
fileobject.c
floatobject.c [3.10] Fix typos in the Objects directory (GH-28766) (GH-28797) 2021-10-07 07:31:33 -07:00
frameobject.c [3.10] bpo-45355: More use of sizeof(_Py_CODEUNIT) (GH-28720). (GH-28721) 2021-10-04 17:07:21 +03:00
funcobject.c
genericaliasobject.c [3.10] Remove trailing spaces (GH-28709) 2021-10-03 20:03:49 +03:00
genobject.c
interpreteridobject.c
iterobject.c bpo-44963: Implement send() and throw() methods for anext_awaitable objects (GH-27955) 2021-09-07 03:52:53 -07:00
listobject.c [3.10] Fix typos in the Objects directory (GH-28766) (GH-28797) 2021-10-07 07:31:33 -07:00
listsort.txt [3.10] Fix typos in the Objects directory (GH-28766) (GH-28797) 2021-10-07 07:31:33 -07:00
lnotab_notes.txt
longobject.c
memoryobject.c
methodobject.c
moduleobject.c
namespaceobject.c
object.c
obmalloc.c bpo-45521: Fix a bug in the obmalloc radix tree code. (GH-29051) (GH-29122) 2021-10-21 08:39:58 -07:00
odictobject.c
picklebufobject.c
rangeobject.c bpo-45030: Fix integer overflow in __reduce__ of the range iterator (GH-28000) 2021-09-04 13:39:30 -07:00
README
setobject.c [3.10] Fix typos in the Objects directory (GH-28766) (GH-28797) 2021-10-07 07:31:33 -07:00
sliceobject.c
structseq.c
tupleobject.c
typeobject.c bpo-45198: __set_name__ documentation not clear about its usage with non-descriptor classes (GH-28439) 2021-09-18 00:10:00 -07:00
typeslots.inc
typeslots.py
unicodectype.c
unicodeobject.c [3.10] bpo-45467: Fix IncrementalDecoder and StreamReader in the "raw-unicode-escape" codec (GH-28944) (GH-28952) 2021-10-14 21:23:39 +03:00
unicodetype_db.h
unionobject.c
weakrefobject.c

Source files for various builtin objects