]> granicus.if.org Git - python/commit
bpo-36743: __get__ is sometimes called without the owner argument (#12992)
authorRaymond Hettinger <rhettinger@users.noreply.github.com>
Thu, 29 Aug 2019 08:27:42 +0000 (01:27 -0700)
committerGitHub <noreply@github.com>
Thu, 29 Aug 2019 08:27:42 +0000 (01:27 -0700)
commit0dac68f1e593c11612ed54af9edb865d398f3b05
tree0697b0f9543d4b65feaf75b3335c2fb85481e4d1
parent84125fed2a45a9e454d7e870d8bbaf6ece3d41e8
bpo-36743: __get__ is sometimes called without the owner argument (#12992)
Doc/reference/datamodel.rst
Lib/_pyio.py
Lib/functools.py
Lib/unittest/mock.py
Tools/demo/eiffel.py