mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Shut up many more gcc warnings.
This commit is contained in:
parent
5a1516bce5
commit
fd064863eb
31 changed files with 186 additions and 110 deletions
|
@ -58,7 +58,8 @@ functions.append(f)
|
|||
# Convert resources to other things.
|
||||
|
||||
as_xxx_body = """
|
||||
return %sObj_New((%sHandle)_self->ob_itself);
|
||||
_res = %sObj_New((%sHandle)_self->ob_itself);
|
||||
return _res;
|
||||
"""
|
||||
|
||||
def genresconverter(longname, shortname):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue