]> granicus.if.org Git - python/commit
bpo-36974: implement PEP 590 (GH-13185)
authorJeroen Demeyer <J.Demeyer@UGent.be>
Wed, 29 May 2019 18:31:52 +0000 (20:31 +0200)
committerPetr Viktorin <encukou@gmail.com>
Wed, 29 May 2019 18:31:52 +0000 (20:31 +0200)
commitaacc77fbd77640a8f03638216fa09372cc21673d
treefd64be1c4c1167a8bf708d1fd22c733cf3a9a30f
parentd30da5dd9a8a965cf24a22bbaff8a5b1341c2944
bpo-36974: implement PEP 590 (GH-13185)

Co-authored-by: Jeroen Demeyer <J.Demeyer@UGent.be>
Co-authored-by: Mark Shannon <mark@hotpy.org>
22 files changed:
Include/classobject.h
Include/cpython/abstract.h
Include/cpython/object.h
Include/descrobject.h
Include/funcobject.h
Include/methodobject.h
Include/object.h
Lib/test/test_call.py
Lib/test/test_capi.py
Lib/test/test_sys.py
Misc/NEWS.d/next/C API/2019-05-22-15-24-08.bpo-36974.TkySRe.rst [new file with mode: 0644]
Modules/_asynciomodule.c
Modules/_testcapimodule.c
Objects/call.c
Objects/classobject.c
Objects/descrobject.c
Objects/funcobject.c
Objects/methodobject.c
Python/bltinmodule.c
Python/ceval.c
Python/context.c
Python/sysmodule.c