pyo3_special_method_derive_macro/src/str_repr.rs (1 line): - line 325: // TODO now that we have AutoDisplay we want this pyo3_special_method_derive_example/src/lib.rs (1 line): - line 65: pub city: Arc>, // TODO currently this printed as PyCity(city=RwLock { data: City(name=CityName(City.London), addresses={}), poisoned: false, .. })