diff options
| author | Christian Tismer <tismer@stackless.com> | 2020-07-16 11:19:33 +0200 |
|---|---|---|
| committer | Christian Tismer <tismer@stackless.com> | 2020-07-16 15:26:28 +0200 |
| commit | e6c2b3bc12080615e80627ead75c0d9446631061 (patch) | |
| tree | 81a57d19098976eb85181c54c2b93f83e281504e /sources/pyside2/plugins/customwidget.cpp | |
| parent | c0ac97fe6822d783b2e92afa27cf5fbaa6eb64ca (diff) | |
PyName: finalize static strings, finally
Static strings are used in PyName and PyMagicName very much.
With the introduction of name mangling and the __feature__
selector, many thousands of static strings are created.
The destruction of static strings was activated and the
implementation was corrected. The principle was reverted to
a simple vector, because interned strings behave like normal
strings. The sharing of references happens transparently.
Change-Id: I915ab6585fe4f81e0d05b9da82842bb33e0bc938
Reviewed-by: Christian Tismer <tismer@stackless.com>
Diffstat (limited to 'sources/pyside2/plugins/customwidget.cpp')
0 files changed, 0 insertions, 0 deletions
