• da-woods's avatar
    Implement PEP-563, annotations as strings (GH-3285) · 3dc2b9df
    da-woods authored
    Annotations are now dealt with according to PEP-563 - they are
    saved as strings, rather than evaluated as Python objects.
    They can/are still be used by Cython for typing.
    Previous behaviour for evaluating them as Python objects was
    convoluted and has been removed entirely, which hopefully doesn't
    break too much.
    3dc2b9df