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 8fb866a commit ee81395
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Lib/test/test_interpreters.py
Original file line number Diff line number Diff line change
Expand Up @@ -778,6 +778,8 @@ def test_default_shareables(self):
'spam',
10,
-10,
True,
False,
]
for obj in shareables:
with self.subTest(obj):
Expand All @@ -796,8 +798,6 @@ class SubBytes(bytes):

not_shareables = [
# singletons
True,
False,
NotImplemented,
...,
# builtin types and objects
Expand Down

0 comments on commit ee81395

Please sign in to comment.