]> granicus.if.org Git - python/commit
bpo-36922: implement PEP-590 Py_TPFLAGS_METHOD_DESCRIPTOR (GH-13338)
authorJeroen Demeyer <J.Demeyer@UGent.be>
Tue, 28 May 2019 12:42:53 +0000 (14:42 +0200)
committerPetr Viktorin <encukou@gmail.com>
Tue, 28 May 2019 12:42:53 +0000 (14:42 +0200)
commiteb65e2443ac21739baf6d373abc7b4638b9d6927
tree2197fa4322a60cbe077dfb8c03e0287cd3baabd9
parent0811f2d81a12a3415dc2cb2744b41520c48d4db5
bpo-36922: implement PEP-590 Py_TPFLAGS_METHOD_DESCRIPTOR (GH-13338)

Co-authored-by: Mark Shannon <mark@hotpy.org>
Doc/c-api/typeobj.rst
Include/object.h
Lib/test/test_capi.py
Misc/NEWS.d/next/C API/2019-05-15-10-46-55.bpo-36922.J3EFK_.rst [new file with mode: 0644]
Modules/_functoolsmodule.c
Modules/_testcapimodule.c
Objects/descrobject.c
Objects/funcobject.c
Objects/object.c
Objects/typeobject.c