mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
Patches by Jens B. Jorgensen with small mods by me:
- Converted the templates to use ANSI C prototypes (finally!) - Use re in stead of deprecated regex
This commit is contained in:
parent
b9526515b7
commit
9aaee933da
17 changed files with 60 additions and 146 deletions
|
|
@ -4,9 +4,7 @@ static char $abbrev$_$method$__doc__[] =
|
|||
;
|
||||
|
||||
static PyObject *
|
||||
$abbrev$_$method$(self, args)
|
||||
PyObject *self; /* Not used */
|
||||
PyObject *args;
|
||||
$abbrev$_$method$(PyObject *self /* Not used */, PyObject *args)
|
||||
{
|
||||
|
||||
if (!PyArg_ParseTuple(args, ""))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue