gns24 / pydatomic

Python library for accessing the datomic DBMS
88 stars 16 forks source link

Fix problem with cardinality Many where EDN parser crashes when receive ... #8

Open euclides-filho opened 10 years ago

euclides-filho commented 10 years ago

Fix problem with cardinality Many where EDN parser crashes when receive a list containing a non-hashble object. This is an example that produces the crash: loads(b'(List #{[123 456 {}] {a 1 b 2 c ({}, [])}})')