mirror of
https://github.com/python/cpython.git
synced 2025-08-01 07:33:08 +00:00
Fixed some references leaks in sys.
This commit is contained in:
parent
67ac0667f0
commit
0d9244332b
3 changed files with 19 additions and 22 deletions
|
@ -143,7 +143,6 @@ PyFloat_GetInfo(void)
|
|||
return NULL;
|
||||
}
|
||||
|
||||
Py_INCREF(floatinfo);
|
||||
return floatinfo;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue