Larry Hastings <la...@hastings.org> added the comment:

Just to round the bases: get_annotations() won't return an unmodified 
__annotations__ dict, but it *could* return a *consistent* dict.  It could keep 
a cache (lru or otherwise) of all responses so far.  I don't think that's what 
we want, I just thought I should point out the option.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue43817>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to