bpo-41720: Add "return NotImplemented" in turtle.Vec2D.__rmul__ (). (GH-22092) 1671b0e serhiy-storchaka added 3.10 only security fixes and removed 3.7 only security fixes labels Sep 7, 2020 ...
# TODO: Type this more accurately # Vec2D is actually a custom subclass of 'tuple'. Vec2D: TypeAlias = tuple[float, float] I don't know what resources and priorities you all have, but this caused me a ...