Serhiy Storchaka
|
6969eaf468
|
bpo-29464: Rename METH_FASTCALL to METH_FASTCALL|METH_KEYWORDS and make (#1955)
the bare METH_FASTCALL be used for functions with positional-only
parameters.
|
2017-07-03 21:20:15 +03:00 |
Victor Stinner
|
259f0e4437
|
Run Argument Clinic: METH_VARARGS=>METH_FASTCALL
Issue #29286. Run Argument Clinic to get the new faster METH_FASTCALL calling
convention for functions using only positional arguments.
|
2017-01-17 01:35:17 +01:00 |
Victor Stinner
|
3e1fad6913
|
Rename _PyArg_ParseStack to _PyArg_ParseStackAndKeywords
Issue #29286.
|
2017-01-17 01:29:01 +01:00 |
Steve Dower
|
312cef7452
|
Issue #28217: Adds _testconsole module to test console input. Fixes some issues found by the tests.
|
2016-10-03 09:04:58 -07:00 |