mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
[3.13] gh-120659: Skip test_freethreading
with GIL (GH-120660) (#120694)
gh-120659: Skip `test_freethreading` with GIL (GH-120660)
(cherry picked from commit 360f14a493
)
Co-authored-by: Nice Zombies <nineteendo19d0@gmail.com>
This commit is contained in:
parent
8c129d99ef
commit
4f4973d740
1 changed files with 4 additions and 0 deletions
|
@ -1,7 +1,11 @@
|
|||
import os
|
||||
import unittest
|
||||
|
||||
from test import support
|
||||
|
||||
|
||||
if not support.Py_GIL_DISABLED:
|
||||
raise unittest.SkipTest("GIL enabled")
|
||||
|
||||
def load_tests(*args):
|
||||
return support.load_package_tests(os.path.dirname(__file__), *args)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue