Pure Python bson._dict_to_bson includes a `top_level` parameter that defaults to True. _cbson._dict_to_bson is missing this parameter.
Make the two functions agree.
Pure Python bson._dict_to_bson includes a `top_level` parameter that defaults to True. _cbson._dict_to_bson is missing this parameter.
Make the two functions agree.