-
-
Notifications
You must be signed in to change notification settings - Fork 320
Closed
Labels
Description
The pattern
PyErr_SetObject(PyExc_TypeError^, PyUnicodeFromString(
Format(rs_ErrInvalidArgs,
['CreateComponent', rs_InvalidClass])));
is used in WrapDelphi and elsewhere. The problem with that is that the created Unicode python object is not released and over time this increases memory consumption.