pub fn bytes_from_object(
    vm: &VirtualMachine,
    obj: &PyObject
) -> PyResult<Vec<u8>>