cpython/Objects
Miss Islington (bot) da15389fdd
Fix a possible crash in range.__reversed__(). (GH-10252)
(cherry picked from commit c9a6168924)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
2018-10-31 02:31:29 -07:00
..
clinic
stringlib
README
abstract.c closes bpo-34504: Remove the useless NULL check in PySequence_Check(). (GH-8935) 2018-08-25 20:03:48 -04:00
accu.c
boolobject.c
bytearrayobject.c bpo-34974: Do not replace unexpected errors in bytes() and bytearray(). (GH-9852) 2018-10-14 14:26:28 -07:00
bytes_methods.c
bytesobject.c bpo-34973: Fix crash in bytes constructor. (GH-9841) 2018-10-21 05:55:52 -07:00
call.c
capsule.c
cellobject.c
classobject.c
codeobject.c bpo-24618: Add a check in the code constructor. (GH-8283) 2018-07-16 00:09:44 -07:00
complexobject.c
descrobject.c bpo-31787: Prevent refleaks when calling __init__() more than once (GH-3995) 2018-02-13 03:32:18 -08:00
dict-common.h bpo-33312: Fix clang ubsan out of bounds warnings in dict. (GH-6537) (GH-6543) 2018-04-20 10:06:21 -07:00
dictnotes.txt
dictobject.c bpo-34320: Fix dict(o) didn't copy order of dict subclass (GH-8624) 2018-09-25 21:17:52 -07:00
enumobject.c
exceptions.c
fileobject.c
floatobject.c Fix typo and edit for clarity in the docstrings of sys.float_info. (GH-2251) 2018-03-26 03:58:10 -07:00
frameobject.c [3.7] bpo-17288: Prevent jumps from 'return' and 'exception' trace events. (GH-5928) 2018-03-13 10:52:35 +02:00
funcobject.c bpo-31787: Prevent refleaks when calling __init__() more than once (GH-3995) 2018-02-13 03:32:18 -08:00
genobject.c closes bpo-34493: Objects/genobject.c: Add missing NULL check to compute_cr_origin() (GH-8911) 2018-08-25 03:36:34 -04:00
iterobject.c
listobject.c closes bpo-32898: Fix debug build crash with COUNT_ALLOCS (GH-5800) 2018-02-21 21:44:08 -08:00
listsort.txt
lnotab_notes.txt
longobject.c bpo-34899: Fix a possible assertion failure due to int_from_bytes_impl() (GH-9705) 2018-10-05 14:28:56 -07:00
memoryobject.c
methodobject.c
moduleobject.c [3.7] Fix misleading mentions of tp_size in comments. (GH-9136) 2018-09-10 10:22:55 -07:00
namespaceobject.c [3.7] Fix misleading mentions of tp_size in comments. (GH-9136) 2018-09-10 10:22:55 -07:00
object.c bpo-34910: Ensure that PyObject_Print() always returns -1 on error. (GH-9733) 2018-10-06 00:07:12 -07:00
obmalloc.c [3.7] bpo-32746: Fix multiple typos (GH-5144) (GH-5520) 2018-02-03 20:41:43 -05:00
odictobject.c bpo-33712: OrderedDict only creates od_fast_nodes cache if needed (GH-7349). (GH-10000) 2018-10-20 11:24:05 +03:00
rangeobject.c Fix a possible crash in range.__reversed__(). (GH-10252) 2018-10-31 02:31:29 -07:00
setobject.c bpo-1621: Avoid signed integer overflow in set_table_resize() (GH-9059) (GH-9198) 2018-10-20 00:50:34 +02:00
sliceobject.c
structseq.c
tupleobject.c closes bpo-32898: Fix debug build crash with COUNT_ALLOCS (GH-5800) 2018-02-21 21:44:08 -08:00
typeobject.c bpo-25750: fix refcounts in type_getattro() (GH-6118) 2018-09-07 00:50:35 -07:00
typeslots.inc
typeslots.py
unicodectype.c
unicodeobject.c bpo-34435: Add missing NULL check to unicode_encode_ucs1(). (GH-8823) 2018-08-19 16:17:53 -04:00
unicodetype_db.h update to Unicode 11.0.0 (closes bpo-33778) (GH-7439) (GH-7470) 2018-06-07 03:36:22 -04:00
weakrefobject.c

README

Source files for various builtin objects