Fixed some references leaks in sys.

This commit is contained in:
Christian Heimes 2008-01-30 17:21:22 +00:00
parent 67ac0667f0
commit 0d9244332b
3 changed files with 19 additions and 22 deletions

View file

@ -143,7 +143,6 @@ PyFloat_GetInfo(void)
return NULL;
}
Py_INCREF(floatinfo);
return floatinfo;
}