]> granicus.if.org Git - python/commit
bpo-29793: Convert some builtin types constructors to Argument Clinic. (#615)
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 19 Mar 2017 06:51:07 +0000 (08:51 +0200)
committerGitHub <noreply@github.com>
Sun, 19 Mar 2017 06:51:07 +0000 (08:51 +0200)
commit18b250f844bf8b2d1a81c2d2dcc74e850364fe35
tree117c9240b5b87067a07cb43bc9260ed26c3148bb
parent0b5615926a573c19c887a701a2f7047f4fd06de6
bpo-29793: Convert some builtin types constructors to Argument Clinic. (#615)
14 files changed:
Objects/clinic/complexobject.c.h [new file with mode: 0644]
Objects/clinic/descrobject.c.h [new file with mode: 0644]
Objects/clinic/floatobject.c.h
Objects/clinic/funcobject.c.h [new file with mode: 0644]
Objects/clinic/longobject.c.h
Objects/clinic/moduleobject.c.h [new file with mode: 0644]
Objects/clinic/structseq.c.h [new file with mode: 0644]
Objects/complexobject.c
Objects/descrobject.c
Objects/floatobject.c
Objects/funcobject.c
Objects/longobject.c
Objects/moduleobject.c
Objects/structseq.c