Skip to content
Branch: 3.6
Find file History
Pull request Compare This branch is 2194 commits ahead, 8546 commits behind master.
miss-islington and serhiy-storchaka bpo-35444: Fix error handling when fail to look up builtin "getattr". (
…GH-11047) (GH-11107) (GH-11108)

(cherry picked from commit bb86bf4)
(cherry picked from commit 3cae16d)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Latest commit be6ec44 Dec 11, 2018
Permalink
Type Name Latest commit message Commit time
..
Failed to load latest commit information.
clinic [3.6] bpo-20047: Make bytearray methods partition() and rpartition() … Oct 29, 2017
stringlib bpo-33954: Fix _PyUnicode_InsertThousandsGrouping() (GH-10623) (GH-10718 Nov 26, 2018
README
abstract.c
accu.c Issue #14387: Do not include accu.h from Python.h. Mar 22, 2012
boolobject.c
bytearrayobject.c bpo-34974: Do not replace unexpected errors in bytes() and bytearray(… Oct 14, 2018
bytes_methods.c [3.6] bpo-29549: Fixes docstring for str.index (GH-256) (GH-1028) Apr 9, 2017
bytesobject.c bpo-34973: Fix crash in bytes constructor. (GH-9841) Oct 21, 2018
capsule.c bpo-35436: Add missing PyErr_NoMemory() calls and other minor bug fix… Dec 7, 2018
cellobject.c
classobject.c bpo-35444: Fix error handling when fail to look up builtin "getattr". ( Dec 11, 2018
codeobject.c bpo-24618: Add a check in the code constructor. (GH-8283) (GH-8311) Jul 17, 2018
complexobject.c bpo-29602: fix signed zero handling in complex constructor. (#203) (#206 Feb 20, 2017
descrobject.c bpo-35444: Fix error handling when fail to look up builtin "getattr". ( Dec 11, 2018
dict-common.h Fix Tools/gdb/libpython.py Sep 11, 2018
dictnotes.txt Issue #15055: update dictnotes.txt. Patch by Mark Shannon. Jun 24, 2012
dictobject.c
enumobject.c [3.6] bpo-31579: Fixed a possible leak in enumerate() with large indi… Sep 26, 2017
exceptions.c
fileobject.c bpo-35214: Add _Py_ prefix to MEMORY_SANITIZER def. (GH-10503) Nov 13, 2018
floatobject.c
frameobject.c [3.6] bpo-33029: Fix signatures of getter and setter functions. (GH-1… Nov 27, 2018
funcobject.c [3.6] bpo-33029: Fix signatures of getter and setter functions. (GH-1… Nov 27, 2018
genobject.c [3.6] bpo-33029: Fix signatures of getter and setter functions. (GH-1… Nov 27, 2018
iterobject.c
listobject.c bpo-32137: The repr of deeply nested dict now raises a RecursionError ( Feb 1, 2018
listsort.txt Issue #27895: Spelling fixes (Contributed by Ville Skyttä). Aug 30, 2016
lnotab_notes.txt bpo-28810: Update lnotab_notes.txt (GH-665) (GH-919) Mar 31, 2017
longobject.c bpo-34899: Fix a possible assertion failure due to int_from_bytes_imp… Oct 5, 2018
memoryobject.c
methodobject.c bpo-35444: Fix error handling when fail to look up builtin "getattr". ( Dec 11, 2018
moduleobject.c [3.6] Fix misleading mentions of tp_size in comments (GH-9137) Sep 10, 2018
namespaceobject.c [3.6] bpo-35454: Fix miscellaneous minor issues in error handling. (G… Dec 11, 2018
object.c
obmalloc.c bpo-9263: _PyObject_Dump() detects freed memory (GH-10061) (GH-10662) ( Nov 22, 2018
odictobject.c
rangeobject.c Fix a possible crash in range.__reversed__(). (GH-10252) Oct 31, 2018
setobject.c bpo-1621: Avoid signed integer overflow in set_table_resize(). (GH-9059 Oct 19, 2018
sliceobject.c bpo-30281: Fix the default value for stop in PySlice_Unpack() (#1480) ( May 10, 2017
structseq.c Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringA… Nov 20, 2016
tupleobject.c [3.6] bpo-32746: Fix multiple typos (GH-5144) (GH-5522) Feb 4, 2018
typeobject.c bpo-33012: Fix more invalid function cast warnings with gcc 8. (GH-10751 Nov 29, 2018
typeslots.inc
typeslots.py Issue #26662: Set PYTHON_FOR_GEN in configure Jul 26, 2016
unicodectype.c
unicodeobject.c bpo-35372: Fix the code page decoder for input > 2 GiB. (GH-10848) Dec 3, 2018
unicodetype_db.h
weakrefobject.c bpo-29347: Fix possibly dereferencing undefined pointers when creatin… Feb 20, 2017

README

Source files for various builtin objects
You can’t perform that action at this time.