Message285657
This issue is blocking me to convert more functions to Argument Clinic. See for example attached getattr_ac.patch which converts getattr() to AC. Without ac_optional_positional.patch, AC generates the signature:
"getattr($module, object, name, default=None, /)\n"
whereas the following signature is expected:
"getattr($module, object, name[, default])\n" |
|
Date |
User |
Action |
Args |
2017-01-17 15:25:17 | vstinner | set | recipients:
+ vstinner, rhettinger, larry, serhiy.storchaka |
2017-01-17 15:25:17 | vstinner | set | messageid: <1484666717.3.0.527900261135.issue29299@psf.upfronthosting.co.za> |
2017-01-17 15:25:17 | vstinner | link | issue29299 messages |
2017-01-17 15:25:17 | vstinner | create | |
|