aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/tests/minimalbinding
diff options
context:
space:
mode:
authorChristian Tismer <tismer@stackless.com>2022-07-03 18:36:38 +0200
committerChristian Tismer <tismer@stackless.com>2022-07-07 15:59:27 +0200
commitdc058bddb1f1089c007721c9301e174f3f7a7887 (patch)
treeb8e75e32dd917b219d1d1b1904f33acd774d4755 /sources/shiboken6/tests/minimalbinding
parent06448ba29c2e568f64132b81ce56ec2b063e456c (diff)
Shiboken: Rewrite the signature initialization
[ChangeLog][shiboken6] The initialization of the signature module was moved into Shiboken and rearranged. This was necessary for the new backward-compatible PyEnum module. This change makes even sense if the PyEnum forgiveness should not work in 3.11 because it is a real cleanup. Change-Id: I5de54584154fb43648617adcac823f42049be57b Pick-to: 6.3 Task-number: PYSIDE-1735 Reviewed-by: Shyamnath Premnadh <Shyamnath.Premnadh@qt.io> Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
Diffstat (limited to 'sources/shiboken6/tests/minimalbinding')
-rw-r--r--sources/shiboken6/tests/minimalbinding/brace_pattern_test.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/sources/shiboken6/tests/minimalbinding/brace_pattern_test.py b/sources/shiboken6/tests/minimalbinding/brace_pattern_test.py
index 2b3f8638b..f625fc776 100644
--- a/sources/shiboken6/tests/minimalbinding/brace_pattern_test.py
+++ b/sources/shiboken6/tests/minimalbinding/brace_pattern_test.py
@@ -12,7 +12,6 @@ from shiboken_paths import init_paths
init_paths()
from shiboken6 import Shiboken
-_init_pyside_extension() # trigger bootstrap
from shibokensupport.signature.lib.tool import build_brace_pattern