Pekka Klärck <pekka.kla...@gmail.com> added the comment: My concerns with the behavior of `__origin__` possibly changing in the future seem to valid. In Python 3.5 and 3.6 the behavior is
List.__origin__ is None List[int].__origin__ is List while in Python 3.7 List.__origin is list List[int].__origin__ is list Is it likely that this is going to change again or can I rely on the current behavior with Python 3.7+? ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue34568> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com