diff options
| author | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2025-07-08 10:09:56 +0200 |
|---|---|---|
| committer | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2025-07-09 09:25:23 +0200 |
| commit | 481b48982752f492ad99c6bb3d3f66788095a72b (patch) | |
| tree | 7dccb54894186060befb7b9c6585990dbb960eb2 /sources/pyside6/tests | |
| parent | 9d11246301dd4d2d89b8b5a4113004919ac1c031 (diff) | |
Disable GIL: Remove NoGIL code
The new approach is disable-gil.
Task-number: PYSIDE-2221
Change-Id: I1b1e783883aa2e94f62548385d3f19b61cf6d1ed
Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
Diffstat (limited to 'sources/pyside6/tests')
| -rw-r--r-- | sources/pyside6/tests/pysidetest/enum_test.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sources/pyside6/tests/pysidetest/enum_test.py b/sources/pyside6/tests/pysidetest/enum_test.py index cfbe3ac72..908bdb151 100644 --- a/sources/pyside6/tests/pysidetest/enum_test.py +++ b/sources/pyside6/tests/pysidetest/enum_test.py @@ -75,7 +75,6 @@ class InvestigateOpcodesTest(unittest.TestCase): _sin = sys.implementation.name - @unittest.skipIf(hasattr(sys.flags, "nogil"), f"{_sin} has different opcodes") def testByteCode(self): import dis # opname, opcode, arg |
