Skip to content

Commit 75cd86b

Browse files
authored
Add __getstate__ to through_methods (bpo-26579) (#323)
Adds support for Python 3.11.
1 parent 1372434 commit 75cd86b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_dictutils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -474,6 +474,7 @@ def test_frozendict_api():
474474
'__ge__',
475475
'__getattribute__',
476476
'__getitem__',
477+
'__getstate__',
477478
'__gt__',
478479
'__init__',
479480
'__iter__',

0 commit comments

Comments
 (0)