]> granicus.if.org Git - python/commit
Issue #22615: Argument Clinic now supports the "type" argument for the
authorLarry Hastings <larry@hastings.org>
Mon, 13 Oct 2014 09:39:41 +0000 (10:39 +0100)
committerLarry Hastings <larry@hastings.org>
Mon, 13 Oct 2014 09:39:41 +0000 (10:39 +0100)
commitdfbeb160de829d16d3668dec5bc902a31ad25835
treec5389a8396acbab2ec6ac82350405d786aaa3444
parent6f3bdc94848d8c99ad2b7eb79e90ddb6e9f602c6
Issue #22615: Argument Clinic now supports the "type" argument for the
int converter.  This permits using the int converter with enums and
typedefs.
Misc/NEWS
Modules/arraymodule.c
Modules/clinic/arraymodule.c.h
Objects/bytesobject.c
Tools/clinic/clinic.py