mirror of
https://github.com/yaml/pyyaml.git
synced 2025-10-20 03:23:19 +00:00
Fix handling of __slots__ (#161)
This commit is contained in:
parent
eb459f842f
commit
5a0cfab86f
6 changed files with 30 additions and 4 deletions
|
@ -17,6 +17,8 @@ NewArgsWithState(1, 'two', [3,3,3]),
|
|||
Reduce(1, 'two', [3,3,3]),
|
||||
ReduceWithState(1, 'two', [3,3,3]),
|
||||
|
||||
Slots(1, 'two', [3,3,3]),
|
||||
|
||||
MyInt(3),
|
||||
MyList(3),
|
||||
MyDict(3),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue