]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
handle errors from _PyObject_LookupSpecial when __get__ fails
authorBenjamin Peterson <benjamin@python.org>
Mon, 25 May 2009 02:40:21 +0000 (02:40 +0000)
committerBenjamin Peterson <benjamin@python.org>
Mon, 25 May 2009 02:40:21 +0000 (02:40 +0000)
commit87e5006d8c5974597df9e3074b95227187d32be3
tree82f8ff2dae761cdf19eeec36806f3bbb35b439e1
parent176a56c69b1563c4a8ac0d8f974b4271177c80ee
handle errors from _PyObject_LookupSpecial when __get__ fails
Lib/test/test_descr.py
Objects/abstract.c
Objects/enumobject.c
Objects/object.c
Python/sysmodule.c