8000 Release release 1.20 · irmen/Serpent · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

release 1.20

Compare
Choose a tag to compare
@irmen irmen released this 07 Jun 23:40
· 134 commits to master since this release

Added checks in the serializer that prevents generating data that cannot be deserialized later.
The problem was that serpent allowed a non-hashable / non-immutable type as a dict key or set element.
This is now no longer allowed and an error is thrown if you try to serialize such a data structure.

0