Staging
v0.5.1
https://github.com/python/cpython
Revision a8c25d1c7f0d395861cc3e10dd01989150891c95 authored by Miss Islington (bot) on 05 February 2018, 03:10:00 UTC, committed by Nick Coghlan on 05 February 2018, 03:10:00 UTC
When `__getattr__` is implemented, attribute lookup will always fall back to that,
even if the initial failure comes from `__getattribute__` or a descriptor's `__get__`
method (including property methods).
(cherry picked from commit d1f318105b8781b01f3507d5cb0fd841b977d5f2)

Co-authored-by: Cheryl Sabella <cheryl.sabella@gmail.com>
1 parent 1c2b138
Raw File
Tip revision: a8c25d1c7f0d395861cc3e10dd01989150891c95 authored by Miss Islington (bot) on 05 February 2018, 03:10:00 UTC
[3.6] bpo-8722: Document __getattr__ behavior with AttributeError in property (GH-5542)
Tip revision: a8c25d1
.bzrignore
.purify
autom4te.cache
config.log
config.cache
config.status
config.status.lineno
db_home
Makefile
buildno
python
build
Makefile.pre
platform
pybuilddir.txt
pyconfig.h
libpython*.a
libpython*.so*
python.exe
python-gdb.py
reflog.txt
tags
TAGS
.gdb_history
Doc/tools/sphinx
Doc/tools/jinja
Doc/tools/jinja2
Doc/tools/pygments
Doc/tools/docutils
Misc/python.pc
Modules/Setup
Modules/Setup.config
Modules/Setup.local
Modules/config.c
Modules/ld_so_aix
Parser/pgen
Lib/test/data/*
Lib/lib2to3/Grammar*.pickle
Lib/lib2to3/PatternGrammar*.pickle
__pycache__
.coverage
coverage/*
htmlcov/*
back to top