We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebd98bd commit 059d1f5Copy full SHA for 059d1f5
1 file changed
Lib/test/test_free_threading/test_types.py
@@ -1,13 +1,12 @@
1
import unittest
2
-import types
3
from typing import TypeVar
4
from test.support import threading_helper
5
6
threading_helper.requires_working_threading(module=True)
7
8
9
class TestGenericAlias(unittest.TestCase):
10
- def test_repr_race(self):
+ def test_parameters_race(self):
11
# gh-153298
12
13
T = TypeVar('T')
0 commit comments