]> granicus.if.org Git - python/commit
bpo-36743: __get__ is sometimes called without the owner argument (GH-12992) (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 29 Aug 2019 09:02:51 +0000 (02:02 -0700)
committerRaymond Hettinger <rhettinger@users.noreply.github.com>
Thu, 29 Aug 2019 09:02:51 +0000 (02:02 -0700)
commitc71ae1a45bd6e6d0f5aebc470b35f5a7dc0d8078
tree1e89af5c38142e19f260f1490423baa9ecf1f32e
parent0d45d50e421b46b56195821580c3760b43813106
bpo-36743: __get__ is sometimes called without the owner argument (GH-12992) (GH-15589)

(cherry picked from commit 0dac68f1e593c11612ed54af9edb865d398f3b05)

Co-authored-by: Raymond Hettinger <rhettinger@users.noreply.github.com>
Doc/reference/datamodel.rst
Lib/_pyio.py
Lib/functools.py
Lib/unittest/mock.py
Tools/demo/eiffel.py