Message 356501 - Python tracker

Message356501

Author brett.cannon
Recipients brett.cannon
Date 2019-11-12.22:47:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1573598860.27.0.897323663705.issue38782@roundup.psfhosted.org>
In-reply-to
Content
Now that typing.Protocol exists we should convert the ABCs in importlib over to protocols as the import system functions off of structural typing and not nominal typing.
History
Date User Action Args
2019-11-12 22:47:40brett.cannonsetrecipients: + brett.cannon
2019-11-12 22:47:40brett.cannonsetmessageid: <1573598860.27.0.897323663705.issue38782@roundup.psfhosted.org>
2019-11-12 22:47:40brett.cannonlinkissue38782 messages
2019-11-12 22:47:39brett.cannoncreate