[issue20332] Argument Clinic does not support the 'l' format

2014-01-21 Thread Larry Hastings
Larry Hastings added the comment: /*[clinic input] brett_is_stinky_and_wrong l: long [clinic start generated code]*/ PyDoc_STRVAR(brett_is_stinky_and_wrong__doc__, "brett_is_stinky_and_wrong(l)"); #define BRETT_IS_STINKY_AND_WRONG_METHODDEF\ {"brett_is_stinky_and_wrong", (PyCFunct

[issue20332] Argument Clinic does not support the 'l' format

2014-01-21 Thread Brett Cannon
New submission from Brett Cannon: 'l' is long for PyArg_ParseTuple(). -- assignee: larry components: Build messages: 208667 nosy: brett.cannon, larry priority: normal severity: normal status: open title: Argument Clinic does not support the 'l' format versions: Python 3.4 __