diff options
| author | Christian Tismer <tismer@stackless.com> | 2023-08-27 18:13:19 +0200 |
|---|---|---|
| committer | Christian Tismer <tismer@stackless.com> | 2023-08-31 22:42:45 +0200 |
| commit | c0b74a7947b7f342fbf70fce8a5111094c5be0b5 (patch) | |
| tree | 433820c3bfc282116a4f5ae357067e27fdb1ce82 /examples/scriptableapplication/pythonutils.cpp | |
| parent | 7c1ac18f4a23fb1e471b6ca6dabfabbb89cea02a (diff) | |
Signature: Move all initialization into InitSignatureStrings
The signature module built its own mapping for static methods.
This was a post process after a module was imported.
All other mappings worked from alone.
Unfortunately, by lazy loading all classes of a module, the
final enumeration of all functions comes too early and does
no more find anything because the classes and their methods
are initialized later.
Move this functionality right at the end of InitSignatureStrings.
This cleanup is generally a simplification and applicable
for earlier versions.
Task-number: PYSIDE-2404
Change-Id: Id6af49278fb8c90920eda9f9734e5231a5a2e2bd
Pick-to: 6.5
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Diffstat (limited to 'examples/scriptableapplication/pythonutils.cpp')
0 files changed, 0 insertions, 0 deletions
