]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #16612: Add "Argument Clinic", a compile-time preprocessor
authorLarry Hastings <larry@hastings.org>
Sat, 19 Oct 2013 07:09:25 +0000 (00:09 -0700)
committerLarry Hastings <larry@hastings.org>
Sat, 19 Oct 2013 07:09:25 +0000 (00:09 -0700)
commit3182680210fa0cf570233382bbaec8b64d57f4da
tree93932cf52fd5cbbdeab62b2fc43851e3cb637e3d
parent5ceae41083f3bec479fe8f135f442e6576c6e273
Issue #16612: Add "Argument Clinic", a compile-time preprocessor
for C files to generate argument parsing code.  (See PEP 436.)
12 files changed:
Misc/NEWS
Modules/_cursesmodule.c
Modules/_datetimemodule.c
Modules/_dbmmodule.c
Modules/_weakref.c
Modules/posixmodule.c
Modules/unicodedata.c
Modules/zlibmodule.c
Objects/dictobject.c
Objects/unicodeobject.c
Tools/clinic/clinic.py [new file with mode: 0755]
Tools/clinic/clinic_test.py [new file with mode: 0644]