]> granicus.if.org Git - python/commit
bpo-36922: use Py_TPFLAGS_METHOD_DESCRIPTOR in lookup_maybe_method() (GH-13865)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 17 Jun 2019 12:12:42 +0000 (05:12 -0700)
committerGitHub <noreply@github.com>
Mon, 17 Jun 2019 12:12:42 +0000 (05:12 -0700)
commit988fff5d0e7fccecbf776c08ec56695820b3b4a8
treedb9f0450db0b26e00c8c56bab9b3958e88e353f2
parenta5ddbfbf50715e3d4b90ad367ed6827c6cbcc52f
bpo-36922: use Py_TPFLAGS_METHOD_DESCRIPTOR in lookup_maybe_method() (GH-13865)

(cherry picked from commit 2e9954d3472a23919b96323fcd5bb6c1d6927155)

Co-authored-by: Jeroen Demeyer <J.Demeyer@UGent.be>
Lib/test/test_descr.py
Misc/NEWS.d/next/Core and Builtins/2019-06-06-13-59-52.bpo-36922.EMZ3TF.rst [new file with mode: 0644]
Objects/typeobject.c