-
Type:
Bug
-
Resolution: Done
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
This crashes the Python interpreter with a Segmentation fault:
import bson
assert bson.has_c()
d =
d['foo'].append(d)
bson._dict_to_bson(d, True)