Jelle Zijlstra <jelle.zijls...@gmail.com> added the comment:

> Using `from __future__ import annotations` it should work

Not in type aliases or generic bases. (And if Larry's co_annotations PEP is 
accepted, it would break in normal annotations too.) I'd prefer to get rid of 
this sort of subtle difference where the obvious way to write a type only works 
in some contexts, though I realize that's not possible in all cases.

That means I think we should move forward with making NewTypes into instances 
with __call__ instead of functions, though according to my benchmarks in the 
typing issue that will incur a small performance penalty.

----------

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

Reply via email to