[issue40398] typing.get_args(Callable) fails

2020-05-02 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset a629d4c63c55ba36be36ff105dfc103b710c9a2d by Serhiy Storchaka in branch '3.8': [3.8] bpo-40398: Fix typing.get_args() for special generic aliases. (GH-19720) (GH-19857) https://github.com/python/cpython/commit/a629d4c63c55ba36be36ff105dfc103b7

[issue40398] typing.get_args(Callable) fails

2020-05-02 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue40398] typing.get_args(Callable) fails

2020-05-01 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Yes, I have not closed this issue yet because it required a manual backporting to 3.8. -- ___ Python tracker ___ _

[issue40398] typing.get_args(Callable) fails

2020-05-01 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- pull_requests: +19173 pull_request: https://github.com/python/cpython/pull/19857 ___ Python tracker ___

[issue40398] typing.get_args(Callable) fails

2020-05-01 Thread Guido van Rossum
Guido van Rossum added the comment: @Serhiy is this fixed by PR 19720? -- ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue40398] typing.get_args(Callable) fails

2020-05-01 Thread Terry J. Reedy
Change by Terry J. Reedy : -- title: get_args(Callable) fails -> typing.get_args(Callable) fails ___ Python tracker ___ ___ Python-b