From: Berker Peksag Date: Sun, 27 Mar 2016 19:39:41 +0000 (+0300) Subject: Issue #23758: Improve num_params docs of create_{function,aggregate} functions X-Git-Tag: v3.6.0a1~312 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f841909f092e4c7e17f1673cc7f0d9b535542a60;p=thirdparty%2FPython%2Fcpython.git Issue #23758: Improve num_params docs of create_{function,aggregate} functions If you pass -1, the callable can take any number of arguments. Added tests to verify the behavior. Initial patch by Cédric Krier. --- f841909f092e4c7e17f1673cc7f0d9b535542a60