You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Uh oh!
There was an error while loading. Please reload this page.
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.
See also https://en.delphipraxis.net/topic/12229-how-to-release-memory-used-by-exceptions/
The text was updated successfully, but these errors were encountered: