Description
Older Python versions can evaluate newer typing constructs through a compatibility helper. Library maintainers use it when supporting multiple interpreter versions with modern type annotations. It affects type processing at runtime but does not change application behavior by itself.