mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
- Various tweaks to shut up compiler warnings.
- Regenerated with the correct calls to PyType_Ready and the correct deallocator calls.
This commit is contained in:
parent
74d93c81c1
commit
b734869f46
27 changed files with 157 additions and 86 deletions
|
@ -127,7 +127,6 @@ static PyObject *ScrapObj_GetScrapFlavorData(ScrapObject *_self, PyObject *_args
|
|||
Py_XDECREF(_res);
|
||||
return PyMac_Error(_err);
|
||||
}
|
||||
destination__error__: ;
|
||||
return _res;
|
||||
}
|
||||
|
||||
|
@ -152,7 +151,6 @@ static PyObject *ScrapObj_PutScrapFlavor(ScrapObject *_self, PyObject *_args)
|
|||
if (_err != noErr) return PyMac_Error(_err);
|
||||
Py_INCREF(Py_None);
|
||||
_res = Py_None;
|
||||
flavorData__error__: ;
|
||||
return _res;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue