Skip to content

Commit

Permalink
update supported types in test
Browse files Browse the repository at this point in the history
  • Loading branch information
tonybaloney committed Oct 29, 2023
1 parent 9a6041b commit bfc06b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/test/test_interpreters.py
Original file line number Diff line number Diff line change
Expand Up @@ -778,6 +778,7 @@ def test_default_shareables(self):
'spam',
10,
-10,
100.0,
]
for obj in shareables:
with self.subTest(obj):
Expand Down Expand Up @@ -805,7 +806,6 @@ class SubBytes(bytes):
object,
object(),
Exception(),
100.0,
# user-defined types and objects
Cheese,
Cheese('Wensleydale'),
Expand Down

0 comments on commit bfc06b3

Please sign in to comment.