Practice shows these conversion rules between Python and BSON types:
int <--> int32
long <--> int64
But in documentation we have only
int <--> int
Practice shows these conversion rules between Python and BSON types:
int <--> int32
long <--> int64
But in documentation we have only
int <--> int