]> granicus.if.org Git - python/commit
bpo-23699: Use a macro to reduce boilerplate code in rich comparison functions (GH...
authorstratakis <cstratak@redhat.com>
Thu, 2 Nov 2017 10:32:54 +0000 (11:32 +0100)
committerNick Coghlan <ncoghlan@gmail.com>
Thu, 2 Nov 2017 10:32:54 +0000 (20:32 +1000)
commite8b19656396381407ad91473af5da8b0d4346e88
tree16638970d5014728a49808d0c80c4af0fe6ccb91
parent4f469c096628af730b17798d0ebfd8925bfde836
bpo-23699: Use a macro to reduce boilerplate code in rich comparison functions (GH-793)
16 files changed:
Doc/c-api/typeobj.rst
Include/object.h
Misc/ACKS
Misc/NEWS.d/next/C API/2017-10-19-15-27-04.bpo-23699.-noVVc.rst [new file with mode: 0644]
Modules/_datetimemodule.c
Modules/_tkinter.c
Modules/parsermodule.c
Modules/selectmodule.c
Objects/bytearrayobject.c
Objects/bytesobject.c
Objects/cellobject.c
Objects/descrobject.c
Objects/listobject.c
Objects/longobject.c
Objects/tupleobject.c
Objects/unicodeobject.c