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 levkivskyi
Recipients gvanrossum, levkivskyi, ned.deily, serhiy.storchaka, xgdomingo
Date 2018-01-29.01:00:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1517187611.18.0.467229070634.issue32226@psf.upfronthosting.co.za>
In-reply-to
Content
https://github.com/python/typing/issues/512 and https://github.com/python/typing/issues/511 are first issue (they are closely related to each other). This is not directly related to PEP 560, but changes in typing because of it will allow to fix them in a simple manner.

The second one is Union simplification (was discussed in few PRs on typing tracker). This is not really a bug, but something we should decide on before 3.7 final. It will be difficult to change it later. Again, with PEP 560 in place the corresponding refactoring for removal should be straightforward.

In addition, there is https://github.com/python/typing/issues/392, this is already almost fixed by the typing PR implementing PEP 560, but it doesn't work for dunder attributes (I think we should not relay only specific set of reserved names, rather than all dunders).
History
Date User Action Args
2018-01-29 01:00:11levkivskyisetrecipients: + levkivskyi, gvanrossum, ned.deily, serhiy.storchaka, xgdomingo
2018-01-29 01:00:11levkivskyisetmessageid: <1517187611.18.0.467229070634.issue32226@psf.upfronthosting.co.za>
2018-01-29 01:00:11levkivskyilinkissue32226 messages
2018-01-29 01:00:10levkivskyicreate