mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +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
|
@ -71,7 +71,7 @@ PyObject *AEDesc_New(AEDesc *itself)
|
|||
it->ob_itself = *itself;
|
||||
return (PyObject *)it;
|
||||
}
|
||||
AEDesc_Convert(PyObject *v, AEDesc *p_itself)
|
||||
int AEDesc_Convert(PyObject *v, AEDesc *p_itself)
|
||||
{
|
||||
if (!AEDesc_Check(v))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue