Fix erroneous :exc:`NameError` when calling :func:`inspect.get_annotations`
with eval_str=True` on a class that made use of PEP 695 type
parameters in a module that had from __future__ import annotations at
the top of the file. Patch by Alex Waygood.