diff options
| author | Christian Tismer <tismer@stackless.com> | 2022-11-14 18:24:23 +0100 |
|---|---|---|
| committer | Christian Tismer <tismer@stackless.com> | 2022-11-15 11:54:36 +0100 |
| commit | 95e9f8fd675c6e4f1eeabe9337a7cb9c1e3b4456 (patch) | |
| tree | 87af9747e674832100af68fdcf91c3dbb76d39cb /build_scripts/options.py | |
| parent | 15436a08f9cde34f2594b192314ad842906f9ed1 (diff) | |
signature: Fix handling of rlcompleter as intermediate solution
The rlcompleter module calls inspect.signature which breaks
the multi-signatures of the signature C module.
The __signature__ attribute should no longer be used anyway
and people should use get_signature(), instead. But before we
evict this attribute, this patch fixes the problem, temporarily.
[ChangeLog][PySide6] Python 3.10 and up have an incompatibility
to the __signature__ attribute. This temporary patch fixes this
until final removal of that attribute.
Change-Id: Ic08d551cd388e6b3b29eb4694427a7202a4272b4
Fixes: PYSIDE-2101
Pick-to: 6.4
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'build_scripts/options.py')
0 files changed, 0 insertions, 0 deletions
