mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
Post fix
This commit is contained in:
parent
0a427ec072
commit
d4cde94721
1 changed files with 1 additions and 1 deletions
|
|
@ -10030,7 +10030,7 @@ class ParamSpecTests(BaseTestCase):
|
|||
self.assertIs(P.__module__, None)
|
||||
|
||||
def test_bound(self):
|
||||
P1 = ParamSpec("P1")
|
||||
P1 = ParamSpec("P1")
|
||||
P2 = ParamSpec("P2", bound=None)
|
||||
self.assertIs(P1.__bound__, None)
|
||||
self.assertIs(P2.__bound__, None)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue