This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pablogsal
Recipients Gabriel Tremblay, pablogsal
Date 2018-08-19.19:09:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1534705752.72.0.56676864532.issue34422@psf.upfronthosting.co.za>
In-reply-to
Content
Bisecting this issue revealed that this happened on commit 

d911e40e788fb679723d78b6ea11cabf46caed5a is the first bad commit
commit d911e40e788fb679723d78b6ea11cabf46caed5a
Author: Ivan Levkivskyi <levkivskyi@gmail.com>
Date:   Sat Jan 20 11:23:59 2018 +0000

    bpo-32226: PEP 560: improve typing module (#4906)

    This PR re-designs the internal typing API using the new PEP 560 features.
    However, there are only few minor changes in the public API.


The reason seems that now all of the types are created using `_GenericAlias` that does not copy the `__name__` attribute.
History
Date User Action Args
2018-08-19 19:09:12pablogsalsetrecipients: + pablogsal, Gabriel Tremblay
2018-08-19 19:09:12pablogsalsetmessageid: <1534705752.72.0.56676864532.issue34422@psf.upfronthosting.co.za>
2018-08-19 19:09:12pablogsallinkissue34422 messages
2018-08-19 19:09:12pablogsalcreate