Closed pwaller closed 10 years ago
The repeated re-assignment of func.argtypes and restypes was making it look like new objects were being created whilst trying to find the source of a leak. This cache is a convenience which prevents that.
func.argtypes
restypes
Good catch
The repeated re-assignment of
func.argtypes
andrestypes
was making it look like new objects were being created whilst trying to find the source of a leak. This cache is a convenience which prevents that.