[Python-Dev] PEP 563: Postponed Evaluation of Annotations (original) (raw)
Greg Ewing greg.ewing at canterbury.ac.nz
Thu Nov 9 02:13:56 EST 2017
- Previous message (by thread): [Python-Dev] PEP 563: Postponed Evaluation of Annotations
- Next message (by thread): [Python-Dev] PEP 563: Postponed Evaluation of Annotations
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Guido van Rossum wrote:
I did not assume totally opaque -- but code objects are not very introspection friendly (and they have no strong compatibility guarantees).
If I understand the proposal correctly, there wouldn't be any point in trying to introspect the lambdas/thunks/whatever. They're only there to provide a level of lazy evaluation. You would evaluate them and then introspect the returned data structure.
-- Greg
- Previous message (by thread): [Python-Dev] PEP 563: Postponed Evaluation of Annotations
- Next message (by thread): [Python-Dev] PEP 563: Postponed Evaluation of Annotations
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]