in src/lines.rs [39:42]
fn new_diff(&mut self) -> &mut PyDiff<'a> { self.diffs.push(PyDiff::new(self.py)); self.diffs.last_mut().unwrap() }