mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Regenerated without default int return types.
This commit is contained in:
parent
d157b3795b
commit
06d2e1af35
17 changed files with 35 additions and 33 deletions
|
@ -118,7 +118,7 @@ PyObject *CtlObj_New(ControlHandle itself)
|
|||
it->ob_callbackdict = NULL;
|
||||
return (PyObject *)it;
|
||||
}
|
||||
CtlObj_Convert(PyObject *v, ControlHandle *p_itself)
|
||||
int CtlObj_Convert(PyObject *v, ControlHandle *p_itself)
|
||||
{
|
||||
if (!CtlObj_Check(v))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue