in src/lines.rs [14:21]
fn new(py: Python<'a>) -> Self { PyDiff { py, diff: PyDict::new_bound(py), add: Vec::new(), del: Vec::new(), } }