blender メッシュにする
When explicitly converting from mesh data python owns the data that means that the mesh only exists while python holds a reference to it. Bmesh types bmesh from mesh and bmesh from edit mesh respectively.
There are two ways to access bmesh data you can create a new bmesh by converting a mesh from bpy types blenddata meshes or by accessing the current edit mode mesh.
